|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.sphinx.util.BatchItem
public class BatchItem
Provides a standard interface to for a single decode in a batch of decodes
| Constructor Summary | |
|---|---|
BatchItem(java.lang.String filename,
java.lang.String transcript)
Creates a batch item |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilename()
Gets the filename for this batch |
java.lang.String |
getTranscript()
Gets the transcript for the batch |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchItem(java.lang.String filename,
java.lang.String transcript)
filename - the filenametranscript - the transcript| Method Detail |
|---|
public java.lang.String getFilename()
public java.lang.String getTranscript()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||