Browse
 
Tools
Rss Categories

LV_SRE_GetInterpretationInputString

Reference Number: AA-00687 Views: 6931 0 Rating/ Voters

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