asrm_context_create()

Create a context.

Synopsis:

#include "asr/asrm.h"
 
asr_context_hdl_t* asrm_context_create(const char *section_identifier)

Arguments:

section_identifier

The configuration section to use to create the context.

Library:

libasr

Description:

The asrm_context_create() function creates a new context from the specified section by invoking the current recognition module's context_create() callback. The exact implementation of the callback depends on the ASR vendor.

Returns:

The new context handle.