ArcFaceController class

Constructors

ArcFaceController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isCreate bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

faceDetectStreamListen(dynamic success, {dynamic error}) → void
人脸数据流监听
init(int id, {bool? showRectView, double? similarity, bool? livingDetect, int? maxDetectNum, Function? callback}) → dynamic
initEngine() Future<void>
人脸检测引擎初始化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register() → void
toString() String
A string representation of this object.
inherited
unInitEngine() Future<void>
销毁引擎

Operators

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