edu.cmu.sphinx.tools.batch
Class BatchNISTRecognizer.CTLUtterance

java.lang.Object
  extended by edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
Enclosing class:
BatchNISTRecognizer

public class BatchNISTRecognizer.CTLUtterance
extends java.lang.Object


Method Summary
 int getEndOffset()
           
 java.lang.String getFile()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 java.lang.String getRef()
           
 int getStartOffset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public java.lang.String getFile()

getInputStream

public java.io.InputStream getInputStream()

getName

public java.lang.String getName()

getRef

public java.lang.String getRef()

getStartOffset

public int getStartOffset()

getEndOffset

public int getEndOffset()