1 write to Id
Microsoft.Maui.Essentials (1)
TextToSpeech\TextToSpeech.shared.cs (1)
222
Id
= id;
2 references to Id
Microsoft.Maui.Essentials (2)
TextToSpeech\TextToSpeech.uwp.cs (2)
32
if (!string.IsNullOrWhiteSpace(options?.Locale?.
Id
))
34
var voiceInfo = SpeechSynthesizer.AllVoices.FirstOrDefault(v => v.Id == options.Locale.
Id
) ?? SpeechSynthesizer.DefaultVoice;