See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.
Sean Owen
H = ~30% correction
L = ~7% correction
M = ~15% correction
Q = ~25% correction
int containing the two bits encoding a QR Code's error correction level
ErrorCorrectionLevel representing the encoded error correction level
Generated using TypeDoc
See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.
Sean Owen