TranslationRecognizer.Canceled Event

Definition

The event Canceled signals that the speech to text/synthesis translation was canceled.

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

Event Type

Applies to