The recognizers aim at performing real-time incremental recognition on transient ink.

Use cases

They are intended to address use cases like input-method writing solutions based on iink SDK, where your application performs the strokes capture and rendering. They simplify iink SDK integration when the ink is simply an input medium for digital content.

Application iink SDK Strokes Result exports Incremental processing Capture

In incremental mode, Recognizers process the first strokes in the background while the user keeps writing more strokes. That background recognition process starts as soon as the first stroke is written.

Available result formats

Integration tips

Visit this page to learn how to use the recognizers with our native SDK, and this this page for the Web APIs.