Julius 4.2
変数
構造体 Output

Recognition result output structure. [詳細]

#include <recog.h>

Outputのコラボレーション図

変数

int status
 1: recognition in progress 0: recognition succeeded (at least one candidate has been found)
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.h445 行で定義されています。


構造体

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

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

参照元 bt_current_max(), clear_result(), decode_end(), decode_end_segmented(), finalize_1st_pass(), find_1pass_result(), find_1pass_result_word(), j_recognize_stream_core(), output_result(), pass2_finalize_on_no_result(), RealTimeCMNUpdate(), result_error(), result_pass1(), result_pass1_final(), result_pass2(), と wchmm_fbs().


この構造体の説明は次のファイルから生成されました: