public sealed class TranslationDatasetMetadata : IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class TranslationDatasetMetadata.
Dataset metadata that is specific to translation.
Implements
IMessageTranslationDatasetMetadata, IEquatableTranslationDatasetMetadata, IDeepCloneableTranslationDatasetMetadata, 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 |