tblLVST_SemanticResults
Table Description:
Contains the semantic interpretation (or NL) returned by the ASR. There can, on occasion, be more
than one semantic interpretation for a given (answer, nbest) pair.
Table structure:
Column Name |
Data Type |
Data Length |
Default Value |
See Also |
SemanticResultID |
INTEGER |
N/A |
N/A |
N/A |
NBestID |
INTEGER |
N/A |
N/A |
N/A |
cSIProtocol |
INTEGER |
N/A |
N/A |
tblLVST_SemanticResults _cSIProtocol |
Confidence |
FLOAT |
N/A |
N/A |
N/A |
Sequence |
INTEGER |
N/A |
0 |
N/A |
Primary Keys:
SemanticResultID
Foreign Key |
Reference Table |
Reference Key |
NBestID |
tblLVST_NBest_Answers |
NBestID |
cSIProtocol |
tblLVST_SemanticResults_cSIProtocol |
ConstantValue |
Column Descriptions and Constraints:
Column |
Description |
Constraint Name |
Constraint Description |
SemanticResultID |
Autoincrementing primary key. |
N/A |
N/A |
NBestID |
Links this SI result to an NBest answer. |
N/A |
N/A |
cSIProtocol |
Foreign key to tblLVST_SemanticResults_cSIProtocol. Identifies the format of the semantic result. |
ProtocolMustExist |
Foreign key to tblLVST_SemanticResults _cSIProtocol |
Confidence |
The ASR's confidence that a particular SI result is a "good" result. |
N/A |
N/A |
Sequence |
The linear order the result occurs in the audio, as determined by the ASR. |
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
N/A |
N/A |
N/A |