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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ phrase_set
↳ validate_only
bool
If set, validate the request and preview the PhraseSet, but do not actually create it.
↳ phrase_set_id
string
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]-/.
↳ parent
string
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.
hasPhraseSet
clearPhraseSet
setPhraseSet
Required. The PhraseSet to create.
$this
getValidateOnly
If set, validate the request and preview the PhraseSet, but do not actually create it.
bool
setValidateOnly
If set, validate the request and preview the PhraseSet, but do not actually create it.
var
bool
$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]-/.
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]-/.
var
string
$this
getParent
Required. The project and location where this PhraseSet will be created.
The expected format is projects/{project}/locations/{location}
.
string
setParent
Required. The project and location where this PhraseSet will be created.
The expected format is projects/{project}/locations/{location}
.
var
string
$this