com.livescribe.icr
Class DetailedResult.CandidateEnumeration
java.lang.Object
com.livescribe.icr.DetailedResult.CandidateEnumeration
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- DetailedResult
public abstract static class DetailedResult.CandidateEnumeration
- extends Object
- implements Enumeration
An Enumeration of recognition candidates. Each candidate has an
associated recognition score and also another
CandidateEnumeration of candidates for the next level of
decomposition. Specifically, one text level candidate contains
candidates for its word level components and one word
level candidate contains candidates for its character level
components. Character level candidates, however, do not
contain sub-candidates.
- See Also:
Enumeration
DetailedResult.CandidateEnumeration
public DetailedResult.CandidateEnumeration()
getRecognitionScore
public abstract float getRecognitionScore()
- Returns the recognition score of the current candidate.
- Returns:
- the recognition score of the current candidate.
getSubLevelCandidates
public abstract DetailedResult.CandidateEnumeration getSubLevelCandidates()
- Returns a
CandidateEnumeration of candidates for the
next level of decomposition. Note that the enumeration will be
empty for character level candidates.
- Returns:
- an enumeration of the sub-candidates.
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.