getAudio abstract method

Future<TextToSpeechResponse> getAudio(
  1. String text, {
  2. TextToSpeechOptions? options,
  3. CancellationToken? cancellationToken,
})

Synthesizes text into audio and returns the complete response.

Implementation

Future<TextToSpeechResponse> getAudio(
  String text, {
  TextToSpeechOptions? options,
  CancellationToken? cancellationToken,
});