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."],[[["This webpage details the `WebDetectionParams` class within the `Google.Cloud.Vision.V1` namespace, specifically version 2.5.0, which is used for defining parameters for web detection requests in the Google Cloud Vision API."],["The `WebDetectionParams` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality and compatibility within the .NET framework."],["The class offers two constructors, a default constructor, `WebDetectionParams()`, and a copy constructor, `WebDetectionParams(WebDetectionParams other)`, to facilitate object creation and duplication."],["One of the main properties, `IncludeGeoResults`, which is of type Boolean, allows users to determine whether geo-related information should be included in web detection results."],["The page also provides links to the documentation of other versions of `WebDetectionParams` ranging from version 2.3.0 to the latest version 3.7.0."]]],[]]