Google Cloud Vision v1 API - Class WebDetection.Types.WebLabel (3.4.0)

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.

Inheritance

object > WebDetection.Types.WebLabel

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

WebLabel()

public WebLabel()

WebLabel(WebLabel)

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

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