class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3BatchProcessRequestBatchOutputConfig

The message for output config in batch process.

Attributes

gcs_destination[RW]

The output Cloud Storage directory to put the processed documents. Corresponds to the JSON property `gcsDestination` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 4720
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/documentai_v1beta3/classes.rb, line 4725
def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end