Class: Aws::Types::CompareFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::CompareFacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_matches ⇒ ::Array[Types::CompareFacesMatch]
Returns the value of attribute face_matches.
-
#source_image_face ⇒ Types::ComparedSourceImageFace
Returns the value of attribute source_image_face.
-
#source_image_orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute source_image_orientation_correction.
-
#target_image_orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute target_image_orientation_correction.
-
#unmatched_faces ⇒ ::Array[Types::ComparedFace]
Returns the value of attribute unmatched_faces.
Instance Attribute Details
#face_matches ⇒ ::Array[Types::CompareFacesMatch]
Returns the value of attribute face_matches.
136 137 138 |
# File 'sig/types.rbs', line 136 def face_matches @face_matches end |
#source_image_face ⇒ Types::ComparedSourceImageFace
Returns the value of attribute source_image_face.
135 136 137 |
# File 'sig/types.rbs', line 135 def source_image_face @source_image_face end |
#source_image_orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute source_image_orientation_correction.
138 139 140 |
# File 'sig/types.rbs', line 138 def source_image_orientation_correction @source_image_orientation_correction end |
#target_image_orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute target_image_orientation_correction.
139 140 141 |
# File 'sig/types.rbs', line 139 def target_image_orientation_correction @target_image_orientation_correction end |
#unmatched_faces ⇒ ::Array[Types::ComparedFace]
Returns the value of attribute unmatched_faces.
137 138 139 |
# File 'sig/types.rbs', line 137 def unmatched_faces @unmatched_faces end |