SpeechSynthesizer.SpeakProgress Événement
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.
Déclenché après chaque SpeechSynthesizer mot individuel d’une invite.
public:
event EventHandler<System::Speech::Synthesis::SpeakProgressEventArgs ^> ^ SpeakProgress;
public event EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs>? SpeakProgress;
public event EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs> SpeakProgress;
member this.SpeakProgress : EventHandler<System.Speech.Synthesis.SpeakProgressEventArgs>
Public Custom Event SpeakProgress As EventHandler(Of SpeakProgressEventArgs)
Type d'événement
Remarques
L’événement SpeechSynthesizer déclenche cet événement pour chaque nouveau mot qu’il parle dans une invite à l’aide de l’une Speakdes méthodes ou SpeakAsyncSpeakSsml des méthodesSpeakSsmlAsync. Pour obtenir un exemple et plus d’informations sur les données associées à l’événement, consultez SpeakProgressEventArgs.