tblLVST_RequestedAcousticModels
Table Description:
Decode requests may specify the acoustic model to use for decode, as well as separate standard grammar
(or grammars) for a new decode. A single request may try to activate more than one acoustic model; each
of the activated models is stored here.
Table structure:
Column Name |
Data Type |
Data Length |
Default Value |
See Also |
RequestAMID |
INTEGER |
N/A |
N/A |
N/A |
RequestID |
INTEGER |
N/A |
N/A |
tblLVST_Requests |
stAcousticModel |
INTEGER |
N/A |
N/A |
tblLVST_StringTable |
StandardGrammar |
INTEGER |
N/A |
N/A |
N/A |
Primary Keys:
RequestAMID
Foreign Key |
Reference Table |
Reference Key |
stAcousticModel |
tblLVST_StringTable |
StringID |
Column Descriptions and Constraints:
Column |
Description |
Constraint Name |
Constraint Description |
RequestAMID |
Primary key |
N/A |
N/A |
RequestID |
Track the request asking for this acoustic model. Foreign key to tblLVST_Requests. |
N/A |
N/A |
stAcousticModel |
Foreign key to tblLVST_StringTable. The name of the acoustic model requested in the decode. |
N/A |
N/A |
StandardGrammar |
The standard grammar to use with this decode request and acoustic model. Specific to LV_Concepts.
This field is specific to LumenVox.
|
N/A |
N/A |
Table Constraints:
Constraint Name |
Constraint Description |
Columns Related |
N/A |
N/A |
N/A |