Class: Aws::Types::RecognizeCelebritiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::RecognizeCelebritiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#celebrity_faces ⇒ ::Array[Types::Celebrity]
Returns the value of attribute celebrity_faces.
-
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
-
#unrecognized_faces ⇒ ::Array[Types::ComparedFace]
Returns the value of attribute unrecognized_faces.
Instance Attribute Details
#celebrity_faces ⇒ ::Array[Types::Celebrity]
Returns the value of attribute celebrity_faces.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def celebrity_faces @celebrity_faces end |
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def orientation_correction @orientation_correction end |
#unrecognized_faces ⇒ ::Array[Types::ComparedFace]
Returns the value of attribute unrecognized_faces.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def unrecognized_faces @unrecognized_faces end |