Class: Aws::Types::IndexFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::IndexFacesResponse
- 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.
-
#face_records ⇒ ::Array[Types::FaceRecord]
Returns the value of attribute face_records.
-
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
-
#unindexed_faces ⇒ ::Array[Types::UnindexedFace]
Returns the value of attribute unindexed_faces.
Instance Attribute Details
#face_model_version ⇒ ::String
Returns the value of attribute face_model_version.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def face_model_version @face_model_version end |
#face_records ⇒ ::Array[Types::FaceRecord]
Returns the value of attribute face_records.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def face_records @face_records end |
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def orientation_correction @orientation_correction end |
#unindexed_faces ⇒ ::Array[Types::UnindexedFace]
Returns the value of attribute unindexed_faces.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def unindexed_faces @unindexed_faces end |