logresult()

Send a recognition result to the log.

Synopsis:

#include "asr/protos.h"
 
int void logresult(const int severity, const asr_result_t *result)

Arguments:

severity

The severity of the current result to be logged.

result

A pointer to the recognition result to examine.

Library:

libasr

Description:

The logresult() function writes details about the specified result to the log. The specified severity must be less than the ASR global severity level.

Returns:

Nothing.