TranslationRecognizer.Recognizing Event

Definition

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

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

Event Type

Applies to