Module: Aws::Rekognition::Client::_GetFaceDetectionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#faces::Array[Types::FaceDetection]

Returns:



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

def faces: () -> ::Array[Types::FaceDetection]

#job_id::String

Returns:

  • (::String)


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

def job_id: () -> ::String

#job_status"IN_PROGRESS", ...

Returns:

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


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

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

#job_tag::String

Returns:

  • (::String)


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

def job_tag: () -> ::String

#next_token::String

Returns:

  • (::String)


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

def next_token: () -> ::String

#status_message::String

Returns:

  • (::String)


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

def status_message: () -> ::String

#videoTypes::Video

Returns:



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

def video: () -> Types::Video

#video_metadataTypes::VideoMetadata



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

def video_metadata: () -> Types::VideoMetadata