EFInputCorrectionLevel
@objc
public enum EFInputCorrectionLevel : Int
Levels of tolerance.
-
L 7%.
Declaration
Swift
case l = 0
-
M 15%.
Declaration
Swift
case m = 1
-
Q 25%.
Declaration
Swift
case q = 2
-
H 30%.
Declaration
Swift
case h = 3