Type Alias FaceDetectorOptions
FaceDetectorOptions: { minDetectionConfidence: number; minSupressionThreshold: number; modelPath: string; verbosity: Verbosity; } Type declaration
minDetectionConfidence: number
minSupressionThreshold: number
modelPath: string
Default: 0.5