Class: Aws::Textract::Types::DetectDocumentTextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::DetectDocumentTextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-textract/types.rb', line 916 class DetectDocumentTextResponse < Struct.new( :document_metadata, :blocks, :detect_document_text_model_version) SENSITIVE = [] include Aws::Structure end |
#detect_document_text_model_version ⇒ String
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-textract/types.rb', line 916 class DetectDocumentTextResponse < Struct.new( :document_metadata, :blocks, :detect_document_text_model_version) SENSITIVE = [] include Aws::Structure end |
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the document. It contains the number of pages that are detected in the document.
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-textract/types.rb', line 916 class DetectDocumentTextResponse < Struct.new( :document_metadata, :blocks, :detect_document_text_model_version) SENSITIVE = [] include Aws::Structure end |