Class: Aws::Textract::Types::AnalyzeDocumentResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::AnalyzeDocumentResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analyze_document_model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the model used to analyze the document.
 - 
  
    
      #blocks  ⇒ Array<Types::Block> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The items that are detected and analyzed by ‘AnalyzeDocument`.
 - 
  
    
      #document_metadata  ⇒ Types::DocumentMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata about the analyzed document.
 - 
  
    
      #human_loop_activation_output  ⇒ Types::HumanLoopActivationOutput 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Shows the results of the human in the loop evaluation.
 
Instance Attribute Details
#analyze_document_model_version ⇒ String
The version of the model used to analyze the document.
      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  | 
  
#blocks ⇒ Array<Types::Block>
The items that are detected and analyzed by ‘AnalyzeDocument`.
      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  | 
  
#document_metadata ⇒ Types::DocumentMetadata
Metadata about the analyzed document. An example is the number of pages.
      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  | 
  
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
Shows the results of the human in the loop evaluation.
      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  |