Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesResponse
- Defined in:
- lib/google/cloud/vision/v1/doc/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.
641 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 641 class AsyncBatchAnnotateFilesResponse; end |