com.livescribe.icr
Class DetailedResult
java.lang.Object
com.livescribe.icr.DetailedResult
public abstract class DetailedResult
- extends Object
This class is not currently supported, but may be supported in a
future release.
A DetailedResult contains a list of the top recognition
candidates including their associated ink ranges. There are three levels
of recognition candidates:
- Text,
- Word, and
- Character.
A DetailedResult object can be used to examine the
candidates, for example to detect confusion on the part of the handwriting
recognizer. It can also be used to examine ink ranges of each candidate
(for every level). These ink ranges link to the corresponding handwriting
strokes.
- Since:
- 0.3
- See Also:
Stroke
DetailedResult
public DetailedResult()
getTextCandidates
public abstract DetailedResult.CandidateEnumeration getTextCandidates()
- Gets an enumeration of recognition candidates for the text
level.
- Returns:
- an enumeration of the text level candidates for this
result.
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.