SpeechSynthesizer.Synthesizing Event

Definition

Signals that speech synthesis is ongoing. This event fires each time the SDK receives an audio chunk from the Speech service.

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

Event Type

Applies to