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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-textract/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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:



516
517
518
519
520
521
522
# File 'lib/aws-sdk-textract/types.rb', line 516

class DetectDocumentTextResponse < Struct.new(
  :document_metadata,
  :blocks,
  :detect_document_text_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#detect_document_text_model_versionString

Returns:

  • (String)


516
517
518
519
520
521
522
# File 'lib/aws-sdk-textract/types.rb', line 516

class DetectDocumentTextResponse < Struct.new(
  :document_metadata,
  :blocks,
  :detect_document_text_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#document_metadataTypes::DocumentMetadata

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



516
517
518
519
520
521
522
# File 'lib/aws-sdk-textract/types.rb', line 516

class DetectDocumentTextResponse < Struct.new(
  :document_metadata,
  :blocks,
  :detect_document_text_model_version)
  SENSITIVE = []
  include Aws::Structure
end