Browse
 
Tools
Rss Categories

LVSpeechPort::GetInterpretation

Reference Number: AA-00769 Views: 8514 0 Rating/ Voters
 

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

 

Function

  • LVInterpretation GetInterpretation(int voiceChannel, int index)

Parameters

voiceChannel

The channel that the decode took place on.

index

An utterance could give rise to multiple interpretations, particularly if the grammars involved are ambiguous. index ranges from 0 to GetNumberOfInterpretations - 1.

Return Value

 

The return type is an interpretation object. The object is a representation of the ECMAScript object made by the matching grammar, using the Semantic Interpretation for Speech Recognition process. It also contains additional information such as the confidence score, matching grammar label, and the input sentence.

Remarks

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

See Also