Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig Deprecated
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
 
Overview
Deprecated. 
This message is deprecated and may be removed in the next major version update.
The output configuration in the BatchProcessDocuments method.
Instance Attribute Summary collapse
- 
  
    
      #gcs_destination  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The output Cloud Storage directory to put the processed documents.
 
Instance Attribute Details
#gcs_destination ⇒ ::String
Returns The output Cloud Storage directory to put the processed documents.
      301 302 303 304  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 301 class BatchOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |