Module: Aws::Textract::Client::_GetDocumentAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDocumentAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analyze_document_model_version ⇒ ::String
- #blocks ⇒ ::Array[Types::Block]
- #document_metadata ⇒ Types::DocumentMetadata
- #job_status ⇒ "IN_PROGRESS", ...
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #warnings ⇒ ::Array[Types::Warning]
Instance Method Details
#analyze_document_model_version ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def analyze_document_model_version: () -> ::String
|
#blocks ⇒ ::Array[Types::Block]
259 |
# File 'sig/client.rbs', line 259
def blocks: () -> ::Array[Types::Block]
|
#document_metadata ⇒ Types::DocumentMetadata
256 |
# File 'sig/client.rbs', line 256
def document_metadata: () -> Types::DocumentMetadata
|
#job_status ⇒ "IN_PROGRESS", ...
257 |
# File 'sig/client.rbs', line 257
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "PARTIAL_SUCCESS")
|
#next_token ⇒ ::String
258 |
# File 'sig/client.rbs', line 258
def next_token: () -> ::String
|
#status_message ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def status_message: () -> ::String
|
#warnings ⇒ ::Array[Types::Warning]
260 |
# File 'sig/client.rbs', line 260
def warnings: () -> ::Array[Types::Warning]
|