Module: Aws::Rekognition::Client::_GetFaceSearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFaceSearchResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #job_id ⇒ ::String
- #job_status ⇒ "IN_PROGRESS", ...
- #job_tag ⇒ ::String
- #next_token ⇒ ::String
- #persons ⇒ ::Array[Types::PersonMatch]
- #status_message ⇒ ::String
- #video ⇒ Types::Video
- #video_metadata ⇒ Types::VideoMetadata
Instance Method Details
#job_id ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def job_id: () -> ::String
|
#job_status ⇒ "IN_PROGRESS", ...
688 |
# File 'sig/client.rbs', line 688
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#job_tag ⇒ ::String
695 |
# File 'sig/client.rbs', line 695
def job_tag: () -> ::String
|
#next_token ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def next_token: () -> ::String
|
#persons ⇒ ::Array[Types::PersonMatch]
692 |
# File 'sig/client.rbs', line 692
def persons: () -> ::Array[Types::PersonMatch]
|
#status_message ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def status_message: () -> ::String
|
#video_metadata ⇒ Types::VideoMetadata
691 |
# File 'sig/client.rbs', line 691
def video_metadata: () -> Types::VideoMetadata
|