SpeechSynthesizer.SpeakProgress イベント

定義

SpeechSynthesizerがプロンプトの個々の単語を読み上げた後に発生します。

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) 

イベントの種類

注釈

SpeechSynthesizerは、SpeakSpeakAsyncSpeakSsml、またはSpeakSsmlAsyncのいずれかのメソッドを使用して、プロンプトで読み上げる新しい単語ごとにこのイベントを発生させます。 イベントに関連付けられているデータの例と詳細については、 SpeakProgressEventArgsを参照してください。

適用対象