Module: Aws::Rekognition::Client::_GetCelebrityRecognitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCelebrityRecognitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #celebrities ⇒ ::Array[Types::CelebrityRecognition]
- #job_id ⇒ ::String
- #job_status ⇒ "IN_PROGRESS", ...
- #job_tag ⇒ ::String
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #video ⇒ Types::Video
- #video_metadata ⇒ Types::VideoMetadata
Instance Method Details
#celebrities ⇒ ::Array[Types::CelebrityRecognition]
615 |
# File 'sig/client.rbs', line 615
def celebrities: () -> ::Array[Types::CelebrityRecognition]
|
#job_id ⇒ ::String
616 |
# File 'sig/client.rbs', line 616
def job_id: () -> ::String
|
#job_status ⇒ "IN_PROGRESS", ...
611 |
# File 'sig/client.rbs', line 611
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#job_tag ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def job_tag: () -> ::String
|
#next_token ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def next_token: () -> ::String
|
#status_message ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def status_message: () -> ::String
|
#video_metadata ⇒ Types::VideoMetadata
613 |
# File 'sig/client.rbs', line 613
def video_metadata: () -> Types::VideoMetadata
|