|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.recognizer.RecognizerState
Defines the possible states of the recognizer.
Field Summary | |
static RecognizerState |
ALLOCATED
The recognizer has been allocated |
static RecognizerState |
ALLOCATING
The recognizer is allocating resources |
static RecognizerState |
DEALLOCATED
The recognizer is in the deallocated state. |
static RecognizerState |
DEALLOCATING
The recognizer is deallocating resources |
static RecognizerState |
ERROR
The recognizer is in an error state |
static RecognizerState |
READY
The recognizer is ready to recognize |
static RecognizerState |
RECOGNIZING
The recognizer is recognizing speech |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RecognizerState DEALLOCATED
public static final RecognizerState ALLOCATING
public static final RecognizerState ALLOCATED
public static final RecognizerState READY
public static final RecognizerState RECOGNIZING
public static final RecognizerState DEALLOCATING
public static final RecognizerState ERROR
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |