class Aws::Rekognition::Types::ProtectiveEquipmentPerson

A person detected by a call to DetectProtectiveEquipment. The API returns all persons detected in the input image in an array of `ProtectiveEquipmentPerson` objects.

@!attribute [rw] body_parts

An array of body parts detected on a person's body (including body
parts without PPE).
@return [Array<Types::ProtectiveEquipmentBodyPart>]

@!attribute [rw] bounding_box

A bounding box around the detected person.
@return [Types::BoundingBox]

@!attribute [rw] confidence

The confidence that Amazon Rekognition has that the bounding box
contains a person.
@return [Float]

@!attribute [rw] id

The identifier for the detected person. The identifier is only
unique for a single call to `DetectProtectiveEquipment`.
@return [Integer]

Constants

SENSITIVE