Output Struct Reference

Recognition result output structure. More...

#include <recog.h>

Collaboration diagram for Output:

Collaboration graph
[legend]

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.
Sentencesent
 List of (N-best) recognition result sentences.
int sentnum
 Number of sentences.
WordGraphwg1
 List of word graph generated on 1st pass.
int wg1_num
 Num of words in the wg1.
WordGraphwg
 List of word graph.
CN_CLUSTERconfnet
 List of confusion network clusters.
Sentence pass1
 Recognition result on the 1st pass.

Detailed Description

Recognition result output structure.

You may want to use with model data to get fully detailed results.

Definition at line 404 of file recog.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:32 2007 for Julius by  doxygen 1.5.4