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.

Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.Label

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

Syntax

C#
public class Label

The Label type exposes the following members

Constructors

NameDescription
Public Method Label()

Properties

NameTypeDescription
Public Property Aliases System.Collections.Generic.List<Amazon.Rekognition.Model.LabelAlias>

Gets and sets the property Aliases.

A list of potential aliases for a given label.

Public Property Categories System.Collections.Generic.List<Amazon.Rekognition.Model.LabelCategory>

Gets and sets the property Categories.

A list of the categories associated with a given label.

Public Property Confidence System.Single

Gets and sets the property Confidence.

Level of confidence.

Public Property Instances System.Collections.Generic.List<Amazon.Rekognition.Model.Instance>

Gets and sets the property Instances.

If Label represents an object, Instances contains the bounding boxes for each instance of the detected object. Bounding boxes are returned for common object labels such as people, cars, furniture, apparel or pets.

Public Property Name System.String

Gets and sets the property Name.

The name (label) of the object or scene.

Public Property Parents System.Collections.Generic.List<Amazon.Rekognition.Model.Parent>

Gets and sets the property Parents.

The parent labels for a label. The response includes all ancestor labels.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5