Modules
data class Modules(val detection: DotFaceDetectionModuleConfiguration, val expressionNeutral: DotFaceExpressionNeutralModuleConfiguration? = null, val backgroundUniformity: DotFaceBackgroundUniformityModuleConfiguration? = null, val eyeGazeLiveness: DotFaceEyeGazeLivenessModuleConfiguration? = null, val passiveLiveness: DotFacePassiveLivenessModuleConfiguration? = null, val verification: DotFaceVerificationModuleConfiguration? = null)
Face library module configuration.
Constructors
Link copied to clipboard
fun Modules(detection: DotFaceDetectionModuleConfiguration, expressionNeutral: DotFaceExpressionNeutralModuleConfiguration? = null, backgroundUniformity: DotFaceBackgroundUniformityModuleConfiguration? = null, eyeGazeLiveness: DotFaceEyeGazeLivenessModuleConfiguration? = null, passiveLiveness: DotFacePassiveLivenessModuleConfiguration? = null, verification: DotFaceVerificationModuleConfiguration? = null)