asrm_recognizer_hold()

Place a hold on the recognizer.

Synopsis:

#include "asr/asrm.h"
 
int asrm_recognizer_hold(asr_module_hdl_t *mod)

Arguments:

mod

A pointer to the module handle of the recognizer.

Library:

libasr

Description:

The asrm_recognizer_hold() function stops the current recognition turn and increments the recognizer hold count. The recognizer stops acquiring audio and processing results for the current request.

Returns:

The number of holds.