TranslationRecognizer.Recognized Event

Definition

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

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

Event Type

Applies to