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.
| 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 |
|
|
Confidence |
FLOAT |
N/A |
N/A |
N/A |
|
Sequence |
INTEGER |
N/A |
0 |
N/A |
SemanticResultID
| Foreign key | Reference table | Reference key |
|
NBestID |
tblLVST_NBest_Answers |
NBestID |
| Foreign key | Reference table | Reference key |
|
cSIProtocol |
tblLVST_SemanticResults_cSIProtocol |
ConstantValue |
SemanticResultID
Description:Autoincrementing primary key.
Constraint Name:N/A
Constraint Description:N/A
NBestID
Description:Links this SI result to an NBest answer.
Constraint Name:N/A
Constraint Description:N/A
cSIProtocol
Description:Foreign key to tblLVST_SemanticResults_cSIProtocol. Identifies the format of the semantic result.
Constraint Name:ProtocolMustExist
Constraint Description:Foreign key to tblLVST_SemanticResults_cSIProtocol
Confidence
Description:The ASR's confidence that a particular SI result is a 'good' result.
Constraint Name:N/A
Constraint Description:N/A
Sequence
Description:The linear order the result occurs in the audio, as determined by the ASR.
Constraint Name:N/A
Constraint Description:N/A
Constraint Name:
Constraint Description:
Columns related: