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
- Struct
- Aws::Textract::Types::DetectDocumentTextResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#blocks ⇒ Array<Types::Block>
An array of
Block
objects that contain the text that\'s detected in the document. -
#detect_document_text_model_version ⇒ String
-
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the document.
Instance Attribute Details
#blocks ⇒ Array<Types::Block>
An array of Block
objects that contain the text that\'s detected in
the document.
#detect_document_text_model_version ⇒ String
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the document. It contains the number of pages that are detected in the document.