Module: Aws::Rekognition::Client::_GetPersonTrackingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPersonTrackingResponse]
- 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::PersonDetection]
- #status_message ⇒ ::String
- #video ⇒ Types::Video
- #video_metadata ⇒ Types::VideoMetadata
Instance Method Details
#job_id ⇒ ::String
757 |
# File 'sig/client.rbs', line 757
def job_id: () -> ::String
|
#job_status ⇒ "IN_PROGRESS", ...
752 |
# File 'sig/client.rbs', line 752
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#job_tag ⇒ ::String
759 |
# File 'sig/client.rbs', line 759
def job_tag: () -> ::String
|
#next_token ⇒ ::String
755 |
# File 'sig/client.rbs', line 755
def next_token: () -> ::String
|
#persons ⇒ ::Array[Types::PersonDetection]
756 |
# File 'sig/client.rbs', line 756
def persons: () -> ::Array[Types::PersonDetection]
|
#status_message ⇒ ::String
753 |
# File 'sig/client.rbs', line 753
def status_message: () -> ::String
|
#video_metadata ⇒ Types::VideoMetadata
754 |
# File 'sig/client.rbs', line 754
def video_metadata: () -> Types::VideoMetadata
|