Class: Aws::Types::EquipmentDetection
- Inherits:
-
Object
- Object
- Aws::Types::EquipmentDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#covers_body_part ⇒ Types::CoversBodyPart
Returns the value of attribute covers_body_part.
-
#type ⇒ "FACE_COVER", ...
Returns the value of attribute type.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
725 726 727 |
# File 'sig/types.rbs', line 725 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
726 727 728 |
# File 'sig/types.rbs', line 726 def confidence @confidence end |
#covers_body_part ⇒ Types::CoversBodyPart
Returns the value of attribute covers_body_part.
728 729 730 |
# File 'sig/types.rbs', line 728 def covers_body_part @covers_body_part end |
#type ⇒ "FACE_COVER", ...
Returns the value of attribute type.
727 728 729 |
# File 'sig/types.rbs', line 727 def type @type end |