|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfidenceResult
Shows the confidence information about a Result.
Method Summary | |
---|---|
java.util.Iterator |
confusionSetIterator()
Iterator through the confusion sets in this result. |
Path |
getBestHypothesis()
Returns the best hypothesis of the result. |
ConfusionSet |
getConfusionSet(int i)
Get the nth confusion set in this result |
int |
size()
Get the number of word slots contained in this result |
Method Detail |
---|
Path getBestHypothesis()
int size()
java.util.Iterator confusionSetIterator()
ConfusionSet getConfusionSet(int i)
i
- the index of the confusion set to get
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |