|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
edu.cmu.sphinx.result.WordResultPath
An implementation of a result Path that computes scores and confidences on the fly.
Method Summary | |
double |
getConfidence()
Returns a log confidence score for this path. |
LogMath |
getLogMath()
Returns the LogMath of the scores. |
double |
getScore()
Gets the total score for this path. |
java.lang.String |
getTranscription()
Gets the transcription of the path. |
WordResult[] |
getWords()
Gets the ordered set of words for this path |
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.cmu.sphinx.result.Path |
toString |
Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
Method Detail |
public double getScore()
Path
getScore
in interface Path
Path.getScore()
public double getConfidence()
Path
getConfidence
in interface Path
Path.getConfidence()
public LogMath getLogMath()
getLogMath
in interface Path
public WordResult[] getWords()
Path
getWords
in interface Path
Path.getWords()
public java.lang.String getTranscription()
Path
getTranscription
in interface Path
Path.getTranscription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |