Class: Google::Cloud::Vision::V1p3beta1::BatchAnnotateImagesResponse

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

Response to a batch image annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

#responses::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>

Returns Individual responses to image annotation requests within the batch.

Returns:



711
712
713
714
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 711

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