Browse
 
Tools
Rss Categories

LVSpeechPort::GetInterpretationMode

Reference Number: AA-00774 Views: 6613 0 Rating/ Voters

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 mode is being queried.

Return Values

Non-NULL

The queried interaction mode.

NULL

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

See Also