asr_context_hdl

The context handle.

Synopsis:

struct asr_context_hdl {
    int dummy ;
};

Data:

int dummy
A dummy field that can be redeclared depending on vendor requirements.

Library:

libasr

Description:

This opaque data type represents the context handle, which is an opaque definition of a local recognizer context. The context is used to add new words to a recognizer, increasing the chance that it will be able to find correct matches for more utterances. The required structure of this data type may vary by vendor.