Reports real-time results for the current transcription session.
#include "ltasr.h"
L_LTASR_API L_INT L_ASRRecognizer_GetPartialResult(recognizer, result)
The speech recognizer handle.
Pointer to a structure to be updated with real-time results of transcribed words.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
To get the final (accumulative) results for the current transcription session, call L_ASRRecognizer_GetFinalResult()
x64.