MLKitDigitalInkRecognition Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

DigitalInkRecognitionModel

class DigitalInkRecognitionModel : RemoteModel

Represents a downloadable recognition model.

Recognition models are downloaded on the device when the download method is called. The downloaded model is unzipped when DigitalInkRecognizer loads it at inference time for the first time, which makes the first recognition a bit slower than subsequent ones.

This object contains properties that are constant throughout the lifetime of a recognition model.

See DigitalInkRecognitionContext for the properties that depend on the ink being recognized.