Class: Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileResponse

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

Overview

The response for a single offline file annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

#output_config::Google::Cloud::Vision::V1p3beta1::OutputConfig

Returns The output location and metadata from AsyncAnnotateFileRequest.

Returns:



738
739
740
741
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 738

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