AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A custom label detected in an image by a call to DetectCustomLabels.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.CustomLabel

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class CustomLabel

The CustomLabel type exposes the following members

Constructors

NameDescription
Public Method CustomLabel()

Properties

NameTypeDescription
Public Property Confidence System.Single

Gets and sets the property Confidence.

The confidence that the model has in the detection of the custom label. The range is 0-100. A higher value indicates a higher confidence.

Public Property Geometry Amazon.Rekognition.Model.Geometry

Gets and sets the property Geometry.

The location of the detected object on the image that corresponds to the custom label. Includes an axis aligned coarse bounding box surrounding the object and a finer grain polygon for more accurate spatial information.

Public Property Name System.String

Gets and sets the property Name.

The name of the custom label.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5