ML3DFaceAnalyzerSetting class

Constructors

ML3DFaceAnalyzerSetting({required String path, int? performanceType, bool? tracingAllowed})

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

typePrecision → const int
Precision preference mode. This mode will detect more faces and be more precise in detecting key points and contours, but will run slower.
typeSpeed → const int
Speed preference mode. Compared with the precision preference mode, this mode will detect fewer faces and be less precise in detecting key points and contours, but will run faster.