Reference documentation and code samples for the Cloud Translation V3 Client class TranslateTextGlossaryConfig.
Configures which glossary is used for a specific target language and defines options for applying that glossary.
Generated from protobuf message google.cloud.translation.v3.TranslateTextGlossaryConfig
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ glossary |
string
Required. The |
↳ ignore_case |
bool
Optional. Indicates match is case insensitive. The default value is |
↳ contextual_translation_enabled |
bool
Optional. If set to true, the glossary will be used for contextual translation. |
getGlossary
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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setGlossary
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}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIgnoreCase
Optional. Indicates match is case insensitive. The default value is false
if missing.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIgnoreCase
Optional. Indicates match is case insensitive. The default value is false
if missing.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContextualTranslationEnabled
Optional. If set to true, the glossary will be used for contextual translation.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setContextualTranslationEnabled
Optional. If set to true, the glossary will be used for contextual translation.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|