Class: Aws::Types::SearchFacesByImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacesByImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
-
#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.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def collection_id @collection_id end |
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def face_match_threshold @face_match_threshold end |
#image ⇒ Types::Image
Returns the value of attribute image.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def image @image end |
#max_faces ⇒ ::Integer
Returns the value of attribute max_faces.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def max_faces @max_faces end |
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def quality_filter @quality_filter end |