2 implementations of ITextToSpeech
Microsoft.Maui.Essentials (2)
TextToSpeech\TextToSpeech.ios.tvos.watchos.cs (1)
10
partial class TextToSpeechImplementation :
ITextToSpeech
TextToSpeech\TextToSpeech.shared.cs (1)
141
partial class TextToSpeechImplementation :
ITextToSpeech
5 references to ITextToSpeech
Microsoft.Maui.Essentials (5)
TextToSpeech\TextToSpeech.shared.cs (5)
63
static
ITextToSpeech
? defaultImplementation;
68
public static
ITextToSpeech
Default =>
71
internal static void SetDefault(
ITextToSpeech
? implementation) =>
227
/// Represents options that can be used to influence the <see cref="
ITextToSpeech
"/> behavior.
234
/// <remarks>The <see cref="Locale.Language"/> property should match a <see cref="Locale.Language"/> value returned by <see cref="
ITextToSpeech
.GetLocalesAsync"/>.</remarks>