構造体 __Output__

Recognition result output structure. [詳細]

#include <recog.h>

__Output__のコラボレーション図

Collaboration graph
[凡例]

変数

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

説明

Recognition result output structure.

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

recog.h433 行で定義されています。


この構造体の説明は次のファイルから生成されました:
Juliusに対してThu Jul 23 12:17:21 2009に生成されました。  doxygen 1.5.1