Cloud Speech V1 Client - Class ListCustomClassesResponse (1.8.0)

Reference documentation and code samples for the Cloud Speech V1 Client class ListCustomClassesResponse.

Message returned to the client by the ListCustomClasses method.

Generated from protobuf message google.cloud.speech.v1.ListCustomClassesResponse

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ custom_classes
array< Google\Cloud\Speech\V1\CustomClass >

The custom classes.

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

getCustomClasses

The custom classes.

Generated from protobuf field repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;

Returns
Type
Description
Google\Protobuf\Internal\RepeatedField

setCustomClasses

The custom classes.

Generated from protobuf field repeated .google.cloud.speech.v1.CustomClass custom_classes = 1;

Parameter
Name
Description
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.

Generated from protobuf field string next_page_token = 2;

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.

Generated from protobuf field string next_page_token = 2;

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: