SpeechSynthesizer.Synthesizing Evento

Definição

Sinaliza que a síntese de fala está em andamento. Esse evento é acionado sempre que o SDK recebe um trecho de áudio do Serviço de Fala.

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

Aplica-se a