Class: Google::Cloud::Vision::V1p3beta1::AsyncBatchAnnotateFilesRequest

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

Multiple async file annotation requests are batched into a single service call.

Instance Attribute Summary collapse

Instance Attribute Details

#requests::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>

Returns Required. Individual async file annotation requests for this batch.

Returns:



748
749
750
751
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 748

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