Returns the ASR engine's phonetic pronunciation for the string that you would get from a call to LV_SRE_GetInterpretationInputString with the same parameters.
Function
- const char * LV_SRE_GetInterpretationPhonemes(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's phonemes are being queried.
Return Values
Non-NULL
The queried phonemes.
NULL
If either the inputs port or voicechannel are invalid, or the specified (index) interpretation does not exist.
See Also