Class VoiceService
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class VoiceService : CrudServiceBase<ElevenLabsClient>, ICrudService
Constructors
|
Edit this page
View Source
VoiceService(ElevenLabsClient)
Declaration
public VoiceService(ElevenLabsClient client)
Parameters
Methods
|
Edit this page
View Source
ListAsync(ElevenLabsQuery, RequestOptions)
Declaration
public UniTask<Queried<ElevenLabsVoiceInfo>> ListAsync(ElevenLabsQuery query = null, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods