Class: Aws::Types::SearchFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_matches ⇒ ::Array[Types::FaceMatch]
Returns the value of attribute face_matches.
-
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
-
#searched_face_id ⇒ ::String
Returns the value of attribute searched_face_id.
Instance Attribute Details
#face_matches ⇒ ::Array[Types::FaceMatch]
Returns the value of attribute face_matches.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def face_matches @face_matches end |
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def face_model_version @face_model_version end |
#searched_face_id ⇒ ::String
Returns the value of attribute searched_face_id.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def searched_face_id @searched_face_id end |