Module: Aws::Textract::Client::_AnalyzeDocumentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AnalyzeDocumentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analyze_document_model_version ⇒ ::String
- #blocks ⇒ ::Array[Types::Block]
- #document_metadata ⇒ Types::DocumentMetadata
- #human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Instance Method Details
#analyze_document_model_version ⇒ ::String
87 |
# File 'sig/client.rbs', line 87
def analyze_document_model_version: () -> ::String
|
#blocks ⇒ ::Array[Types::Block]
85 |
# File 'sig/client.rbs', line 85
def blocks: () -> ::Array[Types::Block]
|
#document_metadata ⇒ Types::DocumentMetadata
84 |
# File 'sig/client.rbs', line 84
def document_metadata: () -> Types::DocumentMetadata
|
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
86 |
# File 'sig/client.rbs', line 86
def human_loop_activation_output: () -> Types::HumanLoopActivationOutput
|