Class TextMetadata
Metadata for the text.
Inheritance
System.Object
TextMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class TextMetadata : IMessage<TextMetadata>, IEquatable<TextMetadata>, IDeepCloneable<TextMetadata>, IBufferMessage, IMessage
Constructors
TextMetadata()
Declaration
public TextMetadata()
TextMetadata(TextMetadata)
Declaration
public TextMetadata(TextMetadata other)
Parameters
| Type | Name | Description |
|---|---|---|
| TextMetadata | other |
Properties
LanguageCode
The language of this text, as a BCP-47. Default value is en-US.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |