diva.sketch.recognition
Interface MultiStrokeRecognizer

All Superinterfaces:
StrokeRecognizer

public interface MultiStrokeRecognizer
extends StrokeRecognizer

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

Version:
$Revision: 1.1 $
Author:
Heloise Hse (hwawen@eecs.berkeley.edu)

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 diva.sketch.recognition.StrokeRecognizer
strokeCompleted, strokeModified, strokeStarted
 

Method Detail

sessionCompleted

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



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.