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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_document_model_versionString

The version of the model used to analyze the document.

Returns:

  • (String)

    The version of the model used to analyze the document.

#blocksArray<Types::Block>

The items that are detected and analyzed by AnalyzeDocument.

Returns:

  • (Array<Types::Block>)

    The items that are detected and analyzed by AnalyzeDocument.

#document_metadataTypes::DocumentMetadata

Metadata about the analyzed document. An example is the number of pages.

Returns:

#human_loop_activation_outputTypes::HumanLoopActivationOutput

Shows the results of the human in the loop evaluation.

Returns: