Class: Aws::Textract::Types::AnalyzeIDResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Textract::Types::AnalyzeIDResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-textract/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #analyze_id_model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the AnalyzeIdentity API being used to process documents.
 - 
  
    
      #document_metadata  ⇒ Types::DocumentMetadata 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the input document.
 - 
  
    
      #identity_documents  ⇒ Array<Types::IdentityDocument> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of documents processed by AnalyzeID.
 
Instance Attribute Details
#analyze_id_model_version ⇒ String
The version of the AnalyzeIdentity API being used to process documents.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 377 class AnalyzeIDResponse < Struct.new( :identity_documents, :document_metadata, :analyze_id_model_version) SENSITIVE = [] include Aws::Structure end  | 
  
#document_metadata ⇒ Types::DocumentMetadata
Information about the input document.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 377 class AnalyzeIDResponse < Struct.new( :identity_documents, :document_metadata, :analyze_id_model_version) SENSITIVE = [] include Aws::Structure end  | 
  
#identity_documents ⇒ Array<Types::IdentityDocument>
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
      377 378 379 380 381 382 383  | 
    
      # File 'lib/aws-sdk-textract/types.rb', line 377 class AnalyzeIDResponse < Struct.new( :identity_documents, :document_metadata, :analyze_id_model_version) SENSITIVE = [] include Aws::Structure end  |