Reference documentation and code samples for the Cloud Translation V3 Client class GlossaryTermsSet.
Represents a single entry for an equivalent term set glossary. This is used for equivalent term sets where each term can be replaced by the other terms in the set.
Generated from protobuf message google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet
Namespace
Google \ Cloud \ Translate \ V3 \ GlossaryEntryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ terms |
array<Google\Cloud\Translate\V3\GlossaryTerm>
Each term in the set represents a term that can be replaced by the other terms. |
getTerms
Each term in the set represents a term that can be replaced by the other terms.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTerms
Each term in the set represents a term that can be replaced by the other terms.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Translate\V3\GlossaryTerm>
|
Returns | |
---|---|
Type | Description |
$this |