Reference documentation and code samples for the Cloud Speech V2 Client class ListCustomClassesResponse.
Response message for the ListCustomClasses method.
Generated from protobuf message google.cloud.speech.v2.ListCustomClassesResponse
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ custom_classes |
array<CustomClass>
The list of requested CustomClasses. |
↳ next_page_token |
string
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours. |
getCustomClasses
The list of requested CustomClasses.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCustomClasses
The list of requested CustomClasses.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CustomClass>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. This token expires after 72 hours.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|