Class: Aws::Types::DetectFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectFacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_details ⇒ ::Array[Types::FaceDetail]
Returns the value of attribute face_details.
-
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
Instance Attribute Details
#face_details ⇒ ::Array[Types::FaceDetail]
Returns the value of attribute face_details.
559 560 561 |
# File 'sig/types.rbs', line 559 def face_details @face_details end |
#orientation_correction ⇒ "ROTATE_0", ...
Returns the value of attribute orientation_correction.
560 561 562 |
# File 'sig/types.rbs', line 560 def orientation_correction @orientation_correction end |