Class: Aws::Types::FaceSearchSettings
- Inherits:
-
Object
- Object
- Aws::Types::FaceSearchSettings
- 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.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def collection_id @collection_id end |
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
815 816 817 |
# File 'sig/types.rbs', line 815 def face_match_threshold @face_match_threshold end |