public final class QRErrorLevel
extends java.lang.Enum
Level of Reed-Solomon error correction. From low to high: LevelL, LevelM, LevelQ, LevelH.
public static final int LevelH
Allows recovery of 30% of the code text
public static final int LevelL
Allows recovery of 7% of the code text
public static final int LevelM
Allows recovery of 15% of the code text
public static final int LevelQ
Allows recovery of 25% of the code text