You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::ProtectiveEquipmentBodyPart

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a body part detected by DetectProtectiveEquipment that contains PPE. An array of ProtectiveEquipmentBodyPart objects is returned for each person detected by DetectProtectiveEquipment.

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

Returns:

  • (Float)

    The confidence that Amazon Rekognition has in the detection accuracy of the detected body part.

#equipment_detectionsArray<Types::EquipmentDetection>

An array of Personal Protective Equipment items detected around a body part.

Returns:

#nameString

The detected body part.

Possible values:

  • FACE
  • HEAD
  • LEFT_HAND
  • RIGHT_HAND

Returns:

  • (String)

    The detected body part.