GoogleApi.Translate.V3.Model.TranslateTextGlossaryConfig (google_api_translate v0.12.3) View Source

Configures which glossary should be used for a specific target language, and defines options for applying that glossary.

Attributes

  • glossary (type: String.t, default: nil) - Required. The glossary to be applied for this translation. The format depends on glossary: - User provided custom glossary: projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}
  • ignoreCase (type: boolean(), default: nil) - Optional. Indicates match is case-insensitive. Default value is false if missing.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Translate.V3.Model.TranslateTextGlossaryConfig{
  glossary: String.t() | nil,
  ignoreCase: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.