Type Alias FaceDetectorOptions

FaceDetectorOptions: {
    minDetectionConfidence: number;
    minSupressionThreshold: number;
    modelPath: string;
    verbosity: Verbosity;
}

Type declaration

  • minDetectionConfidence: number

    Default: 0.5

  • minSupressionThreshold: number

    Default: 0.3

  • modelPath: string
  • verbosity: Verbosity