Reference documentation and code samples for the Cloud Translation V3 Client class GlossaryTerm.
Represents a single glossary term
Generated from protobuf message google.cloud.translation.v3.GlossaryTerm
Namespace
Google \ Cloud \ Translate \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ language_code |
string
The language for this glossary term. |
↳ text |
string
The text for the glossary term. |
getLanguageCode
The language for this glossary term.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The language for this glossary term.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getText
The text for the glossary term.
Returns | |
---|---|
Type | Description |
string |
setText
The text for the glossary term.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |