Cloud Translation V3 Client - Class GlossaryTermsSet (2.0.1)

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 \ GlossaryEntry

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ termsarray<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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTerms

Each term in the set represents a term that can be replaced by the other terms.

Parameter
NameDescription
vararray<Google\Cloud\Translate\V3\GlossaryTerm>
Returns
TypeDescription
$this