Cloud Speech V2 Client - Class ListCustomClassesResponse (1.16.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ custom_classes array<Google\Cloud\Speech\V2\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCustomClasses

The list of requested CustomClasses.

Parameter
NameDescription
var array<Google\Cloud\Speech\V2\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. This token expires after 72 hours.

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. This token expires after 72 hours.

Parameter
NameDescription
var string
Returns
TypeDescription
$this