Class TextToSpeechService
Inheritance
TextToSpeechService
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public class TextToSpeechService : CrudServiceBase<MicrosoftAzureClient>, ICrudService
Constructors
|
Edit this page
View Source
TextToSpeechService(MicrosoftAzureClient)
Declaration
public TextToSpeechService(MicrosoftAzureClient client)
Parameters
Methods
|
Edit this page
View Source
GenerateSpeechAsync(TextToSpeechRequest, RequestOptions)
Declaration
public UniTask<Generated<IAudioAsset>> GenerateSpeechAsync(TextToSpeechRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListVoicesAsync(RequestOptions)
Declaration
public UniTask<VoiceInfo[]> ListVoicesAsync(RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
StreamSpeechAsync(StreamingTextToSpeechRequest, RequestOptions)
Declaration
public IGenerativeStream<Delta<IAudioChunk>, IAudioAsset> StreamSpeechAsync(StreamingTextToSpeechRequest request, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods