public sealed class WebDetectionParams : IMessage<WebDetectionParams>, IEquatable<WebDetectionParams>, IDeepCloneable<WebDetectionParams>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `WebDetectionParams` class is used to set parameters for web detection requests in the Google Cloud Vision API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["There are several available versions of the class, with the latest being version 3.7.0, and this is the 2.4.0 documentation page."],["The `WebDetectionParams` class has a `IncludeGeoResults` property, which determines whether to include results derived from the image's geo-information."],["The `WebDetectionParams` class has two constructors; a parameterless one and one that takes another `WebDetectionParams` as a parameter."]]],[]]