FaceConfig class

Constructors

FaceConfig({List<DetectionType> listDetectorType = const [DetectionType.SMILE, DetectionType.LOOK_LEFT, DetectionType.LOOK_RIGHT, DetectionType.EYES_BLINK, DetectionType.LOOK_STRAIGHT], int doingStep = 3, DetectionDisplay detectionDisplay = DetectionDisplay.RANDOM, DetectionLastStep detectionLastStep = DetectionLastStep.TAKE_PORTRAITS})

Properties

detectionDisplay DetectionDisplay
getter/setter pair
detectionLastStep DetectionLastStep
getter/setter pair
doingStep int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
listDetectorType List<DetectionType>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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