tblLVST_GrammarMessages_cMessageType

Table Description:

tblLVST_GrammarMessages_cMessageType maps the grammar message typec onstant value: WARNING 0 On occasion, a grammar parser may emit warnings about the grammar. These messages can be stored in the database, for later retreival. ERROR 1 On occasion, a grammar parser may emit error messages about the grammar. Errors generally halt the recognition process, because the grammar won't compile.

Table structure:

Column Name Data Type Data Length Default Value See Also
ConstantName VARCHAR 900 N/A N/A
ConstantValue VARCHAR N/A N/A N/A

Primary Keys:

ConstantValue

Column Descriptions and Constraints:

Column Description Constraint Name Constraint Description
ConstantName This field indicates the type of message generated after validating a grammar. N/A N/A
ConstantValue The Constant ID for the grammar message type N/A N/A

Table Constraints:

Constraint Name Constraint Description Columns Related
N/A N/A N/A
© 2012 LumenVox LLC. All rights reserved.