Creates an engine given the runtime directory.
SpeechRecognitionEngine.prototype.createEngine = function(
url
)
url
A string
value that references where the runtime is to be found.
Returns a SpeechRecognitionEngine
instance, if creation was successful; otherwise, an exception is shown.
Typically, the runtime is found at <virtual folder>/resources/ASR/lt_model_en.txt
.