Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesRequest
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
Multiple async file annotation requests are batched into a single service call.
Instance Attribute Summary collapse
-
#requests ⇒ Array<Google::Cloud::Vision::V1::AsyncAnnotateFileRequest>
Individual async file annotation requests for this batch.
Instance Attribute Details
#requests ⇒ Array<Google::Cloud::Vision::V1::AsyncAnnotateFileRequest>
Returns Individual async file annotation requests for this batch.
607 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 607 class AsyncBatchAnnotateFilesRequest; end |