Class: Aws::Rekognition::Types::EquipmentDetection
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::EquipmentDetection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Information about an item of Personal Protective Equipment (PPE) detected by DetectProtectiveEquipment. For more information, see DetectProtectiveEquipment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
A bounding box surrounding the item of detected PPE.
-
#confidence ⇒ Float
The confidence that Amazon Rekognition has that the bounding box (‘BoundingBox`) contains an item of PPE.
-
#covers_body_part ⇒ Types::CoversBodyPart
Information about the body part covered by the detected PPE.
-
#type ⇒ String
The type of detected PPE.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
A bounding box surrounding the item of detected PPE.
2763 2764 2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2763 class EquipmentDetection < Struct.new( :bounding_box, :confidence, :type, :covers_body_part) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ Float
The confidence that Amazon Rekognition has that the bounding box (‘BoundingBox`) contains an item of PPE.
2763 2764 2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2763 class EquipmentDetection < Struct.new( :bounding_box, :confidence, :type, :covers_body_part) SENSITIVE = [] include Aws::Structure end |
#covers_body_part ⇒ Types::CoversBodyPart
Information about the body part covered by the detected PPE.
2763 2764 2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2763 class EquipmentDetection < Struct.new( :bounding_box, :confidence, :type, :covers_body_part) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of detected PPE.
2763 2764 2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2763 class EquipmentDetection < Struct.new( :bounding_box, :confidence, :type, :covers_body_part) SENSITIVE = [] include Aws::Structure end |