SpeechSynthesizer.Synthesizing イベント

定義

音声合成が進行中であることを通知します。 このイベントは、SDK が Speech サービスからオーディオ チャンクを受信するたびに発生します。

public event EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisEventArgs> Synthesizing;
member this.Synthesizing : EventHandler<Microsoft.CognitiveServices.Speech.SpeechSynthesisEventArgs> 
Public Custom Event Synthesizing As EventHandler(Of SpeechSynthesisEventArgs) 

イベントの種類

適用対象