Class: Google::Cloud::Vision::V1p4beta1::BatchAnnotateImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::BatchAnnotateImagesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb
Overview
Response to a batch image annotation request.
Instance Attribute Summary collapse
-
#responses ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateImageResponse>
Individual responses to image annotation requests within the batch.
Instance Attribute Details
#responses ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateImageResponse>
Returns Individual responses to image annotation requests within the batch.
709 710 711 712 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 709 class BatchAnnotateImagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |