Frees the memory associated with the result obtained by calling L_ASREngine_RecognizeData and L_ASREngine_RecognizeFile.
#include "ltasr.h"
L_LTASR_API L_INT L_ASRResult_Free(result)
Pointer to the result to free.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
x64.