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-04-17 UTC."],[[["This page details the `WebLabel` class within the `Google.Cloud.Vision.V1` namespace, which is used to provide extra metadata for web detection."],["The `WebLabel` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for the `WebLabel` class: a default constructor and one that accepts another `WebLabel` instance as a parameter."],["The `WebLabel` class has two key properties: `Label`, a string for the metadata label, and `LanguageCode`, which specifies the BCP-47 language code for the label."],["This page documents the different versions of the `WebLabel` class with the most recent being 3.7.0 and the oldest being 2.3.0, displaying the version history of this class."]]],[]]