QualityAttributeThresholds

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

Thresholds of quality attributes.

Parameters

minConfidence

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

maxDevicePitchAngle

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

sizeInterval

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

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.