ListVoicesRequest

data class ListVoicesRequest(val pageSize: Int = 10, val nextPageToken: String? = null, val search: String? = null, val voiceType: String? = null, val category: String? = null, val includeTotalCount: Boolean = false)(source)

Filters and pagination controls for VoicesApi.list.

Constructors

Link copied to clipboard
constructor(pageSize: Int = 10, nextPageToken: String? = null, search: String? = null, voiceType: String? = null, category: String? = null, includeTotalCount: Boolean = false)

Properties

Link copied to clipboard

Voice-category filter accepted by ElevenLabs.

Link copied to clipboard

Whether VoicePage.totalCount should be populated.

Link copied to clipboard

Opaque token returned by the previous VoicePage.

Link copied to clipboard

Maximum number of voices to return, from 1 through 100.

Link copied to clipboard

Free-text search

Link copied to clipboard

Voice-type filter accepted by ElevenLabs.