Reference documentation and code samples for the Cloud Translation V3 Client class LanguageCodePair.
Used with unidirectional glossaries.
Generated from protobuf message google.cloud.translation.v3.Glossary.LanguageCodePair
Namespace
Google \ Cloud \ Translate \ V3 \ GlossaryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_language_code |
string
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code. |
↳ target_language_code |
string
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code. |
getSourceLanguageCode
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSourceLanguageCode
Required. The ISO-639 language code of the input text, for example, "en-US". Expected to be an exact match for GlossaryTerm.language_code.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTargetLanguageCode
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetLanguageCode
Required. The ISO-639 language code for translation output, for example, "zh-CN". Expected to be an exact match for GlossaryTerm.language_code.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|