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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.