google_api_translate v0.9.0 GoogleApi.Translate.V3.Model.TranslateTextGlossaryConfig 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.