getAudio abstract method
Future<TextToSpeechResponse>
getAudio(
- String text, {
- TextToSpeechOptions? options,
- CancellationToken? cancellationToken,
Synthesizes text into audio and returns the complete response.
Implementation
Future<TextToSpeechResponse> getAudio(
String text, {
TextToSpeechOptions? options,
CancellationToken? cancellationToken,
});