Browse
 
Tools
Rss Categories

LVSpeechPort::GetRawTextDecoded (Removed)

Reference Number: AA-01504 Views: 3216 0 Rating/ Voters

Returns the decoded raw text (without BNF formatting) found in the last call to Decode.

This should only be used to get the raw text in the case of an incomplete decode result for which there is no semantic interpretation, when an interpretation exists use LVSpeechPort::GetInterpretationInputString

Function

  • const char* GetRawTextDecoded(HPORT hport,int VoiceChannel, int Index);

Return Values

A null-terminated string representing the decoded raw text.

Parameters

voicechannel

The voice channel to process.

index

The recognition position of the decoded raw text.

See Also