Share via


IntentRecognizer.Recognized Event

Definition

The event Recognized signals that a final recognition result is received.

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

Event Type

Applies to