5 references to SpeechOptions
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.ios.tvos.watchos.cs (2)
19
async Task PlatformSpeakAsync(string text,
SpeechOptions
options, CancellationToken cancelToken)
25
static AVSpeechUtterance GetSpeechUtterance(string text,
SpeechOptions
options)
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)