Class: Aws::Rekognition::Types::CoversBodyPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CoversBodyPart
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Information about an item of Personal Protective Equipment covering a corresponding body part. For more information, see DetectProtectiveEquipment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence ⇒ Float
The confidence that Amazon Rekognition has in the value of ‘Value`.
-
#value ⇒ Boolean
True if the PPE covers the corresponding body part, otherwise false.
Instance Attribute Details
#confidence ⇒ Float
The confidence that Amazon Rekognition has in the value of ‘Value`.
842 843 844 845 846 847 |
# File 'lib/aws-sdk-rekognition/types.rb', line 842 class CoversBodyPart < Struct.new( :confidence, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Boolean
True if the PPE covers the corresponding body part, otherwise false.
842 843 844 845 846 847 |
# File 'lib/aws-sdk-rekognition/types.rb', line 842 class CoversBodyPart < Struct.new( :confidence, :value) SENSITIVE = [] include Aws::Structure end |