DotFaceLibraryConfiguration

data class DotFaceLibraryConfiguration(val modules: List<DotFaceModule>, val faceDetectionConfidenceThreshold: Double = 0.06)

Configuration for the DOT Face Library.

Constructors

Link copied to clipboard
fun DotFaceLibraryConfiguration(modules: List<DotFaceModule>, faceDetectionConfidenceThreshold: Double = 0.06)

Properties

Link copied to clipboard

Face detection confidence threshold. Faces with a confidence lower than threshold are ignored. Value in interval [0.0, 1.0]. Default value is 0.06.

Link copied to clipboard

List of modules to activate.