SpeechRecognizer.Recognizing Event

Definition

The event Recognizing signals that an intermediate recognition result is received.

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

Event Type

Applies to