You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Textract::Types::AnalyzeDocumentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::AnalyzeDocumentResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#analyze_document_model_version ⇒ String
The version of the model used to analyze the document.
-
#blocks ⇒ Array<Types::Block>
The items that are detected and analyzed by
AnalyzeDocument
. -
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the analyzed document.
-
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.
Instance Attribute Details
#analyze_document_model_version ⇒ String
The version of the model used to analyze the document.
#blocks ⇒ Array<Types::Block>
The items that are detected and analyzed by AnalyzeDocument
.
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the analyzed document. An example is the number of pages.
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.