GoogleApi.Translate.V3.Model.TransliterationConfig (google_api_translate v0.22.0)

View Source

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

t()

@type t() :: %GoogleApi.Translate.V3.Model.TransliterationConfig{
  enableTransliteration: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.