Class TextToSpeechService
Inheritance
TextToSpeechService
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class TextToSpeechService : CrudServiceBase<ElevenLabsClient>, ICrudService
Constructors
|
Edit this page
View Source
TextToSpeechService(ElevenLabsClient)
Declaration
public TextToSpeechService(ElevenLabsClient client)
Parameters
Methods
|
Edit this page
View Source
CreateAsync(TextToSpeechRequest, RequestOptions)
Declaration
public UniTask<Generated<IAudioAsset>> CreateAsync(TextToSpeechRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
StreamAsync(TextToSpeechRequest, RequestOptions)
Declaration
public IGenerativeStream<Delta<IAudioChunk>, IAudioAsset> StreamAsync(TextToSpeechRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods