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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ custom_class |
CustomClass
Required. The CustomClass to create. |
↳ validate_only |
bool
If set, validate the request and preview the CustomClass, but do not actually create it. |
↳ custom_class_id |
string
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]-/. |
↳ parent |
string
Required. The project and location where this CustomClass will be created. The expected format is |
getCustomClass
Required. The CustomClass to create.
| Returns | |
|---|---|
| Type | Description |
CustomClass|null |
|
hasCustomClass
clearCustomClass
setCustomClass
Required. The CustomClass to create.
| Parameter | |
|---|---|
| Name | Description |
var |
CustomClass
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
If set, validate the request and preview the CustomClass, but do not actually create it.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
If set, validate the request and preview the CustomClass, but do not actually create it.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParent
Required. The project and location where this CustomClass will be created.
The expected format is projects/{project}/locations/{location}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The project and location where this CustomClass will be created.
The expected format is projects/{project}/locations/{location}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The project and location where this CustomClass will be created.
The expected format is |
customClass |
CustomClass
Required. The CustomClass to create. |
customClassId |
string
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 | |
|---|---|
| Type | Description |
CreateCustomClassRequest |
|