Method: Aws::Textract::Types::AnalyzeDocumentResponse#blocks

Defined in:
lib/aws-sdk-textract/types.rb

#blocksArray<Types::Block>

The items that are detected and analyzed by AnalyzeDocument.

Returns:



263
264
265
266
267
268
269
270
# File '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