Returns the input that was fed to the matching grammar to create the specified interpretation index. It may represent the speech that the ASR engine recognized, or a DTMF sequence.
Function
- const char* LV_SRE_GetInterpretationInputString(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 input sentence is being queried.
Return Values
Non-NULL
The queried input string.
NULL
If either the specified port or VoiceChannel parameters are invalid, or the specified (Index) interpretation does not exist.
See Also