asrm_free_result()

Free the memory associated with a recognition result.

Synopsis:

#include "asr/asrm.h"
 
void asrm_free_result(asr_result_t *result)

Arguments:

result

A pointer to the recognition result to free.

Library:

libasr

Description:

The asrm_free_result() function frees all the memory associated with and referenced by the specified result.

Returns:

Nothing.