TextToSpeech.SpeakAsync Method

Definition

Overloads

SpeakAsync(String, CancellationToken)

Speaks the given text with default options.

SpeakAsync(String, SpeechOptions, CancellationToken)

Speaks the given text with the specified options.

SpeakAsync(String, CancellationToken)

Speaks the given text with default options.

public static System.Threading.Tasks.Task SpeakAsync (string text, System.Threading.CancellationToken cancelToken = null);

Parameters

text
String

The text to speak..

cancelToken
CancellationToken

Optional cancellation token to stop speaking.

Returns

Applies to

SpeakAsync(String, SpeechOptions, CancellationToken)

Speaks the given text with the specified options.

public static System.Threading.Tasks.Task SpeakAsync (string text, Xamarin.Essentials.SpeechOptions options, System.Threading.CancellationToken cancelToken = null);

Parameters

text
String

The text to speak.

options
SpeechOptions

The options to use for speaking.

cancelToken
CancellationToken

Optional cancellation token to stop speaking.

Returns

Applies to