ITextToSpeech Interface
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.
The TextToSpeech API enables an application to utilize the built-in text-to-speech engines to speak back text from the device and also to query available languages that the engine can support.
public interface class ITextToSpeech
public interface ITextToSpeech
type ITextToSpeech = interface
Public Interface ITextToSpeech
Methods
GetLocalesAsync() |
Gets a list of languages supported by text-to-speech. |
SpeakAsync(String, SpeechOptions, CancellationToken) |
Speaks the given text through the device's speech-to-text. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.