Class: Google::Cloud::Vision::V1p3beta1::BatchAnnotateImagesRequest

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 image annotation requests are batched into a single service call.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Individual image annotation requests for this batch.

Returns:



702
703
704
705
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 702

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