class Google::Apis::VisionV1::BatchAnnotateImagesRequest
Multiple image annotation requests are batched into a single service call.
Attributes
requests[RW]
Individual image annotation requests for this batch. Corresponds to the JSON property ‘requests` @return [Array<Google::Apis::VisionV1::AnnotateImageRequest>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 704 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 709 def update!(**args) @requests = args[:requests] if args.key?(:requests) end