Class: Aws::Textract::Types::AnalyzeDocumentResponse

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

#analyze_document_model_versionString

The version of the model used to analyze the document.

Returns:

  • (String)


263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 263

class AnalyzeDocumentResponse < Struct.new(
  :document_metadata,
  :blocks,
  :human_loop_activation_output,
  :analyze_document_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#blocksArray<Types::Block>

The items that are detected and analyzed by AnalyzeDocument.

Returns:



263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 263

class AnalyzeDocumentResponse < Struct.new(
  :document_metadata,
  :blocks,
  :human_loop_activation_output,
  :analyze_document_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#document_metadataTypes::DocumentMetadata

Metadata about the analyzed document. An example is the number of pages.



263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 263

class AnalyzeDocumentResponse < Struct.new(
  :document_metadata,
  :blocks,
  :human_loop_activation_output,
  :analyze_document_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#human_loop_activation_outputTypes::HumanLoopActivationOutput

Shows the results of the human in the loop evaluation.



263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 263

class AnalyzeDocumentResponse < Struct.new(
  :document_metadata,
  :blocks,
  :human_loop_activation_output,
  :analyze_document_model_version)
  SENSITIVE = []
  include Aws::Structure
end