Browse
 
Tools
Rss Categories

LVSpeechPort::GetInterpretationInputString

Reference Number: AA-00772 Views: 7108 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* GetInterpretationInputString(int VoiceChannel, int index)

Parameters

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 port is not valid, the specified VoiceChannel is invalid, or the specified (index) interpretation does not exist.

See Also