Configures which glossary should be used for a specific target language, and defines options for applying that glossary.
| JSON representation |
|---|
{ "glossary": string, "ignoreCase": boolean } |
| Fields | |
|---|---|
glossary |
Required. Specifies the glossary used for this translation. Use this format: projects/*/locations/*/glossaries/* |
ignoreCase |
Optional. Indicates match is case-insensitive. Default value is false if missing. |