1 implementation of SpeakAsync
Microsoft.Maui.Essentials (1)
TextToSpeech\TextToSpeech.shared.cs (1)
156 public async Task SpeakAsync(string text, SpeechOptions? options = default, CancellationToken cancelToken = default)
2 references to SpeakAsync
Microsoft.Maui.Essentials (2)
TextToSpeech\TextToSpeech.shared.cs (2)
51 Default.SpeakAsync(text, default, cancelToken); 61 Default.SpeakAsync(text, options, cancelToken);