Cloud Speech V2 Client - Class CreatePhraseSetRequest (1.8.0)

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.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ phrase_set Google\Cloud\Speech\V2\PhraseSet

Required. The PhraseSet to create.

↳ 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.

Generated from protobuf field .google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];

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

hasPhraseSet

clearPhraseSet

setPhraseSet

Required. The PhraseSet to create.

Generated from protobuf field .google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];

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

getValidateOnly

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

Generated from protobuf field bool validate_only = 2;

Returns
TypeDescription
bool

setValidateOnly

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

Generated from protobuf field bool validate_only = 2;

Parameter
NameDescription
var bool
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]-/.

Generated from protobuf field string phrase_set_id = 3;

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]-/.

Generated from protobuf field string phrase_set_id = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParent

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

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

Generated from protobuf field string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setParent

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

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

Generated from protobuf field string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this