A delegate RecognitionHandler informs about speech recognition result result.

Namespace:  SGP.Speech
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public delegate void RecognitionHandler(
	RecognitionResult result
)

See Also