Class TranslationDatasetMetadata
Dataset metadata that is specific to translation.
Inheritance
System.Object
TranslationDatasetMetadata
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class TranslationDatasetMetadata : IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessage
Constructors
TranslationDatasetMetadata()
Declaration
public TranslationDatasetMetadata()
TranslationDatasetMetadata(TranslationDatasetMetadata)
Declaration
public TranslationDatasetMetadata(TranslationDatasetMetadata other)
Parameters
Type | Name | Description |
---|---|---|
TranslationDatasetMetadata | other |
Properties
SourceLanguageCode
Required. The BCP-47 language code of the source language.
Declaration
public string SourceLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TargetLanguageCode
Required. The BCP-47 language code of the target language.
Declaration
public string TargetLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |