Class: Aws::Types::PersonDetail
- Inherits:
-
Object
- Object
- Aws::Types::PersonDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
-
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
-
#index ⇒ ::Integer
Returns the value of attribute index.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def bounding_box @bounding_box end |
#face ⇒ Types::FaceDetail
Returns the value of attribute face.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def face @face end |
#index ⇒ ::Integer
Returns the value of attribute index.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def index @index end |