|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a word in a recognition result. This is designed specifically for obtaining confidence scores. All scores are maintained in LogMath log base.
Method Summary | |
double |
getConfidence()
Returns a log confidence score for this WordResult. |
Data[] |
getDataFrames()
Gets the feature frames associated with this word |
int |
getEndFrame()
Gets the ending frame number for the word |
LogMath |
getLogMath()
Returns the log math of the scores. |
Pronunciation |
getPronunciation()
Gets the pronunciation for this word. |
double |
getScore()
Gets the total score for this word. |
int |
getStartFrame()
Gets the starting frame number for the word |
java.lang.String |
toString()
Returns a string representation of this object |
Method Detail |
public double getScore()
public double getConfidence()
public LogMath getLogMath()
public Pronunciation getPronunciation()
public int getStartFrame()
public int getEndFrame()
public Data[] getDataFrames()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |