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