Returns a handle to an object representing the semantic data generated from the semantic interpretation process associated with a given interpretation. When done with the obtained interpretation data, it must be released by calling LVSemanticData_Release.
Function
- H_SI_DATA LV_SRE_GetInterpretationData(HPORT hport, int VoiceChannel, int index)
Parameters
hport
The port's handle.
VoiceChannel
The channel containing the decoded audio.
index
The index of the interpretation for which the semantic data is being queried. This value must be in the range [0,(LV_SRE_GetNumberOfInterpretations() - 1)]
Return Values
Non-NULL
A handle to the queried semantic interpretation data.
NULL
If either the inputs port or VoiceChannel are invalid, or the specified (index) interpretation does not exist.
Remarks
The H_SI_DATA handle can be manipulated using the functions in the LVSemanticData C API interface.
See Also