DigitalInkRecognizerModelManager class
A subclass of ModelManager that manages DigitalInkRecognitionModel
required to process the image.
- Inheritance
-
- Object
- ModelManager
- DigitalInkRecognizerModelManager
Constructors
- DigitalInkRecognizerModelManager()
- Constructor to create an instance of DigitalInkRecognizerModelManager.
Properties
- channel → MethodChannel
-
The channel used to manage the remote model.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- method → String
-
The method name to be called.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteModel(
String model) → Future< bool> -
Deletes a model.
Returns true if model is deleted successfully or model is not present.
inherited
-
downloadModel(
String model, {bool isWifiRequired = true}) → Future< bool> -
Downloads a model.
Returns true if model downloads successfully or model is already downloaded.
On failing to download it throws an error.
inherited
-
isModelDownloaded(
String model) → Future< bool> -
Checks whether a model is downloaded or not.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited