Class TranslateTextGlossaryConfig (3.8.3)

TranslateTextGlossaryConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
glossary str
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}``
ignore_case bool
Optional. Indicates match is case-insensitive. Default value is false if missing.

Inheritance

builtins.object > proto.message.Message > TranslateTextGlossaryConfig