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.
Implements
IMessageWebDetectionTypesWebLabel, IEquatableWebDetectionTypesWebLabel, IDeepCloneableWebDetectionTypesWebLabel, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
WebLabel()
public WebLabel()
WebLabel(WebLabel)
public WebLabel(WebDetection.Types.WebLabel other)
Parameter | |
---|---|
Name | Description |
other |
WebDetectionTypesWebLabel |
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 |