Cloud Speech V2 Client - Class CreatePhraseSetRequest (2.0.1)

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

Request message for the CreatePhraseSet method.

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

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ phrase_setPhraseSet

Required. The PhraseSet to create.

↳ validate_onlybool

If set, validate the request and preview the PhraseSet, but do not actually create it.

↳ phrase_set_idstring

The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

↳ parentstring

Required. The project and location where this PhraseSet will be created. The expected format is projects/{project}/locations/{location}.

getPhraseSet

Required. The PhraseSet to create.

Returns
TypeDescription
PhraseSet|null

hasPhraseSet

clearPhraseSet

setPhraseSet

Required. The PhraseSet to create.

Parameter
NameDescription
varPhraseSet
Returns
TypeDescription
$this

getValidateOnly

If set, validate the request and preview the PhraseSet, but do not actually create it.

Returns
TypeDescription
bool

setValidateOnly

If set, validate the request and preview the PhraseSet, but do not actually create it.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getPhraseSetId

The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
TypeDescription
string

setPhraseSetId

The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getParent

Required. The project and location where this PhraseSet will be created.

The expected format is projects/{project}/locations/{location}.

Returns
TypeDescription
string

setParent

Required. The project and location where this PhraseSet will be created.

The expected format is projects/{project}/locations/{location}.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parentstring

Required. The project and location where this PhraseSet will be created. The expected format is projects/{project}/locations/{location}. Please see SpeechClient::locationName() for help formatting this field.

phraseSetPhraseSet

Required. The PhraseSet to create.

phraseSetIdstring

The ID to use for the PhraseSet, which will become the final component of the PhraseSet's resource name.

This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.

Returns
TypeDescription
CreatePhraseSetRequest