public sealed class WebDetectionParams : IMessage<WebDetectionParams>, IEquatable<WebDetectionParams>, IDeepCloneable<WebDetectionParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetectionParams.
[[["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 provides documentation for the `WebDetectionParams` class within the Google Cloud Vision v1 API, detailing its use in web detection requests."],["The `WebDetectionParams` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with its own functionality."],["The documentation details the constructors for creating `WebDetectionParams` instances, including a default constructor and a copy constructor that takes another `WebDetectionParams` instance as input."],["The key property of `WebDetectionParams` is `IncludeGeoResults`, a boolean that determines whether to include geo-derived results in web detection."]]],[]]