DialogServiceConnector.SpeechEndDetected Event

Definition

Occurs when the end of speech data is detected for the current phrase.

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

Event Type

Applies to