Class: Aws::Types::DetectFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[("DEFAULT" | "ALL" | "AGE_RANGE" | "BEARD" | "EMOTIONS" | "EYE_DIRECTION" | "EYEGLASSES" | "EYES_OPEN" | "GENDER" | "MOUTH_OPEN" | "MUSTACHE" | "FACE_OCCLUDED" | "SMILE" | "SUNGLASSES")]
Returns the value of attribute attributes.
-
#image ⇒ Types::Image
Returns the value of attribute image.
Instance Attribute Details
#attributes ⇒ ::Array[("DEFAULT" | "ALL" | "AGE_RANGE" | "BEARD" | "EMOTIONS" | "EYE_DIRECTION" | "EYEGLASSES" | "EYES_OPEN" | "GENDER" | "MOUTH_OPEN" | "MUSTACHE" | "FACE_OCCLUDED" | "SMILE" | "SUNGLASSES")]
Returns the value of attribute attributes.
554 555 556 |
# File 'sig/types.rbs', line 554 def attributes @attributes end |
#image ⇒ Types::Image
Returns the value of attribute image.
553 554 555 |
# File 'sig/types.rbs', line 553 def image @image end |