class Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1BatchAnnotateFilesResponse
A list of file annotation responses.
Attributes
responses[RW]
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest. Corresponds to the JSON property `responses` @return [Array<Google::Apis::VisionV1p2beta1::GoogleCloudVisionV1p2beta1AnnotateFileResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 3015 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_v1p2beta1/classes.rb, line 3020 def update!(**args) @responses = args[:responses] if args.key?(:responses) end