Class: Aws::Types::SearchFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_id ⇒ ::String
Returns the value of attribute face_id.
-
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
-
#max_faces ⇒ ::Integer
Returns the value of attribute max_faces.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def collection_id @collection_id end |
#face_id ⇒ ::String
Returns the value of attribute face_id.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def face_id @face_id end |
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def face_match_threshold @face_match_threshold end |
#max_faces ⇒ ::Integer
Returns the value of attribute max_faces.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def max_faces @max_faces end |