|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WordResult
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 |
boolean |
isFiller()
Does this word result represent a filler token? |
java.lang.String |
toString()
Returns a string representation of this object |
| Method Detail |
|---|
double getScore()
double getConfidence()
LogMath getLogMath()
Pronunciation getPronunciation()
int getStartFrame()
int getEndFrame()
Data[] getDataFrames()
java.lang.String toString()
toString in class java.lang.Objectboolean isFiller()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||