Class: Google::Cloud::Vision::V1::WebDetectionParams
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::WebDetectionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1/image_annotator.rb
Overview
Parameters for web detection request.
Instance Attribute Summary collapse
-
#include_geo_results ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#include_geo_results ⇒ ::Boolean
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns This field has no effect on results.
562 563 564 565 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 562 class WebDetectionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |