public sealed class TranslationDatasetMetadata : IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessage
Dataset metadata that is specific to translation.
Implements
IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
TranslationDatasetMetadata()
public TranslationDatasetMetadata()
TranslationDatasetMetadata(TranslationDatasetMetadata)
public TranslationDatasetMetadata(TranslationDatasetMetadata other)
Parameter | |
---|---|
Name | Description |
other | TranslationDatasetMetadata |
Properties
SourceLanguageCode
public string SourceLanguageCode { get; set; }
Required. The BCP-47 language code of the source language.
Property Value | |
---|---|
Type | Description |
String |
TargetLanguageCode
public string TargetLanguageCode { get; set; }
Required. The BCP-47 language code of the target language.
Property Value | |
---|---|
Type | Description |
String |