IRekognitionLabel
Interface in AWS.Rekognition
Interface for Label.
Properties
Aliases
property Aliases: TList<IRekognitionLabelAlias>
Type: IRekognitionLabelAlias
A list of potential aliases for a given label.
Categories
property Categories: TList<IRekognitionLabelCategory>
Type: IRekognitionLabelCategory
A list of categories associated with the given label.
Confidence
property Confidence: TOptional<Single>
The level of confidence.
Instances
property Instances: TList<IRekognitionInstance>
Type: IRekognitionInstance
A list of detected instances.
Name
property Name: string
The name (label) of the object or scene.
Parents
property Parents: TList<IRekognitionParent>
Type: IRekognitionParent
The parent labels for the label.
The response includes all ancestors.