Module: Aws::Textract::Client::_GetDocumentAnalysisResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#analyze_document_model_version::String

Returns:

  • (::String)


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

def analyze_document_model_version: () -> ::String

#blocks::Array[Types::Block]

Returns:



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

def blocks: () -> ::Array[Types::Block]

#document_metadataTypes::DocumentMetadata



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

def document_metadata: () -> Types::DocumentMetadata

#job_status"IN_PROGRESS", ...

Returns:

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


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

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

#next_token::String

Returns:

  • (::String)


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

def next_token: () -> ::String

#status_message::String

Returns:

  • (::String)


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

def status_message: () -> ::String

#warnings::Array[Types::Warning]

Returns:



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

def warnings: () -> ::Array[Types::Warning]