Retrieves the transcribed text from a formerly fed audio samples. Empty when no results can be deducted.
#include "ltasr.h"
L_LTASR_API L_INT L_ASRRecognizer_GetResult(recognizer, result)
The speech recognizer handle.
Pointer to a structure to be updated with results of transcribed words.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
When this function is called, the internal engine's buffer will be freed (saving resources). Hence, it is a good practice to call this function when reaching a stopping point. See L_ASRRecognizer_AcceptWaveformData() for more information.
x64.