Share via


IntentRecognizer.Recognizing Event

Definition

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

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

Event Type

Applies to