Google AutoML v1 API - Class TranslationDatasetMetadata (3.3.0)

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.

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