public sealed class WebLabel : IMessage<WebDetection.Types.WebLabel>, IEquatable<WebDetection.Types.WebLabel>, IDeepCloneable<WebDetection.Types.WebLabel>, IBufferMessage, IMessage
Label to provide extra metadata for the web detection.
[[["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 content details the `WebLabel` class, which is used to provide extra metadata for web detection within the Google Cloud Vision API."],["`WebLabel` class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, with versioning ranging from 2.3.0 up to the latest 3.7.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["`WebLabel` has two constructors: a default one and one that accepts another `WebDetection.Types.WebLabel` instance, plus it includes properties like `Label` and `LanguageCode` for metadata."]]],[]]