Cloud Speech V1 Client - Class ListCustomClassesResponse (1.16.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

Namespace

Google \ Cloud \ Speech \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCustomClasses

The custom classes.

Parameter
NameDescription
var array<Google\Cloud\Speech\V1\CustomClass>
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this