class Google::Apis::VisionV1p2beta1::BatchAnnotateFilesResponse

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::AnnotateFileResponse>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 247
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 252
def update!(**args)
  @responses = args[:responses] if args.key?(:responses)
end