Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesResponse
- 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
-
#responses ⇒ ::Array<::Google::Cloud::Vision::V1::AsyncAnnotateFileResponse>
The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
Instance Attribute Details
#responses ⇒ ::Array<::Google::Cloud::Vision::V1::AsyncAnnotateFileResponse>
Returns The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
981 982 983 984 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 981 class AsyncBatchAnnotateFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |