5 references to SpeechOptions
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.shared.cs (3)
28 Task SpeakAsync(string text, SpeechOptions? options = default, CancellationToken cancelToken = default); 60 public static Task SpeakAsync(string text, SpeechOptions? options, CancellationToken cancelToken = default) => 156 public async Task SpeakAsync(string text, SpeechOptions? options = default, CancellationToken cancelToken = default)
TextToSpeech\TextToSpeech.uwp.cs (2)
20 async Task PlatformSpeakAsync(string text, SpeechOptions options, CancellationToken cancelToken = default) 70 static string GetSpeakParametersSSMLProsody(string text, SpeechOptions options)