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.
Implements
IMessage<WebDetection.Types.WebLabel>, IEquatable<WebDetection.Types.WebLabel>, IDeepCloneable<WebDetection.Types.WebLabel>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebLabel()
public WebLabel()
WebLabel(WebDetection.Types.WebLabel)
public WebLabel(WebDetection.Types.WebLabel other)
Parameter | |
---|---|
Name | Description |
other | WebDetection.Types.WebLabel |
Properties
Label
public string Label { get; set; }
Label for extra metadata.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |