Creates a new instance of the class RecognitionResult

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

Syntax

C#
[CLSCompliantAttribute(false)]
protected RecognitionResult(
	ISpeechRecoResult result
)

Parameters

result
Type: ISpeechRecoResult
Information about the recognition result.

See Also