of

fun of(): FaceNotDetectedValidator

Create instance with min detection confidence threshold value 0.12.

Return

Instance.


fun of(minConfidenceThreshold: Double): FaceNotDetectedValidator

Create instance with specified min detection confidence threshold.

Return

Instance.

Parameters

minConfidenceThreshold

Value in interval [0.0, 1.0].

Throws

If value is out of the interval.