MLService class
Constructors
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(
XFile file, String token) → Future< Matchfacedata?> -
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 jsonString) → Future< Matchfacedata> -
getstorefaces(
) → Future< List< GetData> > -
storefaces(
String name, List facelist) → Future< UserStore>