Class: Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
An offline file annotation request.
Instance Attribute Summary collapse
-
#features ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Feature>
Required.
-
#image_context ⇒ ::Google::Cloud::Vision::V1p3beta1::ImageContext
Additional context that may accompany the image(s) in the file.
-
#input_config ⇒ ::Google::Cloud::Vision::V1p3beta1::InputConfig
Required.
-
#output_config ⇒ ::Google::Cloud::Vision::V1p3beta1::OutputConfig
Required.
Instance Attribute Details
#features ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::Feature>
Returns Required. Requested features.
729 730 731 732 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 729 class AsyncAnnotateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_context ⇒ ::Google::Cloud::Vision::V1p3beta1::ImageContext
Returns Additional context that may accompany the image(s) in the file.
729 730 731 732 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 729 class AsyncAnnotateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_config ⇒ ::Google::Cloud::Vision::V1p3beta1::InputConfig
Returns Required. Information about the input file.
729 730 731 732 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 729 class AsyncAnnotateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_config ⇒ ::Google::Cloud::Vision::V1p3beta1::OutputConfig
Returns Required. The desired output location and metadata (e.g. format).
729 730 731 732 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 729 class AsyncAnnotateFileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |