class Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse
Response to an batch document processing request. This is returned in the LRO Operation after the operation is complete.
Attributes
responses[RW]
Responses for each individual document. Corresponds to the JSON property `responses` @return [Array<Google::Apis::DocumentaiV1::GoogleCloudDocumentaiV1beta1ProcessDocumentResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/documentai_v1/classes.rb, line 2863 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 2868 def update!(**args) @responses = args[:responses] if args.key?(:responses) end