Class: Google::Cloud::Vision::V1p4beta1::AsyncBatchAnnotateImagesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::AsyncBatchAnnotateImagesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb
Overview
Response to an async batch image annotation request.
Instance Attribute Summary collapse
-
#output_config ⇒ ::Google::Cloud::Vision::V1p4beta1::OutputConfig
The output location and metadata from AsyncBatchAnnotateImagesRequest.
Instance Attribute Details
#output_config ⇒ ::Google::Cloud::Vision::V1p4beta1::OutputConfig
Returns The output location and metadata from AsyncBatchAnnotateImagesRequest.
829 830 831 832 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 829 class AsyncBatchAnnotateImagesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |