QualityAttributeThresholds

data class QualityAttributeThresholds(val minConfidence: Double? = null, val maxDevicePitchAngle: Float? = null, val sizeInterval: IntervalDouble? = null)

Thresholds of quality attributes.

Throws

If any of the values is out of the interval.

Constructors

Link copied to clipboard
constructor(minConfidence: Double? = null, maxDevicePitchAngle: Float? = null, sizeInterval: IntervalDouble? = null)

Types

Link copied to clipboard
object Presets

Pre-defined sets of thresholds for Face Auto Capture.

Properties

Link copied to clipboard

Maximum device pitch angle. Degrees in interval [0.0, 90.0].

Link copied to clipboard
val minConfidence: Double? = null

Minimum detection confidence. Value in interval [0.0, 1.0].

Link copied to clipboard

Valid face size interval. Values greater than or equal to 0.0.