| Package | Description |
|---|---|
| edu.cmu.sphinx.instrumentation | |
| edu.cmu.sphinx.recognizer |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeedTracker.statusChanged(Recognizer.State status) |
void |
RejectionTracker.statusChanged(Recognizer.State status) |
void |
RecognizerMonitor.statusChanged(Recognizer.State status) |
void |
MemoryTracker.statusChanged(Recognizer.State status) |
void |
AccuracyTracker.statusChanged(Recognizer.State status) |
| Modifier and Type | Method and Description |
|---|---|
Recognizer.State |
Recognizer.getState()
Retrieves the recognizer state.
|
static Recognizer.State |
Recognizer.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Recognizer.State[] |
Recognizer.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateListener.statusChanged(Recognizer.State status)
Called when the status has changed.
|