Class: Aws::Types::StartFaceSearchRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFaceSearchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#video ⇒ Types::Video
Returns the value of attribute video.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def client_request_token @client_request_token end |
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def collection_id @collection_id end |
#face_match_threshold ⇒ ::Float
Returns the value of attribute face_match_threshold.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def face_match_threshold @face_match_threshold end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def job_tag @job_tag end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def notification_channel @notification_channel end |
#video ⇒ Types::Video
Returns the value of attribute video.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def video @video end |