asr_close_global()

Close a connection to the recognizer module.

Synopsis:

#include "asr/asr.h"
 
int asr_close_global(void *asr_hdl, asr_global_data_t *data)

Arguments:

asr_hdl

The handle to close.

data

Global data to be passed to or received from io-asr.

Library:

libasr

Description:

The asr_close_global() closes a connection to the recognizer module. The operations performed by the asr_close_global() function and the contents of the asr_global_data_t structure may vary by vendor.

Returns:

0 Success.

-1 An error occurred.