class Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse
Response to an async batch file annotation request.
Attributes
responses[RW]
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest. Corresponds to the JSON property `responses` @return [Array<Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p1beta1/classes.rb, line 1210 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vision_v1p1beta1/classes.rb, line 1215 def update!(**args) @responses = args[:responses] if args.key?(:responses) end