Share via


IntentRecognizer.Canceled Event

Definition

The event Canceled signals that the intent recognition was canceled.

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

Event Type

Applies to