Database Schema Tables / Summary Tables |
This summary table aggregates daily data from the fctrecresults table: recognized, rejected, and other speech items, and speech, non-speech, and total counts, grouped by device.
Column | Description | Example |
---|---|---|
Txdate | date The date of the aggregated data. |
2017-10-16 |
Site | varchar Displays the site name of the device owner. |
MySiteName |
GroupName | varchar Displays the name of the owning group. |
Engineering |
GroupID | varchar Displays the owning group id. |
g-engineering0 |
MACAddress | varchar Specifies the badge MAC address. |
0009ef006e9a |
DeviceVersion | varchar The device version in use. |
B3000 |
Recognized | int The number of recognized speech items. |
20 |
Rejected | int The number of rejected speech items. |
1 |
Others | int The number of speech items that were neither recognized nor rejected. |
0 |
speechAttempts | bigint The total number of detected speech attempts. |
21 |
NoSpeech | int The number of attempts where no speech was detected. |
1 |
TotalAttempts | bigint The total number of attempts. This should be the sum of the speechAttempts and NoSpeech fields. |
22 |