Dot Face Library Configuration
data class DotFaceLibraryConfiguration @JvmOverloads constructor(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)