Class TranslationDatasetMetadata (2.3.0)

public sealed class TranslationDatasetMetadata : IMessage<TranslationDatasetMetadata>, IEquatable<TranslationDatasetMetadata>, IDeepCloneable<TranslationDatasetMetadata>, IBufferMessage, IMessage

Dataset metadata that is specific to translation.

Inheritance

Object > TranslationDatasetMetadata

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

TranslationDatasetMetadata()

public TranslationDatasetMetadata()

TranslationDatasetMetadata(TranslationDatasetMetadata)

public TranslationDatasetMetadata(TranslationDatasetMetadata other)
Parameter
NameDescription
otherTranslationDatasetMetadata

Properties

SourceLanguageCode

public string SourceLanguageCode { get; set; }

Required. The BCP-47 language code of the source language.

Property Value
TypeDescription
String

TargetLanguageCode

public string TargetLanguageCode { get; set; }

Required. The BCP-47 language code of the target language.

Property Value
TypeDescription
String