Class: Google::Cloud::Vision::V1::BatchAnnotateFilesResponse

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

A list of file annotation responses.

Instance Attribute Summary collapse

Instance Attribute Details

#responses::Array<::Google::Cloud::Vision::V1::AnnotateFileResponse>

Returns The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.

Returns:



803
804
805
806
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 803

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