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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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:



916
917
918
919
920
921
922
# File 'gems/aws-sdk-textract/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_versionString

Returns:

  • (String)


916
917
918
919
920
921
922
# File 'gems/aws-sdk-textract/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_metadataTypes::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 'gems/aws-sdk-textract/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