LVInterpretation_GetResultData

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.

Function

Parameters

hsi

An interpretation handle.

Returns

A handle to the results of a semantic interpretation process.

Remarks

The semantic data handle provided to the user via this function is owned by the interpretation handle hsi. It will be released when hsi is released.

See Also

© 2010 LumenVox LLC. All rights reserved.