Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchOutputConfig
- 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
The message for output config in batch process.
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.
146 147 148 149 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 146 class BatchOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |