Google Cloud Translation v3 API - Class TransliterationConfig (3.8.0)

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

Reference documentation and code samples for the Google Cloud Translation v3 API class TransliterationConfig.

Configures transliteration feature on top of translation.

Inheritance

object > TransliterationConfig

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

TransliterationConfig()

public TransliterationConfig()

TransliterationConfig(TransliterationConfig)

public TransliterationConfig(TransliterationConfig other)
Parameter
Name Description
other TransliterationConfig

Properties

EnableTransliteration

public bool EnableTransliteration { get; set; }

If true, source text in romanized form can be translated to the target language.

Property Value
Type Description
bool