Quality Attribute Thresholds
data class QualityAttributeThresholds @JvmOverloads constructor(val minConfidence: Double? = null, val minSize: Double? = null, val minSharpness: Double? = null, val brightnessInterval: IntervalDouble? = null, val maxHotspotsScore: Double? = null) : Serializable
Thresholds of quality attributes.
Throws
If any of the parameters is out of the interval.
Constructors
Link copied to clipboard
fun QualityAttributeThresholds(minConfidence: Double? = null, minSize: Double? = null, minSharpness: Double? = null, brightnessInterval: IntervalDouble? = null, maxHotspotsScore: Double? = null)