The method is called after successful recognition of the Baltie's command.

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

Syntax

C#
protected virtual void OnSpeechRecognition(
	RecognitionResult result
)

Parameters

result
Type: SGP.Speech..::.RecognitionResult
A recognition result RecognitionResult.

See Also