Class: Aws::Types::ProtectiveEquipmentPerson
- Inherits:
-
Object
- Object
- Aws::Types::ProtectiveEquipmentPerson
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body_parts ⇒ ::Array[Types::ProtectiveEquipmentBodyPart]
Returns the value of attribute body_parts.
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#id ⇒ ::Integer
Returns the value of attribute id.
Instance Attribute Details
#body_parts ⇒ ::Array[Types::ProtectiveEquipmentBodyPart]
Returns the value of attribute body_parts.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def body_parts @body_parts end |
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def confidence @confidence end |
#id ⇒ ::Integer
Returns the value of attribute id.
1543 1544 1545 |
# File 'sig/types.rbs', line 1543 def id @id end |