Creates the speech recognition engine using the runtime directory.
#include "ltasr.h"
L_LTASR_API L_INT L_ASREngine_Create(options, engine)
Pointer to a structure that contains the options to use when creating the engine.
Pointer to the speech recognition handle referencing the created engine.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When the speech recognition engine referenced by engine
parameter is no longer needed, it must be freed by calling L_ASREngine_Destroy.
x64.