class Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiV1beta3DocumentOutputConfigGcsOutputConfig

The configuration used when outputting documents.

Attributes

gcs_uri[RW]

The Cloud Storage uri (a directory) of the output. Corresponds to the JSON property `gcsUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/documentai_v1beta3/classes.rb, line 5285
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 5290
def update!(**args)
  @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri)
end