Compartir a través de


SpeechSynthesizer.Synthesizing Evento

Definición

Indica que la síntesis de voz está en curso. Este evento se desencadena cada vez que el SDK recibe un fragmento de audio del servicio Voz.

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

Tipo de evento

Se aplica a