google_mlkit_digital_ink_recognition library

Classes

DigitalInkRecognitionContext
Information about the context in which an ink has been drawn. Pass this object to a DigitalInkRecognizer alongside an Ink to improve the recognition quality.
DigitalInkRecognizer
A class to perform handwriting recognition on digital ink.
DigitalInkRecognizerModelManager
A subclass of ModelManager that manages DigitalInkRecognitionModel required to process the image.
Ink
Represents the user input as a collection of Stroke and serves as input for the handwriting recognition task.
InputImage
Image format that ML Kit takes to process the image.
InputImageMetadata
Data of image required when creating image from bytes.
ModelManager
A class to manage remote models.
RecognitionCandidate
Individual recognition candidate.
Stroke
Represents a sequence of touch points between a pen (resp. touch) down and pen (resp. touch) up event.
StrokePoint
A single touch point from the user.
WritingArea
The writing area is the area on the screen where the user can draw an ink.

Enums

InputImageFormat
To indicate the format of image while creating input image from bytes
InputImageRotation
The camera rotation angle to be specified
InputImageType
The type of InputImage.