Class: Google::Cloud::Vision::V1p4beta1::AnnotateImageRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::AnnotateImageRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb
Overview
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information.
Instance Attribute Summary collapse
-
#features ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::Feature>
Requested features.
-
#image ⇒ ::Google::Cloud::Vision::V1p4beta1::Image
The image to be processed.
-
#image_context ⇒ ::Google::Cloud::Vision::V1p4beta1::ImageContext
Additional context that may accompany the image.
Instance Attribute Details
#features ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::Feature>
Returns Requested features.
622 623 624 625 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 622 class AnnotateImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image ⇒ ::Google::Cloud::Vision::V1p4beta1::Image
Returns The image to be processed.
622 623 624 625 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 622 class AnnotateImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_context ⇒ ::Google::Cloud::Vision::V1p4beta1::ImageContext
Returns Additional context that may accompany the image.
622 623 624 625 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 622 class AnnotateImageRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |