Class: Aws::Types::UnindexedFace
- Inherits:
-
Object
- Object
- Aws::Types::UnindexedFace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_detail ⇒ Types::FaceDetail
Returns the value of attribute face_detail.
-
#reasons ⇒ ::Array[("EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")]
Returns the value of attribute reasons.
Instance Attribute Details
#face_detail ⇒ Types::FaceDetail
Returns the value of attribute face_detail.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def face_detail @face_detail end |
#reasons ⇒ ::Array[("EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")]
Returns the value of attribute reasons.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def reasons @reasons end |