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

Class: Aws::Rekognition::Types::CoversBodyPart

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

Overview

Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceFloat

The confidence that Amazon Rekognition has in the value of Value.

Returns:

  • (Float)

    The confidence that Amazon Rekognition has in the value of Value.

#valueBoolean

True if the PPE covers the corresponding body part, otherwise false.

Returns:

  • (Boolean)

    True if the PPE covers the corresponding body part, otherwise false.