TAPIEx.NET Component Documentation

OnSpeechRecognition Delegate

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
);

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also