Class: Google::Cloud::Vision::V1::WebDetectionParams

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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