ITextToSpeech Interface

Definition

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