Cloud Speech V2 Client - Class AdaptationPhraseSet (1.12.0)

Reference documentation and code samples for the Cloud Speech V2 Client class AdaptationPhraseSet.

A biasing PhraseSet, which can be either a string referencing the name of an existing PhraseSets resource, or an inline definition of a PhraseSet.

Generated from protobuf message google.cloud.speech.v2.SpeechAdaptation.AdaptationPhraseSet

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ phrase_set string

The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.

↳ inline_phrase_set Google\Cloud\Speech\V2\PhraseSet

An inline defined PhraseSet.

getPhraseSet

The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.

Returns
TypeDescription
string

hasPhraseSet

setPhraseSet

The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInlinePhraseSet

An inline defined PhraseSet.

Returns
TypeDescription
Google\Cloud\Speech\V2\PhraseSet|null

hasInlinePhraseSet

setInlinePhraseSet

An inline defined PhraseSet.

Parameter
NameDescription
var Google\Cloud\Speech\V2\PhraseSet
Returns
TypeDescription
$this

getValue

Returns
TypeDescription
string