public sealed class WebDetection.Types.WebLabel : IMessage<WebDetection.Types.WebLabel>, IEquatable<WebDetection.Types.WebLabel>, IDeepCloneable<WebDetection.Types.WebLabel>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class WebDetection.Types.WebLabel.
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 `WebDetection.Types.WebLabel` class in the Google Cloud Vision v1 API provides extra metadata for web detection, which can be accessed through reference documentation and code samples."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the .NET ecosystem."],["The `WebLabel` class offers two constructors: a default one (`WebLabel()`) and one that accepts another `WebLabel` instance (`WebLabel(WebLabel)`), useful for creating copies or initializing from existing objects."],["`WebLabel` includes properties for `Label`, which represents the actual label text, and `LanguageCode`, that specifies the language of the label using the BCP-47 language code format."],["The documentation for `WebDetection.Types.WebLabel` is versioned with 11 versions provided, the latest being 3.7.0."]]],[]]