MLService class

Constructors

MLService()

Properties

hashCode int
The hash code for this object.
no setterinherited
predictedData List
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double
getter/setter pair

Methods

dispose() → dynamic
imageToByteListFloat32(Image image) Float32List
initialize() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
predict() Future<FaceData2?>
setCurrentPrediction(CameraImage cameraImage, Face? face) → void
setPredictedData(dynamic value) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getscandata(dynamic josn) Future<Scandata>
getstorefaces() Future<List<GetData>>
storefaces(String name, List facelist) Future<UserStore>