Class: Aws::Types::UnsearchedFace
- Inherits:
-
Object
- Object
- Aws::Types::UnsearchedFace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face_details ⇒ Types::FaceDetail
Returns the value of attribute face_details.
-
#reasons ⇒ ::Array[("FACE_NOT_LARGEST" | "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_details ⇒ Types::FaceDetail
Returns the value of attribute face_details.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def face_details @face_details end |
#reasons ⇒ ::Array[("FACE_NOT_LARGEST" | "EXCEEDS_MAX_FACES" | "EXTREME_POSE" | "LOW_BRIGHTNESS" | "LOW_SHARPNESS" | "LOW_CONFIDENCE" | "SMALL_BOUNDING_BOX" | "LOW_FACE_QUALITY")]
Returns the value of attribute reasons.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def reasons @reasons end |