| Package | Description |
|---|---|
| edu.cmu.sphinx.instrumentation | |
| edu.cmu.sphinx.recognizer |
| Modifier and Type | Class and Description |
|---|---|
class |
AccuracyTracker
Tracks and reports recognition accuracy
|
class |
BestPathAccuracyTracker
Tracks and reports recognition accuracy based upon the highest scoring path in a Result.
|
class |
MemoryTracker
Monitors a recognizer for memory usage
|
class |
RecognizerMonitor
Monitor the state transitions of a given recognizer.
|
class |
RejectionTracker
Tracks and reports rejection accuracy.
|
class |
SpeedTracker
Monitors a recognizer for speed
|
| Modifier and Type | Method and Description |
|---|---|
void |
Recognizer.addStateListener(StateListener stateListener)
Adds a status listener to this recognizer.
|
void |
Recognizer.removeStateListener(StateListener stateListener)
Removes a previously added state listener.
|