Class: Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
The response for a single offline file annotation request.
Instance Attribute Summary collapse
-
#output_config ⇒ ::Google::Cloud::Vision::V1p3beta1::OutputConfig
The output location and metadata from AsyncAnnotateFileRequest.
Instance Attribute Details
#output_config ⇒ ::Google::Cloud::Vision::V1p3beta1::OutputConfig
Returns The output location and metadata from AsyncAnnotateFileRequest.
738 739 740 741 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 738 class AsyncAnnotateFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |