Class TransliterationConfig
Configures transliteration feature on top of translation.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class TransliterationConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableTransliteration
If true, source text in romanized form can be translated to the target language.
Declaration
[JsonProperty("enableTransliteration")]
public virtual bool? EnableTransliteration { get; set; }
Property Value
Type | Description |
---|---|
bool? |