Creates an engine given the runtime directory.
public static SpeechRecognitionEngine Create(
string modelPath
)
modelPath
The folder/directory where the runtime is to be found.
A SpeechRecognitionEngine instance, if creation was successful; otherwise, an exception is thrown.
Typically, the runtime is found at <installation folder>\Bin\Common\ASRRuntime\en_01
.