Browse
 
Tools
Rss Categories

LVSpeechPort::GetInterpretationPhonemes

Reference Number: AA-00775 Views: 6476 0 Rating/ Voters

Returns the ASR engine's phonetic pronunciation for the string that you would get from a call to GetInterpretationInputString with the same parameters.

Function

  • const char* GetInterpretationPhonemes(int VoiceChannel, int index)

Parameters

VoiceChannel

The channel containing the decoded audio.

index

The index of the interpretation for which the input sentence's phonemes are being queried.

Return Values

Non-NULL

The queried phonemes.

NULL

If the port is not valid, the input VoiceChannel is invalid, or the specified (index) interpretation does not exist.

See Also