- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Returns a handle for the semantic data generated by user input and a matching grammar. The returned handle does not allocate any additional memory, so do not release it.
hsi
An interpretation handle.
NULL
There was a problem getting the result data.
Not NULL
A handle to the results of a semantic interpretation process.
The LVSemanticData handle provided to the user via this function is owned by the interpretation handle hsi. It will be released when hsi is released.