SpeechSynthesizer.SpeakProgress イベント

定義

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

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

適用対象