SpeechSynthesizer.Synthesizing Événement

Définition

Signale que la synthèse vocale est en cours. Cet événement se déclenche chaque fois que le SDK reçoit un segment audio du service 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) 

Type d'événement

S’applique à