L_ASRRecognizer_GetResult

Summary

Retrieves the transcribed text from a formerly fed audio samples. Empty when no results can be deducted.

Syntax

#include "ltasr.h"

L_LTASR_API L_INT L_ASRRecognizer_GetResult(recognizer, result)

Parameters

L_ASRRecognizer recognizer

The speech recognizer handle.

L_ASRResult *result

Pointer to a structure to be updated with results of transcribed words.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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.

Required DLLs and Libraries

Platforms

x64.

See Also

Functions

Topics

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.