Class: Google::Cloud::Vision::V1::BatchAnnotateImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::BatchAnnotateImagesResponse
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
Overview
Response to a batch image annotation request.
Instance Attribute Summary collapse
-
#responses ⇒ Array<Google::Cloud::Vision::V1::AnnotateImageResponse>
Individual responses to image annotation requests within the batch.
Instance Attribute Details
#responses ⇒ Array<Google::Cloud::Vision::V1::AnnotateImageResponse>
Returns Individual responses to image annotation requests within the batch.
579 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 579 class BatchAnnotateImagesResponse; end |