Frees the memory associated with the speech recognition engine created by calling L_ASREngine_Create.
#include "ltasr.h"
L_LTASR_API L_INT L_ASREngine_Destroy(engine)
The speech recognition engine handle to free.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
x64.