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, which is used to set parameters for web detection requests in the Google Cloud Vision API, specifically within version 2.3.0."],["The `WebDetectionParams` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor (`WebDetectionParams()`) and a copy constructor (`WebDetectionParams(WebDetectionParams other)`) for creating new instances."],["It includes a property, `IncludeGeoResults`, which determines whether to include results derived from geographical information found in the analyzed image, with this being a boolean type."],["Several versions of the Google Cloud Vision API, ranging from version 2.3.0 to 3.7.0, are listed on the page, showcasing a history and the newest version."]]],[]]