Julius 4.2
列挙型
libjulius/include/julius/misc.h

その他の雑多な定義 [詳細]

ソースコードを見る。

列挙型

enum  { SP_RESULT_TTY, SP_RESULT_MSOCK }
 Defines for selecting message output destination. [詳細]
enum  { SM_TERMINATE, SM_PAUSE, SM_WAIT }
 Switch to specify the grammar changing timing policy.
enum  { PER_WORD, PER_PHONEME, PER_STATE }
 Switch to specify the alignment unit.

説明

その他の雑多な定義

作者:
Akinobu Lee
日付:
Mon May 30 15:58:16 2005
Revision:
1.3

misc.h で定義されています。


列挙型

anonymous enum

Defines for selecting message output destination.

列挙型の値:
SP_RESULT_TTY 

To tty.

SP_RESULT_MSOCK 

Socket output in XML-like format for module mode.

misc.h29 行で定義されています。