Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesResponse

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

Response to an async batch file annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.

Returns:



923
924
925
926
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 923

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