SpeechSynthesizer.SpeakStarted イベント

定義

SpeechSynthesizer がプロンプトの読み上げを開始するときに発生します。

public:
 event EventHandler<System::Speech::Synthesis::SpeakStartedEventArgs ^> ^ SpeakStarted;
public event EventHandler<System.Speech.Synthesis.SpeakStartedEventArgs> SpeakStarted;
member this.SpeakStarted : EventHandler<System.Speech.Synthesis.SpeakStartedEventArgs> 
Public Custom Event SpeakStarted As EventHandler(Of SpeakStartedEventArgs) 

イベントの種類

注釈

ではSpeechSynthesizer、または SpeakSsmlAsync のいずれかのメソッドを使用してプロンプトの処理をSpeakSpeakAsyncSpeakSsml開始すると、このイベントが発生します。

クラスには SpeakStartedEventArgs プロパティがなく、イベントからデータを SpeakStarted 返しません。 アプリケーション作成者がイベントのイベント ハンドラーを記述できるようにするために SpeakStarted 提供されます。

適用対象