PenProfile 2.x

com.livescribe.icr
Class DetailedResult

java.lang.Object
  extended by 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:

  1. Text,
  2. Word, and
  3. 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

Nested Class Summary
static class DetailedResult.CandidateEnumeration
          An Enumeration of recognition candidates.
 
Constructor Summary
DetailedResult()
           
 
Method Summary
abstract  DetailedResult.CandidateEnumeration getTextCandidates()
          Gets an enumeration of recognition candidates for the text level.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailedResult

public DetailedResult()
Method Detail

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.

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.