TextToSpeech.SpeakAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.