class Aws::Rekognition::Types::Label
Structure containing details about the detected label, including the name, detected instances, parent labels, and level of confidence.
@!attribute [rw] name
The name (label) of the object or scene. @return [String]
@!attribute [rw] confidence
Level of confidence. @return [Float]
@!attribute [rw] 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. @return [Array<Types::Instance>]
@!attribute [rw] parents
The parent labels for a label. The response includes all ancestor labels. @return [Array<Types::Parent>]
Constants
- SENSITIVE