A value specifying the minimum acceptable confidence level.
SDKs
- iOS 11.0+
- macOS 10.13+
- tvOS 11.0+
Framework
- Vision
Declaration
var minimumConfidence: VNConfidence { get set }
Discussion
Vision won't return rectangles with a confidence score lower than the specified minimum.
The confidence score ranges from 0
to 1
, inclusive, where 0
represents no confidence, and 1
represents full confidence.