Browse
 
Tools
Rss Categories

LVInterpretation C API Functions

11 LVInterpretation_GetResultName

Returns the name of the result data for this interpretation. Function const char* LVInterpretation_GetResultName(H_SI hsi) Parameters hsi An interpretation handle. Return Value The Result Name string. Remarks The result name is usually the root rule of the…

12 LVInterpretation_GetScore

Returns a confidence score for this interpretation. Function int LVInterpretation_GetScore(H_SI hsi) Parameters hsi An interpretation handle. Return Value LV_FAILURE No Semantic Interpretation available. Non Negative Integer A number between 0-1000. Higher…

13 LVInterpretation_GetTagFormat

Returns the name of the tag format declared in the matching grammar for this interpretation. The tag format determines the semantic interpretation scheme. Function const char* LVInterpretation_GetTagFormat(H_SI hsi) Parameters hsi An interpretation handle.…

14 LVInterpretation_Release

Releases the interpretation object. Functions void LVInterpretation_Release(H_SI hsi) Parameters hsi The interpretation handle to be released. Return Values None. Remarks Interpretation objects created with LV_SRE_CreateInterpretation need to be released…