Browse
 
Tools
Rss Categories

Deprecated API Functions

1 LVSpeechPort::GetRawTextDecoded (Removed)

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…

2 LVSpeechPort::IsGlobalGrammarLoaded (Removed)

Function static bool IsGlobalGrammarLoaded(const char* gram_name); Parameters gram_name The identifier for the grammar being queried. This is the same identifier you gave the grammar when you loaded it. Return Values true if a grammar was found with the label…

3 LVSpeechPort::LVGetPhonemesDecoded (Removed)

Returns the actual phonemes found in a call to Decode. Function const char* GetPhonemesDecoded(int VoiceChannel, int Index); Return Values A null-terminated static string of the decoded phonemes. Parameters VoiceChannel The voice channel to process. index…

4 LV_SRE_GetPhonemesDecoded

Returns the actual phonemes found in a call to LV_SRE_Decode. Return Values A null-terminated static string of the decoded phonemes. Parameters voicechannel The voice channel to process. index The recognition position of the decoded phrase. Remarks LV_SRE_GetPhonemesDecoded…

5 LV_SRE_GetRawTextDecoded (Removed)

Note: Rather than using concept/phrase grammars, LumenVox encourages the use of SRGS grammars. SRGS grammars provide a standards-based method of creating grammars that is more robust and easier to troubleshoot than concept/phrase grammars. See our SRGS tutorial…

6 LV_SRE_IsGlobalGrammarLoaded (Removed)

Function int LV_SRE_IsGlobalGrammarLoaded(const char* gram_name); Parameters gram_name The identifier for the grammar being queried. This is the same identifier you gave the grammar when you loaded it. Return Values 1 if a grammar was found with the label…