Intro To LVInterpretation

Use <LVSpeechPort.h> or <LV_SRE_Semantic.h>

Return Type

Function

Description

 

 

 

 

LVInterpretation (void)

Constructs an LVInterpretation object.

 

LVInterpretation (const LVInterpretatione& other)

Copy constructor

LVInterpretation &

operator= (const LVInterpretation& other)

Assignment operator

 

~LVInterpretation(void)

Destroys the LVInterpretation object

 

 

 

LVSemanticData &

ResultData (void)

The result object, representing the end product of the semantic interpretation process.

const char*

ResultName (void)

 

const char*

GrammarLabel (void)

Returns the name of the grammar as it was provided to the speech port.

const char*

Mode (void)

returns the interaction mode for this answer.

const char*

Language (void)

Returns the language identifier for this answer.

const char*

InputSentence (void)

The sentence that generated this interpretation.

int

Score (void)

Confidence score for this interpretation.

const char*

TagFormat (void)

The tag format that created the Data object.

 


Complete Help Topic List | Speech Engine Product Information