#include <recog.h>

Data Fields | |
| int | status |
| 1: recognition in progress 0: recognition succeeded (at least one candidate has been found) -1: search failed, no candidate has been found -2: input rejected by short input -3: input rejected by GMM | |
| int | num_frame |
| Number of frames of the recognized part. | |
| int | length_msec |
| Length of the recognized part. | |
| Sentence * | sent |
| List of (N-best) recognition result sentences. | |
| int | sentnum |
| Number of sentences. | |
| WordGraph * | wg1 |
| List of word graph generated on 1st pass. | |
| int | wg1_num |
| Num of words in the wg1. | |
| WordGraph * | wg |
| List of word graph. | |
| CN_CLUSTER * | confnet |
| List of confusion network clusters. | |
| Sentence | pass1 |
| Recognition result on the 1st pass. | |
You may want to use with model data to get fully detailed results.
Definition at line 404 of file recog.h.
1.5.4