QualityAttributeThresholds
fun QualityAttributeThresholds( minConfidence: Double? = null, minSize: Double? = null, minSharpness: Double? = null, brightnessInterval: IntervalDouble? = null, maxHotspotsScore: Double? = null)
Parameters
minConfidence
Minimum detection confidence. Value in interval [0.0, 1.0]
.
minSize
Minimum ratio of the document shortest edge length to image shorter side. Value in interval [0.0, 1.0]
.
minSharpness
Minimum sharpness. Value in interval [0.0, 1.0]
.
brightnessInterval
Valid brightness interval. Values in interval [0.0, 1.0]
.
maxHotspotsScore
Maximum hotspots score. Values in interval [0.0, 1.0]
.