FaceModules class final
Container for library configurations.
- Annotations
Constructors
- FaceModules({required DotFaceDetectionModuleConfiguration detection, DotFaceExpressionNeutralModuleConfiguration? expressionNeutral, DotFaceBackgroundUniformityModuleConfiguration? backgroundUniformity, DotFaceEyeGazeLivenessModuleConfiguration? eyeGazeLiveness, DotFacePassiveLivenessModuleConfiguration? passiveLiveness, DotFaceVerificationModuleConfiguration? verification})
-
Create an instance.
const
Properties
- backgroundUniformity → DotFaceBackgroundUniformityModuleConfiguration?
-
Face background uniformity module configuration.
final
- detection → DotFaceDetectionModuleConfiguration
-
Face detection module configuration.
final
- expressionNeutral → DotFaceExpressionNeutralModuleConfiguration?
-
Face expression neutral module configuration.
final
- eyeGazeLiveness → DotFaceEyeGazeLivenessModuleConfiguration?
-
Face eye gaze liveness module configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- passiveLiveness → DotFacePassiveLivenessModuleConfiguration?
-
Face passive liveness module configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verification → DotFaceVerificationModuleConfiguration?
-
Face verification module configuration.
final
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