Class: Aws::Types::Face
- Inherits:
-
Object
- Object
- Aws::Types::Face
- 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.
-
#external_image_id ⇒ ::String
Returns the value of attribute external_image_id.
-
#face_id ⇒ ::String
Returns the value of attribute face_id.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#index_faces_model_version ⇒ ::String
Returns the value of attribute index_faces_model_version.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Returns the value of attribute bounding_box.
759 760 761 |
# File 'sig/types.rbs', line 759 def bounding_box @bounding_box end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
762 763 764 |
# File 'sig/types.rbs', line 762 def confidence @confidence end |
#external_image_id ⇒ ::String
Returns the value of attribute external_image_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def external_image_id @external_image_id end |
#face_id ⇒ ::String
Returns the value of attribute face_id.
758 759 760 |
# File 'sig/types.rbs', line 758 def face_id @face_id end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def image_id @image_id end |
#index_faces_model_version ⇒ ::String
Returns the value of attribute index_faces_model_version.
763 764 765 |
# File 'sig/types.rbs', line 763 def index_faces_model_version @index_faces_model_version end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def user_id @user_id end |