class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
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_v1/classes.rb, line 1301 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_v1/classes.rb, line 1306 def update!(**args) @gcs_uri = args[:gcs_uri] if args.key?(:gcs_uri) end