class Google::Apis::VisionV1p1beta1::GoogleCloudVisionV1p1beta1WebDetectionParams

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_v1p1beta1/classes.rb, line 3008
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_v1p1beta1/classes.rb, line 3013
def update!(**args)
  @include_geo_results = args[:include_geo_results] if args.key?(:include_geo_results)
end