class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta3ReviewDocumentResponse
Response message for review document method.
Attributes
gcs_destination[RW]
The Cloud Storage uri for the human reviewed document. Corresponds to the JSON property `gcsDestination` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 6704 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 6709 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end