Module: Aws::Rekognition::Client::_GetPersonTrackingResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetPersonTrackingResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#job_id::String

Returns:

  • (::String)


757
# File 'sig/client.rbs', line 757

def job_id: () -> ::String

#job_status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


752
# File 'sig/client.rbs', line 752

def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")

#job_tag::String

Returns:

  • (::String)


759
# File 'sig/client.rbs', line 759

def job_tag: () -> ::String

#next_token::String

Returns:

  • (::String)


755
# File 'sig/client.rbs', line 755

def next_token: () -> ::String

#persons::Array[Types::PersonDetection]

Returns:



756
# File 'sig/client.rbs', line 756

def persons: () -> ::Array[Types::PersonDetection]

#status_message::String

Returns:

  • (::String)


753
# File 'sig/client.rbs', line 753

def status_message: () -> ::String

#videoTypes::Video

Returns:



758
# File 'sig/client.rbs', line 758

def video: () -> Types::Video

#video_metadataTypes::VideoMetadata



754
# File 'sig/client.rbs', line 754

def video_metadata: () -> Types::VideoMetadata