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