|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a path of words through the recognition result lattice. All scores are maintained in the logMath log domain
Method Summary | |
double |
getConfidence()
Returns a log confidence score for this path. |
LogMath |
getLogMath()
Returns the log math for the scores of this path. |
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 |
java.lang.String |
toString()
Returns a string representation of this object |
Method Detail |
public double getScore()
public double getConfidence()
public LogMath getLogMath()
public WordResult[] getWords()
public java.lang.String getTranscription()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |