Aspose.Barcode for Python via Java Generation and Recognition API docs
HanXinErrorLevel Class Reference

Level of Reed-Solomon error correction. More...

Inherits Enum.

Static Public Attributes

int L1 = 0
 Allows recovery of 8% of the code text. More...
 
int L2 = 1
 Allows recovery of 15% of the code text. More...
 
int L3 = 2
 Allows recovery of 23% of the code text. More...
 
int L4 = 3
 Allows recovery of 30% of the code text. More...
 

Detailed Description

Level of Reed-Solomon error correction.

From low to high = L1, L2, L3, L4.

Member Data Documentation

◆ L1

int L1 = 0
static

Allows recovery of 8% of the code text.

◆ L2

int L2 = 1
static

Allows recovery of 15% of the code text.

◆ L3

int L3 = 2
static

Allows recovery of 23% of the code text.

◆ L4

int L4 = 3
static

Allows recovery of 30% of the code text.