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