Quality Attribute Thresholds
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)