VoicePage

data class VoicePage(val voices: List<Voice>, val hasMore: Boolean, val nextPageToken: String? = null, val totalCount: Int? = null)(source)

One page returned by VoicesApi.list.

Constructors

Link copied to clipboard
constructor(voices: List<Voice>, hasMore: Boolean, nextPageToken: String? = null, totalCount: Int? = null)

Properties

Link copied to clipboard

Whether another page is available.

Link copied to clipboard
Link copied to clipboard

Total number of matches when requested, otherwise null.

Link copied to clipboard

Voices in this page.