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 |
|
|
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 |
|
|
PhysicalMemory |
INTEGER |
N/A |
N/A |
|
|
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 |
|
|
stASREngine |
INTEGER |
N/A |
N/A |
DecodePlatformID
| Foreign key | Reference table | Reference key |
|
stComputerName |
tblLVST_StringTable |
StringID |
| Foreign key | Reference table | Reference key |
|
stOSStrVersion |
tblLVST_StringTable |
StringID |
| Foreign key | Reference table | Reference key |
|
stSREStrVersion |
tblLVST_StringTable |
StringID |
| Foreign key | Reference table | Reference key |
|
stASREngine |
tblLVST_StringTable |
StringID |
DecodePlatformID
Description:Autoincrementing primary key
Constraint Name:N/A
Constraint Description:N/A
stComputerName
Description:Foreign key to tblLVST_StringTable. The name of the computer doing the decode.
Constraint Name:N/A
Constraint Description:N/A
CPUCount
Description:Number of CPU's on the system.
Constraint Name:N/A
Constraint Description:N/A
CPUSpeed
Description:CPU speed.
Constraint Name:N/A
Constraint Description:N/A
OSBuildNumber
Description:Build version of the operating system
Constraint Name:N/A
Constraint Description:N/A
OSDebug
Description:Whether this build of the operating system is a debug version or not.
Constraint Name:N/A
Constraint Description:N/A
OSMajVersion
Description:The major version number of the OS.
Constraint Name:N/A
Constraint Description:N/A
OSMinorVersion
Description:The minor version number of the OS.
Constraint Name:N/A
Constraint Description:N/A
stOSStrVersion
Description:String version of OS version. Links to tblLVST_StringTable.
Constraint Name:N/A
Constraint Description:N/A
PhysicalMemory
Description:Amount of physical memory on decode platform
Constraint Name:N/A
Constraint Description:N/A
SREBuildNumber
Description:Build version of the ASR.
Constraint Name:N/A
Constraint Description:N/A
SREDebug
Description:Whether this build of the ASR is a debug version or not.
Constraint Name:N/A
Constraint Description:N/A
SREMajVersion
Description:The major version number of the ASR.
Constraint Name:N/A
Constraint Description:N/A
SREMinorVersion
Description:The minor version number of the SRE.
Constraint Name:N/A
Constraint Description:N/A
stSREStrVersion
Description:String version of SRE version. Links to tblLVST_StringTable.
Constraint Name:N/A
Constraint Description:N/A
stASREngine
Description:The string descriptor of the ASR that generated the answer. Links to tblLVST_StringTable.
Constraint Name:N/A
Constraint Description:N/A
Constraint Name:notexist
Constraint Description: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.
Columns related:ComputerName, CPUCount, CPUSpeed, OSBuildNumber, OSDebug, OSIntBitSize, OSMajVersion, OSMinVersion, OSStrVersion, PhysicalMemory, SREBuildNumber, SREDebug, SREIntBitSize, SREMajVersion, SREMinVersion, SREStrVersion, ASREngine,