Returns the number of semantic interpretation results that were generated by the previous decode, interpret text operation or a DTMF decode.
Function
- int LV_SRE_GetNumberOfInterpretations(HPORT hport, int voicechannel)
Parameters
hport
A handle to the speech port.
voicechannel
The audio channel holding the decoded audio.
Return Values
Non-negative number
The actual number of interpretations available.
LV_INVALID_HPORT
The input hport is not a valid one.
LV_FAILURE
The operation failed because the port was shutting down.
LV_TIME_OUT
Answers are not yet available.
LV_EXCEPTION
An exception occurred while processing the request.
See Also