Quality Attribute Thresholds
data class QualityAttributeThresholds @JvmOverloads constructor(minConfidence: Double? = null, maxDevicePitchAngle: Float? = null, sizeInterval: IntervalDouble? = null) : Serializable
Thresholds of quality attributes.
Parameters
min Confidence
Minimum detection confidence. Value in interval [0.0, 1.0]
.
max Device Pitch Angle
Maximum device pitch angle. Degrees in interval [0.0, 90.0]
.
size Interval
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
fun QualityAttributeThresholds(minConfidence: Double? = null, maxDevicePitchAngle: Float? = null, sizeInterval: IntervalDouble? = null)