Table of Contents

Class VoiceLibraryService

public class VoiceLibraryService : CrudServiceBase<ElevenLabsClient>
Inheritance
object
VoiceLibraryService

Constructors

VoiceLibraryService(ElevenLabsClient)

public VoiceLibraryService(ElevenLabsClient client)

Parameters

client ElevenLabsClient

Methods

ListAsync(ElevenLabsQuery, RESTOptions)

public UniTask<QueryResponse<SharedVoiceData>> ListAsync(ElevenLabsQuery query = null, RESTOptions options = null)

Parameters

query ElevenLabsQuery
options RESTOptions

Returns

UniTask<QueryResponse<SharedVoiceData>>