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.
| Column N ame | Data Type | Data Length | Default Value | See Also |
|
RequestAMID |
INTEGER |
N/A |
N/A |
N/A |
|
RequestID |
INTEGER |
N/A |
N/A |
|
|
stAcousticModel |
INTEGER |
N/A |
N/A |
|
|
StandardGrammar |
INTEGER |
N/A |
N/A |
N/A |
RequestAMID
| Foreign key | Reference table | Reference key |
|
stAcousticModel |
tblLVST_StringTable |
StringID |
RequestAMID
Description:Primary key
Constraint Name:N/A
Constraint Description:N/A
RequestID
Description:Track the request asking for this acoustic model. Foreign key to tblLVST_Requests.
Constraint Name:N/A
Constraint Description:N/A
stAcousticModel
Description:Foreign key to tblLVST_StringTable. The name of the acoustic model requested in the decode.
Constraint Name:N/A
Constraint Description:N/A
StandardGrammar
Description:The standard grammar to use with this decode request and acoustic model. Specific to LV_Concepts. This field is specific to LumenVox.
Constraint Name:N/A
Constraint Description:N/A
Constraint Name:N/A
Constraint Description:N/A
Columns related:N/A