View Source GoogleApi.Translate.V3.Model.TransliterationConfig (google_api_translate v0.21.0)
Configures transliteration feature on top of translation.
Attributes
-
enableTransliteration
(type:boolean()
, default:nil
) - If true, source text in romanized form can be translated to the target language.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.TransliterationConfig{ enableTransliteration: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.