class Google::Apis::DocumentaiV1beta3::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_v1beta3/classes.rb, line 7169
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 7174
def update!(**args)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end