Class: Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::BatchDocumentsInputConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/document_io.rb
 
Overview
The common config to specify a set of documents used as input.
Instance Attribute Summary collapse
- 
  
    
      #gcs_documents  ⇒ ::Google::Cloud::DocumentAI::V1::GcsDocuments 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of documents individually specified on Cloud Storage.
 - 
  
    
      #gcs_prefix  ⇒ ::Google::Cloud::DocumentAI::V1::GcsPrefix 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of documents that match the specified Cloud Storage
gcs_prefix. 
Instance Attribute Details
#gcs_documents ⇒ ::Google::Cloud::DocumentAI::V1::GcsDocuments
Returns The set of documents individually specified on Cloud Storage.
      81 82 83 84  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_io.rb', line 81 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#gcs_prefix ⇒ ::Google::Cloud::DocumentAI::V1::GcsPrefix
Returns The set of documents that match the specified Cloud Storage gcs_prefix.
      81 82 83 84  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_io.rb', line 81 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |