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 document outlines 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`."],["`WebLabel` has two constructors, one being the default, and the other allows for creating a new WebLabel instance based off of an existing instance."],["The `WebLabel` class contains properties `Label`, which is the label for extra metadata, and `LanguageCode`, which specifies the BCP-47 language code of the label."],["Version history is included, starting from version 2.3.0 up to the most recent version, 3.7.0, for the Google Cloud Vision API `WebDetection.Types.WebLabel` type."]]],[]]