Definition of event delegate you should use if you want to receive the OnSpeechRecognition event.
[Visual Basic]
Public Delegate Sub OnSpeechRecognition( _
ByVal Sender As Object, _
Byval e As OnSpeechRecognitionArgs_
)
[C#]
public delegate void OnSpeechRecognition(
object Sender,
OnSpeechRecognitionArgs e
);
Namespace: TAPIEx
Assembly: TAPIEx.Net.Dll