class Google::Apis::VisionV1::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::VisionV1::OutputConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 423 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 428 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end