| Package | Description |
|---|---|
| edu.cmu.sphinx.api | |
| edu.cmu.sphinx.frontend.util | |
| edu.cmu.sphinx.result | |
| edu.cmu.sphinx.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setSpeechSource(java.io.InputStream stream,
TimeFrame timeFrame) |
void |
StreamSpeechRecognizer.startRecognition(java.io.InputStream stream,
TimeFrame timeFrame)
Starts recognition process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamDataSource.setInputStream(java.io.InputStream inputStream,
TimeFrame timeFrame)
Sets the InputStream from which this StreamDataSource reads.
|
| Modifier and Type | Method and Description |
|---|---|
TimeFrame |
WordResult.getTimeFrame() |
TimeFrame |
Node.getTimeFrame()
Returns TimeFrame of the Node
|
| Constructor and Description |
|---|
WordResult(Word w,
TimeFrame timeFrame,
double score,
double posterior)
Construct a word result with full information.
|
| Modifier and Type | Field and Description |
|---|---|
static TimeFrame |
TimeFrame.INFINITE |
static TimeFrame |
TimeFrame.NULL |