DialogServiceConnector.SpeechStartDetected Event

Definition

Occurs when speech data is first detected in the input audio for current phrase.

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

Event Type

Applies to