You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::ProtectiveEquipmentPerson
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ProtectiveEquipmentPerson
- Defined in:
- (unknown)
Overview
A person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of ProtectiveEquipmentPerson
objects.
Instance Attribute Summary collapse
-
#body_parts ⇒ Array<Types::ProtectiveEquipmentBodyPart>
An array of body parts detected on a person\'s body (including body parts without PPE).
-
#bounding_box ⇒ Types::BoundingBox
A bounding box around the detected person.
-
#confidence ⇒ Float
The confidence that Amazon Rekognition has that the bounding box contains a person.
-
#id ⇒ Integer
The identifier for the detected person.
Instance Attribute Details
#body_parts ⇒ Array<Types::ProtectiveEquipmentBodyPart>
An array of body parts detected on a person\'s body (including body parts without PPE).
#bounding_box ⇒ Types::BoundingBox
A bounding box around the detected person.
#confidence ⇒ Float
The confidence that Amazon Rekognition has that the bounding box contains a person.
#id ⇒ Integer
The identifier for the detected person. The identifier is only unique
for a single call to DetectProtectiveEquipment
.