class Google::Apis::VisionV1p2beta1::AsyncBatchAnnotateImagesResponse
Response to an async batch image annotation request.
Attributes
output_config[RW]
The desired output location and metadata. Corresponds to the JSON property `outputConfig` @return [Google::Apis::VisionV1p2beta1::OutputConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1p2beta1/classes.rb, line 227 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 232 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end