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-03-21 UTC."],[[["The `WebDetectionParams` class, found in the `Google.Cloud.Vision.V1` namespace, is used to define the parameters for web detection requests."],["Version 3.7.0 is the latest version, and versions ranging from 2.3.0 to 3.7.0 are documented and accessible."],["`WebDetectionParams` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, a default one and one that takes another `WebDetectionParams` object as a parameter."],["`WebDetectionParams` includes a settable boolean property called `IncludeGeoResults`, which determines whether to include geographically derived information in the image."]]],[]]