|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Path
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 |
---|
double getScore()
double getConfidence()
LogMath getLogMath()
WordResult[] getWords()
java.lang.String getTranscription()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |