Module: Aws::Rekognition::Client::_GetFaceSearchResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_status"IN_PROGRESS", ...

Returns:

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


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

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

#job_tag::String

Returns:

  • (::String)


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

def job_tag: () -> ::String

#next_token::String

Returns:

  • (::String)


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

def next_token: () -> ::String

#persons::Array[Types::PersonMatch]

Returns:



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

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

#status_message::String

Returns:

  • (::String)


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

def status_message: () -> ::String

#videoTypes::Video

Returns:



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

def video: () -> Types::Video

#video_metadataTypes::VideoMetadata



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

def video_metadata: () -> Types::VideoMetadata