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 `WebLabel` class is used to provide additional metadata for web detection within the `Google.Cloud.Vision.V1` namespace."],["This class, `WebLabel`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors for the `WebLabel` class: a default constructor and one that accepts another `WebDetection.Types.WebLabel` object as a parameter."],["The `WebLabel` class has two primary properties: `Label`, which stores the label for extra metadata, and `LanguageCode`, which specifies the BCP-47 language code of the label."],["The provided documentation highlights different available versions, ranging from version 2.3.0 to the latest 3.7.0, with the current page dedicated to version 2.4.0."]]],[]]