class Google::Apis::VisionV1::WebDetectionParams
Parameters for web detection request.
Attributes
include_geo_results[RW]
Whether to include results derived from the geo information in the image. Corresponds to the JSON property `includeGeoResults` @return [Boolean]
include_geo_results?[RW]
Whether to include results derived from the geo information in the image. Corresponds to the JSON property `includeGeoResults` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 10078 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vision_v1/classes.rb, line 10083 def update!(**args) @include_geo_results = args[:include_geo_results] if args.key?(:include_geo_results) end