| Package | Description |
|---|---|
| edu.cmu.sphinx.api | |
| edu.cmu.sphinx.decoder | |
| edu.cmu.sphinx.decoder.search | |
| edu.cmu.sphinx.instrumentation | |
| edu.cmu.sphinx.recognizer | |
| edu.cmu.sphinx.result | |
| edu.cmu.sphinx.tools.batch |
| Modifier and Type | Method and Description |
|---|---|
Result |
SpeechResult.getResult()
Return Result object of current SpeechResult
|
| Constructor and Description |
|---|
SpeechResult(Result result)
Constructs recognition result based on
Result object. |
| Modifier and Type | Method and Description |
|---|---|
Result |
FrameDecoder.decode(java.lang.String referenceText)
Decode a single frame.
|
Result |
Decoder.decode(java.lang.String referenceText)
Decode frames until recognition is complete.
|
abstract Result |
AbstractDecoder.decode(java.lang.String referenceText)
Decode frames until recognition is complete
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDecoder.fireResultListeners(Result result)
Fires new results as soon as they become available.
|
void |
ResultListener.newResult(Result result)
Method called when a new result is generated
|
| Modifier and Type | Method and Description |
|---|---|
Result |
WordPruningBreadthFirstSearchManager.recognize(int nFrames)
Performs the recognition for the given number of frames.
|
Result |
WordPruningBreadthFirstLookaheadSearchManager.recognize(int nFrames)
Performs the recognition for the given number of frames.
|
Result |
SimpleBreadthFirstSearchManager.recognize(int nFrames)
Performs the recognition for the given number of frames.
|
Result |
SearchManager.recognize(int nFrames)
Performs recognition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpeedTracker.newResult(Result result) |
void |
RejectionTracker.newResult(Result result) |
void |
MemoryTracker.newResult(Result result) |
void |
BestPathAccuracyTracker.newResult(Result result) |
abstract void |
AccuracyTracker.newResult(Result result) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Recognizer.recognize()
Performs recognition for the given number of input frames, or until a 'final' result is generated.
|
Result |
Recognizer.recognize(java.lang.String referenceText)
Performs recognition for the given number of input frames, or until a 'final' result is generated.
|
| Constructor and Description |
|---|
Lattice(Result result)
Create a Lattice from a Result.
|
TokenGraphDumper(Result result)
Constructs a TokenGraphDumper from the given result.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
BatchModeRecognizer.recognize() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BatchNISTRecognizer.handleResult(java.io.DataOutputStream out,
BatchNISTRecognizer.CTLUtterance utt,
Result result) |
protected void |
BatchForcedAlignerRecognizer.handleResult(java.io.DataOutputStream out,
BatchNISTRecognizer.CTLUtterance utt,
Result result) |