Class: Aws::Types::SearchFacesByImageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacesByImageResponse
- 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_bounding_box ⇒ Types::BoundingBox
Returns the value of attribute searched_face_bounding_box.
-
#searched_face_confidence ⇒ ::Float
Returns the value of attribute searched_face_confidence.
Instance Attribute Details
#face_matches ⇒ ::Array[Types::FaceMatch]
Returns the value of attribute face_matches.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def face_matches @face_matches end |
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def face_model_version @face_model_version end |
#searched_face_bounding_box ⇒ Types::BoundingBox
Returns the value of attribute searched_face_bounding_box.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def searched_face_bounding_box @searched_face_bounding_box end |
#searched_face_confidence ⇒ ::Float
Returns the value of attribute searched_face_confidence.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def searched_face_confidence @searched_face_confidence end |