Label
Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.
Contents
- Aliases
-
A list of potential aliases for a given label.
Type: Array of LabelAlias objects
Required: No
- Categories
-
A list of the categories associated with a given label.
Type: Array of LabelCategory objects
Required: No
- Confidence
-
Level of confidence.
Type: Float
Valid Range: Minimum value of 0. Maximum value of 100.
Required: No
- 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.Type: Array of Instance objects
Required: No
- Name
-
The name (label) of the object or scene.
Type: String
Required: No
- Parents
-
The parent labels for a label. The response includes all ancestor labels.
Type: Array of Parent objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: