Package apple.coreimage.enums
Class CIQRCodeErrorCorrectionLevel
- java.lang.Object
-
- apple.coreimage.enums.CIQRCodeErrorCorrectionLevel
-
public final class CIQRCodeErrorCorrectionLevel extends java.lang.Object[@enum] CIQRCodeErrorCorrectionLevel 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.
-
-
Field Detail
-
L
public static final long L
- See Also:
- Constant Field Values
-
M
public static final long M
- See Also:
- Constant Field Values
-
Q
public static final long Q
- See Also:
- Constant Field Values
-
H
public static final long H
- See Also:
- Constant Field Values
-
-