Browse
 
Tools
Rss Categories

LVSpeechPort::GetInterpretationData

Reference Number: AA-00770 Views: 7037 0 Rating/ Voters

Returns an LVSemanticData object representing the results of the semantic interpretation process.

Function

  • LVSemanticData GetInterpretationData(int VoiceChannel, int index)

Parameters

VoiceChannel

The channel containing the decoded audio.

index

The index of the interpretation for which the semantic data is being queried.

Return Value

The return type is a semantic interpretation object. The object is a representation of the ECMAScript object made by the matching grammar, using the Semantic Interpretation for Speech Recognition process.

Remarks

The LVSemanticData object can be manipulated using the methods described in the LVSemanticData C++ API interface.

See Also