You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Textract::Types::DetectDocumentTextResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#blocksArray<Types::Block>

An array of Block objects that contain the text that\'s detected in the document.

Returns:

  • (Array<Types::Block>)

    An array of Block objects that contain the text that\'s detected in the document.

#detect_document_text_model_versionString

Returns:

  • (String)

#document_metadataTypes::DocumentMetadata

Metadata about the document. It contains the number of pages that are detected in the document.

Returns: