Class WebDetection.Types.WebLabel (2.3.0)

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.

Inheritance

Object > WebDetection.Types.WebLabel

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebLabel()

public WebLabel()

WebLabel(WebDetection.Types.WebLabel)

public WebLabel(WebDetection.Types.WebLabel other)
Parameter
NameDescription
otherWebDetection.Types.WebLabel

Properties

Label

public string Label { get; set; }

Label for extra metadata.

Property Value
TypeDescription
String

LanguageCode

public string LanguageCode { get; set; }

The BCP-47 language code for label, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

Property Value
TypeDescription
String