Class: Aws::Types::IndexFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::IndexFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#detection_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 detection_attributes.
-
#external_image_id ⇒ ::String
Returns the value of attribute external_image_id.
-
#image ⇒ Types::Image
Returns the value of attribute image.
-
#max_faces ⇒ ::Integer
Returns the value of attribute max_faces.
-
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def collection_id @collection_id end |
#detection_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 detection_attributes.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def detection_attributes @detection_attributes end |
#external_image_id ⇒ ::String
Returns the value of attribute external_image_id.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def external_image_id @external_image_id end |
#image ⇒ Types::Image
Returns the value of attribute image.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def image @image end |
#max_faces ⇒ ::Integer
Returns the value of attribute max_faces.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def max_faces @max_faces end |
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def quality_filter @quality_filter end |