Class: Google::Cloud::Vision::V1::BatchAnnotateFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::BatchAnnotateFilesResponse
- 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
-
#responses ⇒ ::Array<::Google::Cloud::Vision::V1::AnnotateFileResponse>
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
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.
851 852 853 854 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 851 class BatchAnnotateFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |