TextToSpeech Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Speak text to Speech
public static class TextToSpeech
- Inheritance
-
System.ObjectTextToSpeech
Methods
GetLocalesAsync() |
Gets a list of Locales supported by Text to Speech. |
SpeakAsync(String, CancellationToken) |
Speaks the given text with default options. |
SpeakAsync(String, SpeechOptions, CancellationToken) |
Speaks the given text with the specified options. |