View Source GoogleApi.Translate.V3.Model.GlossaryConfig (google_api_translate v0.21.0)

Configures which glossary is 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 the 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. The default value is false if missing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.