Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateImagesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

Response to an async batch image annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

#output_config::Google::Cloud::Vision::V1::OutputConfig

Returns The output location and metadata from AsyncBatchAnnotateImagesRequest.

Returns:



930
931
932
933
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 930

class AsyncBatchAnnotateImagesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end