Cloud Speech V2 Client - Class CreateCustomClassRequest (2.0.1)

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

Request message for the CreateCustomClass method.

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

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ custom_classCustomClass

Required. The CustomClass to create.

↳ validate_onlybool

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

↳ custom_class_idstring

The ID to use for the CustomClass, which will become the final component of the CustomClass'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 CustomClass will be created. The expected format is projects/{project}/locations/{location}.

getCustomClass

Required. The CustomClass to create.

Returns
TypeDescription
CustomClass|null

hasCustomClass

clearCustomClass

setCustomClass

Required. The CustomClass to create.

Parameter
NameDescription
varCustomClass
Returns
TypeDescription
$this

getValidateOnly

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

Returns
TypeDescription
bool

setValidateOnly

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

Parameter
NameDescription
varbool
Returns
TypeDescription
$this

getCustomClassId

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

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

Returns
TypeDescription
string

setCustomClassId

The ID to use for the CustomClass, which will become the final component of the CustomClass'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 CustomClass will be created.

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

Returns
TypeDescription
string

setParent

Required. The project and location where this CustomClass 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 CustomClass will be created. The expected format is projects/{project}/locations/{location}. Please see SpeechClient::locationName() for help formatting this field.

customClassCustomClass

Required. The CustomClass to create.

customClassIdstring

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

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

Returns
TypeDescription
CreateCustomClassRequest