Cloud Speech V2 Client - Class ListCustomClassesResponse (2.0.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
dataarray

Optional. Data for populating the Message object.

↳ custom_classesarray<CustomClass>

The list of requested CustomClasses.

↳ next_page_tokenstring

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
vararray<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
varstring
Returns
TypeDescription
$this