Class: Google::Cloud::Vision::V1p4beta1::WebDetectionParams
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::WebDetectionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/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.
557 558 559 560 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 557 class WebDetectionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |