public final class CIQRCodeErrorCorrectionLevel
extends java.lang.Object
Constants indicating the percentage of the symbol that is dedicated to error correction.
[@constant] CIQRCodeErrorCorrectionLevelL Indicates that approximately 20% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelM Indicates that approximately 37% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelQ Indicates that approximately 55% of the symbol data is dedicated to error correction. [@constant] CIQRCodeErrorCorrectionLevelH Indicates that approximately 65% of the symbol data is dedicated to error correction.
public static final long L
public static final long M
public static final long Q
public static final long H