hhreco.recognition
Interface MultiStrokeRecognizer

All Superinterfaces:
StrokeRecognizer
All Known Implementing Classes:
HHRecognizer

public interface MultiStrokeRecognizer
extends StrokeRecognizer

A recognizer that processes a set of strokes and return the predictions in a RecognitionSet.


Method Summary
 RecognitionSet sessionCompleted(TimedStroke[] strokes)
          Perform recognition on a set of strokes and return the recognition result in a ReconitionSet.
 
Methods inherited from interface hhreco.recognition.StrokeRecognizer
strokeCompleted, strokeModified, strokeStarted
 

Method Detail

sessionCompleted

public RecognitionSet sessionCompleted(TimedStroke[] strokes)
Perform recognition on a set of strokes and return the recognition result in a ReconitionSet.