Stores information about the recognition server which returned a particular answer.
Column Name | Data Type | Data Length | Default Value | See Also |
---|---|---|---|---|
DecodePlatformID | INTEGER | N/A | N/A | N/A |
stComputerName | INTEGER | N/A | N/A | tblLVST_StringTable |
CPUCount | INTEGER | N/A | N/A | N/A |
CPUSpeed | INTEGER | N/A | N/A | N/A |
OSBuildNumber | INTEGER | N/A | N/A | N/A |
OSDebug | INTEGER | N/A | N/A | N/A |
OSMajVersion | INTEGER | N/A | N/A | N/A |
OSMinorVersion | INTEGER | N/A | N/A | N/A |
stOSStrVersion | INTEGER | N/A | N/A | tblLVST_StringTable |
PhysicalMemory | INTEGER | N/A | N/A | tblLVST_StringTable |
SREBuildNumber | INTEGER | N/A | N/A | N/A |
SREDebug | INTEGER | N/A | N/A | N/A |
SREMajVersion | INTEGER | N/A | N/A | N/A |
SREMinorVersion | INTEGER | N/A | N/A | N/A |
stSREStrVersion | INTEGER | N/A | N/A | tblLVST_StringTable |
stASREngine | INTEGER | N/A | N/A | tblLVST_StringTable |
DecodePlatformID
Foreign Key | Reference Table | Reference Key |
---|---|---|
stComputerName | tblLVST_StringTable | StringID |
stOSStrVersion | tblLVST_StringTable | StringID |
stSREStrVersion | tblLVST_StringTable | StringID |
stASREngine | tblLVST_StringTable | StringID |
Column | Description | Constraint Name | Constraint Description |
---|---|---|---|
DecodePlatformID | Autoincrementing primary key | N/A | N/A |
stComputerName | Foreign key to tblLVST_StringTable. The name of the computer doing the decode. | N/A | N/A |
CPUCount | Number of CPU's on the system. | N/A | N/A |
CPUSpeed | CPU speed. | N/A | N/A |
OSBuildNumber | Build version of the operating system | N/A | N/A |
OSDebug | Whether this build of the operating system is a debug version or not. | N/A | N/A |
OSMajVersion | The major version number of the OS. | N/A | N/A |
OSMinorVersion | The minor version number of the OS. | N/A | N/A |
stOSStrVersion | String version of OS version. Links to tblLVST_StringTable. | N/A | N/A |
PhysicalMemory | Amount of physical memory on decode platform | N/A | N/A |
SREBuildNumber | Build version of the ASR. | N/A | N/A |
SREDebug | Whether this build of the ASR is a debug version or not. | N/A | N/A |
SREMajVersion | The major version number of the ASR. | N/A | N/A |
SREMinorVersion | The minor version number of the SRE. | N/A | N/A |
stSREStrVersion | String version of SRE version. Links to tblLVST_StringTable. | N/A | N/A |
stASREngine | The string descriptor of the ASR that generated the answer. Links to tblLVST_StringTable. | N/A | N/A |
Constraint Name | Constraint Description | Columns Related |
---|---|---|
notexist | Effectively any change to the decode platform is a new decode platform, so, except for the DecodePlatformID, an entire row's values must be unique. | ComputerName, CPUCount, CPUSpeed, OSBuildNumber, OSDebug, OSIntBitSize, OSMajVersion, OSMinVersion, OSStrVersion, PhysicalMemory, SREBuildNumber, SREDebug, SREIntBitSize, SREMajVersion, SREMinVersion, SREStrVersion, ASREngine |