toJson method
Returns a json representation of an instance of LocalLabelerOptions.
Implementation
@override
Map<String, dynamic> toJson() => {
'confidenceThreshold': confidenceThreshold,
'type': type.name,
'path': modelPath,
'maxCount': maxCount
};