Class: Aws::Types::SearchUsersByImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchUsersByImageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
-
#searched_face ⇒ Types::SearchedFaceDetails
Returns the value of attribute searched_face.
-
#unsearched_faces ⇒ ::Array[Types::UnsearchedFace]
Returns the value of attribute unsearched_faces.
-
#user_matches ⇒ ::Array[Types::UserMatch]
Returns the value of attribute user_matches.
Instance Attribute Details
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def face_model_version @face_model_version end |
#searched_face ⇒ Types::SearchedFaceDetails
Returns the value of attribute searched_face.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def searched_face @searched_face end |
#unsearched_faces ⇒ ::Array[Types::UnsearchedFace]
Returns the value of attribute unsearched_faces.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def unsearched_faces @unsearched_faces end |
#user_matches ⇒ ::Array[Types::UserMatch]
Returns the value of attribute user_matches.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def user_matches @user_matches end |