public sealed class TextMetadata : IMessage<TextMetadata>, IEquatable<TextMetadata>, IDeepCloneable<TextMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class TextMetadata.
Metadata for the text.
Implements
IMessageTextMetadata, IEquatableTextMetadata, IDeepCloneableTextMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
TextMetadata()
public TextMetadata()
TextMetadata(TextMetadata)
public TextMetadata(TextMetadata other)
Parameter | |
---|---|
Name | Description |
other |
TextMetadata |
Properties
LanguageCode
public string LanguageCode { get; set; }
The language of this text, as a BCP-47. Default value is en-US.
Property Value | |
---|---|
Type | Description |
string |