Browse
 
Tools
Rss Categories

Methods

31 LVSpeechPort::GetInterpretationLanguage

Returns the language identifier of the grammar that generated the specified interpretation index. Function const char* GetInterpretationLanguage(int VoiceChannel, int index) Parameters VoiceChannel The channel containing the decoded audio. index The index…

32 LVSpeechPort::GetInterpretationMode

Returns the interaction mode that produced the interpretation. Function const char* GetInterpretationMode(int VoiceChannel, int index) Parameters VoiceChannel The channel containing the decoded audio. index The index of the interpretation for which the interaction…

33 LVSpeechPort::GetInterpretationPhonemes

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…

34 LVSpeechPort::GetInterpretationScore

Provides the user with the confidence score for a given interpretation. Function int GetInterpretationScore(int VoiceChannel, int index) Parameters VoiceChannel The channel containing the decoded audio. index The index number of the interpretation you wish…

35 LVSpeechPort::GetInterpretationString

Provides the user with a string representation of the semantic interpretation object. Function const char* GetInterpretationString(int VoiceChannel, int index) Parameters VoiceChannel The channel containing the decoded audio index The index number of the…

36 LVSpeechPort::GetInterpretationTopLevelRule

Provides the name of the root rule of the grammar that was used by the ASR engine to produce the parse associated with a given interpretation. Function const char* GetInterpretationTopLevelRule(int VoiceChannel, int index) Parameters VoiceChannel The channel…

37 LVSpeechPort::GetIntPropertyEx

LVSpeechPort::GetIntPropertyEx Gets various properties of integer type for a specific port or the client properties used in initializing a new port. Function int GetIntPropertyEx(int property, int target, int &pvalue) Parameters property Selects the property…

38 LVSpeechPort::GetLastDecodeError

Provides the last decode error on a specific voice channel. To be used in case LV_DECODE_BLOCK is not used; should be called after WaitForEngineToIdle returns success. Function int GetLastDecodeError(int VoiceChannel) Parameters VoiceChannel The channel containing…

39 LVSpeechPort::GetLogFileName

Provides the CallSRE filename where events related to the last decode on the specified voice channel are stored. Function int GetLogFileName(int VoiceChannel, char* FileName, int* FileNameStringSize) Parameters VoiceChannel The channel containing the decoded…

40 LVSpeechPort::GetNumberOfInterpretations

Returns the number of semantic interpretation results that were generated by the previous decode, interpret text operation or a DTMF decode. Function int GetNumberOfInterpretations(int VoiceChannel) Parameters VoiceChannel The audio channel holding the decoded…