Emulates recognition from given text text rather than from recognition of voice.

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

Syntax

C#
public void EmulateRecognition(
	string text
)

Parameters

text
Type: System..::.String
A recognized string.

See Also