Partager via


TextToSpeech.SpeakAsync Méthode

Définition

Surcharges

SpeakAsync(String, CancellationToken)

Parle le texte donné avec les options par défaut.

SpeakAsync(String, SpeechOptions, CancellationToken)

Parle le texte donné avec les options spécifiées.

SpeakAsync(String, CancellationToken)

Parle le texte donné avec les options par défaut.

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

Paramètres

text
System.String

Texte à parler..

cancelToken
System.Threading.CancellationToken

Jeton d’annulation facultatif pour arrêter de parler.

Retours

System.Threading.Tasks.Task

S’applique à

SpeakAsync(String, SpeechOptions, CancellationToken)

Parle le texte donné avec les options spécifiées.

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

Paramètres

text
System.String

Texte à lire.

options
SpeechOptions

Options à utiliser pour parler.

cancelToken
System.Threading.CancellationToken

Jeton d’annulation facultatif pour arrêter de parler.

Retours

System.Threading.Tasks.Task

S’applique à