asrm_post_result()

Post a recognition result.

Synopsis:

#include "asr/asrm.h"
 
asr_result_action_t asrm_post_result(asr_result_t *result)

Arguments:

result

A pointer to the result to post.

Library:

libasr

Description:

The asrm_post_result() function posts recognition results to the current conversation.

Returns:

The action to take on the result.