Module: Aws::Textract::Client::_GetDocumentTextDetectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDocumentTextDetectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #blocks ⇒ ::Array[Types::Block]
- #detect_document_text_model_version ⇒ ::String
- #document_metadata ⇒ Types::DocumentMetadata
- #job_status ⇒ "IN_PROGRESS", ...
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #warnings ⇒ ::Array[Types::Warning]
Instance Method Details
#blocks ⇒ ::Array[Types::Block]
277 |
# File 'sig/client.rbs', line 277
def blocks: () -> ::Array[Types::Block]
|
#detect_document_text_model_version ⇒ ::String
280 |
# File 'sig/client.rbs', line 280
def detect_document_text_model_version: () -> ::String
|
#document_metadata ⇒ Types::DocumentMetadata
274 |
# File 'sig/client.rbs', line 274
def document_metadata: () -> Types::DocumentMetadata
|
#job_status ⇒ "IN_PROGRESS", ...
275 |
# File 'sig/client.rbs', line 275
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "PARTIAL_SUCCESS")
|
#next_token ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def next_token: () -> ::String
|
#status_message ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def status_message: () -> ::String
|
#warnings ⇒ ::Array[Types::Warning]
278 |
# File 'sig/client.rbs', line 278
def warnings: () -> ::Array[Types::Warning]
|