Browse
 
Tools
Rss Categories

LV_SRE_GetPhonemesDecoded

Reference Number: AA-01506 Views: 2969 0 Rating/ Voters

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 is used to get the phonemes as decoded by our recognizer, before performing semantic interpretation. In most cases, we discourage the use of this function in favor of LV_SRE_GetInterpretationPhonemes(); however, there are certain cases in which a valid decode result is returned that has no interpretation, such as an incomplete or out-of-grammar result. In these cases, LV_SRE_GetPhonemesDecoded is the only way to access such results.

See Also