TextToSpeech Class

Definition

Speak text to Speech

public static class TextToSpeech
Inheritance
TextToSpeech

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.

Applies to