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

Class: Aws::Rekognition::Types::EquipmentDetection

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

Overview

Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

A bounding box surrounding the item of detected PPE.

Returns:

#confidenceFloat

The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.

Returns:

  • (Float)

    The confidence that Amazon Rekognition has that the bounding box (BoundingBox) contains an item of PPE.

#covers_body_partTypes::CoversBodyPart

Information about the body part covered by the detected PPE.

Returns:

#typeString

The type of detected PPE.

Possible values:

  • FACE_COVER
  • HAND_COVER
  • HEAD_COVER

Returns:

  • (String)

    The type of detected PPE.