Show / Hide Table of Contents

Class TransliterationConfig

Configures transliteration feature on top of translation.

Inheritance
object
TransliterationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX