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
show all
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

Instance Attribute Details

#body_partsArray<Types::ProtectiveEquipmentBodyPart>

An array of body parts detected on a person\'s body (including body parts without PPE).

Returns:

#bounding_boxTypes::BoundingBox

A bounding box around the detected person.

Returns:

#confidenceFloat

The confidence that Amazon Rekognition has that the bounding box contains a person.

Returns:

  • (Float)

    The confidence that Amazon Rekognition has that the bounding box contains a person.

#idInteger

The identifier for the detected person. The identifier is only unique for a single call to DetectProtectiveEquipment.

Returns:

  • (Integer)

    The identifier for the detected person.