Class: Google::Cloud::Vision::V1p3beta1::WebDetectionParams
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::WebDetectionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
Parameters for web detection request.
Instance Attribute Summary collapse
-
#include_geo_results ⇒ ::Boolean
Whether to include results derived from the geo information in the image.
Instance Attribute Details
#include_geo_results ⇒ ::Boolean
Returns Whether to include results derived from the geo information in the image.
549 550 551 552 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 549 class WebDetectionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |