class Google::Apis::VisionV1::BatchAnnotateImagesResponse

Response to a batch image annotation request.

Attributes

responses[RW]

Individual responses to image annotation requests within the batch. Corresponds to the JSON property ‘responses` @return [Array<Google::Apis::VisionV1::AnnotateImageResponse>]

Public Class Methods

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