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