Recognizer.SpeechEndDetected Event

Definition

Defines event handler for speech end detected event.

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