Class | Description |
---|---|
BitMatrixParser | |
DataBlock |
Encapsulates a block of data within a QR Code.
|
DecodedBitStreamParser |
QR Codes can encode text as bits in one of several modes, and can use multiple modes
in one QR Code.
|
Decoder |
The main class which implements QR Code decoding -- as opposed to locating and extracting
the QR Code from an image.
|
FormatInformation |
Encapsulates a QR Code's format information, including the data mask used and
error correction level.
|
QRCodeDecoderMetaData |
Meta-data container for QR Code decoding.
|
Version |
See ISO 18004:2006 Annex D
|
Version.ECB |
Encapsulates the parameters for one error-correction block in one symbol version.
|
Version.ECBlocks |
Encapsulates a set of error-correction blocks in one symbol version.
|
Enum | Description |
---|---|
DataMask |
Encapsulates data masks for the data bits in a QR code, per ISO 18004:2006 6.8.
|
ErrorCorrectionLevel |
See ISO 18004:2006, 6.5.1.
|
Mode |
See ISO 18004:2006, 6.4.1, Tables 2 and 3.
|