TranslateTextGlossaryConfig

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

JSON representation
{
  "glossary": string,
  "ignore_case": boolean
}
Fields
glossary

string

Required. The glossary to be applied for this translation.

The format depends on glossary:

  • User provided custom glossary: projects/{project-id}/glossaries/{glossary-id}
ignore_case

boolean

Optional. Indicates match is case insensitive. Default value is false if missing.