Creates a new instance of the class Recognizer.

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

Syntax

C#
[CLSCompliantAttribute(false)]
protected Recognizer(
	ISpeechRecognizer recognizer
)

Parameters

recognizer
Type: ISpeechRecognizer
A speech recognizer ISpeechRecognizer.

See Also