Cloud Speech V2 Client - Class PhraseSet (1.16.0)

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

PhraseSet for biasing in speech recognition. A PhraseSet is used to provide "hints" to the speech recognizer to favor specific words and phrases in the results.

Generated from protobuf message google.cloud.speech.v2.PhraseSet

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource name of the PhraseSet. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

↳ uid string

Output only. System-assigned unique identifier for the PhraseSet.

↳ phrases array<Google\Cloud\Speech\V2\PhraseSet\Phrase>

A list of word and phrases.

↳ boost float

Hint Boost. Positive value will increase the probability that a specific phrase will be recognized over other similar sounding phrases. The higher the boost, the higher the chance of false positive recognition as well. Valid boost values are between 0 (exclusive) and 20. We recommend using a binary search approach to finding the optimal value for your use case as well as adding phrases both with and without boost to your requests.

↳ display_name string

User-settable, human-readable name for the PhraseSet. Must be 63 characters or less.

↳ state int

Output only. The PhraseSet lifecycle state.

↳ create_time Google\Protobuf\Timestamp

Output only. Creation time.

↳ update_time Google\Protobuf\Timestamp

Output only. The most recent time this resource was modified.

↳ delete_time Google\Protobuf\Timestamp

Output only. The time at which this resource was requested for deletion.

↳ expire_time Google\Protobuf\Timestamp

Output only. The time at which this resource will be purged.

↳ annotations array|Google\Protobuf\Internal\MapField

Allows users to store small amounts of arbitrary data. Both the key and the value must be 63 characters or less each. At most 100 annotations.

↳ etag string

Output only. This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

↳ reconciling bool

Output only. Whether or not this PhraseSet is in the process of being updated.

↳ kms_key_name string

Output only. The KMS key name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

↳ kms_key_version_name string

Output only. The KMS key version name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

getName

Output only. The resource name of the PhraseSet.

Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Returns
TypeDescription
string

setName

Output only. The resource name of the PhraseSet.

Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUid

Output only. System-assigned unique identifier for the PhraseSet.

Returns
TypeDescription
string

setUid

Output only. System-assigned unique identifier for the PhraseSet.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPhrases

A list of word and phrases.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPhrases

A list of word and phrases.

Parameter
NameDescription
var array<Google\Cloud\Speech\V2\PhraseSet\Phrase>
Returns
TypeDescription
$this

getBoost

Hint Boost. Positive value will increase the probability that a specific phrase will be recognized over other similar sounding phrases. The higher the boost, the higher the chance of false positive recognition as well.

Valid boost values are between 0 (exclusive) and 20. We recommend using a binary search approach to finding the optimal value for your use case as well as adding phrases both with and without boost to your requests.

Returns
TypeDescription
float

setBoost

Hint Boost. Positive value will increase the probability that a specific phrase will be recognized over other similar sounding phrases. The higher the boost, the higher the chance of false positive recognition as well.

Valid boost values are between 0 (exclusive) and 20. We recommend using a binary search approach to finding the optimal value for your use case as well as adding phrases both with and without boost to your requests.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getDisplayName

User-settable, human-readable name for the PhraseSet. Must be 63 characters or less.

Returns
TypeDescription
string

setDisplayName

User-settable, human-readable name for the PhraseSet. Must be 63 characters or less.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. The PhraseSet lifecycle state.

Returns
TypeDescription
int

setState

Output only. The PhraseSet lifecycle state.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getCreateTime

Output only. Creation time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Creation time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The most recent time this resource was modified.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The most recent time this resource was modified.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDeleteTime

Output only. The time at which this resource was requested for deletion.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasDeleteTime

clearDeleteTime

setDeleteTime

Output only. The time at which this resource was requested for deletion.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getExpireTime

Output only. The time at which this resource will be purged.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasExpireTime

clearExpireTime

setExpireTime

Output only. The time at which this resource will be purged.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getAnnotations

Allows users to store small amounts of arbitrary data.

Both the key and the value must be 63 characters or less each. At most 100 annotations.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setAnnotations

Allows users to store small amounts of arbitrary data.

Both the key and the value must be 63 characters or less each. At most 100 annotations.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getEtag

Output only. This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Returns
TypeDescription
string

setEtag

Output only. This checksum is computed by the server based on the value of other fields. This may be sent on update, undelete, and delete requests to ensure the client has an up-to-date value before proceeding.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReconciling

Output only. Whether or not this PhraseSet is in the process of being updated.

Returns
TypeDescription
bool

setReconciling

Output only. Whether or not this PhraseSet is in the process of being updated.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getKmsKeyName

Output only. The KMS key name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

Returns
TypeDescription
string

setKmsKeyName

Output only. The KMS key name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getKmsKeyVersionName

Output only. The KMS key version name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

Returns
TypeDescription
string

setKmsKeyVersionName

Output only. The KMS key version name with which the PhraseSet is encrypted. The expected format is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this