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
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ 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. This token expires after 72 hours.
getCustomClasses
The list of requested CustomClasses.
Generated from protobuf field repeated .google.cloud.speech.v2.CustomClass custom_classes = 1;
Google\Protobuf\Internal\RepeatedField
setCustomClasses
The list of requested CustomClasses.
Generated from protobuf field repeated .google.cloud.speech.v2.CustomClass custom_classes = 1;
$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.
Generated from protobuf field string next_page_token = 2;
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.
Generated from protobuf field string next_page_token = 2;
var
string
$this