Enum class listing all supported symbologies. More...
Static Public Attributes | |
int | AustraliaPost = 157 |
Australia Post. | |
int | Code11 = 140 |
Code 11. | |
int | Code128 = 110 |
Code 128. | |
int | Code32 = 141 |
Code 32. | |
int | Code39 = 111 |
Code 39. | |
int | Code93 = 112 |
Code 93. | |
int | DataMatrix = 101 |
Data Matrix. | |
int | DutchPost = 158 |
Dutch Post. | |
int | Ean13 = 117 |
EAN13. | |
int | Ean8 = 118 |
EAN8. | |
int | GS1DataBar14 = 119 |
GS1 Databar-14. | |
int | GS1DataBarExpanded = 122 |
GS1 Databar Expanded. | |
int | GS1DataBarExpandedStacked = 123 |
GS1 Databar Expanded Stacked. | |
int | GS1DataBarLimited = 121 |
GS1 Databar Limited. | |
int | GS1DataBarStacked = 120 |
GS1 Databar Stacked. | |
int | Interleaved2of5 = 113 |
Interleaved 2 of 5. | |
int | MicroPdf417 = 106 |
MicroPDF417. | |
int | MicroQR = 128 |
Micro QR code. | |
int | Pdf417 = 105 |
PDF417. | |
int | Pharmacode = 146 |
Code 39. | |
int | QR = 102 |
QR code. | |
int | RoyalMail = 160 |
Royal Mail. | |
int | Unknown = 0 |
Unknown symbology. | |
int | UpcA = 115 |
UPC-A. | |
int | UpcE = 116 |
UPC-E. | |
int | UspsIntelligentMail = 155 |
USPS Intelligent Mail. | |
Enum class listing all supported symbologies.
This enum class defines all supported symbologies. It is primarily used to specify the configuration class via the Decoder.config() function. Each enum entry includes a reference to its corresponding configuration class for all functionalities and settings.
After creating a decoder, you can configure it using the Decoder.config() member function with the desired symbology, as shown in the following example:
After decoding an image, the detected symbology type is returned as a value of this enum class via Result.symbology_type.
|
static |
Australia Post.
See configuration class cvb.code_reader.AustraliaPost for all functionalities and settings.
|
static |
Code 11.
See configuration class cvb.code_reader.Code11 for all functionalities and settings.
|
static |
Code 128.
See configuration class cvb.code_reader.Code128 for all functionalities and settings.
|
static |
Code 32.
See configuration class cvb.code_reader.Code32 for all functionalities and settings.
|
static |
Code 39.
See configuration class cvb.code_reader.Code39 for all functionalities and settings.
|
static |
Code 93.
See configuration class cvb.code_reader.Code93 for all functionalities and settings.
|
static |
Data Matrix.
See configuration class cvb.code_reader.DataMatrix for all functionalities and settings.
|
static |
Dutch Post.
See configuration class cvb.code_reader.DutchPost for all functionalities and settings.
|
static |
EAN13.
See configuration class cvb.code_reader.Ean13 for all functionalities and settings.
|
static |
EAN8.
See configuration class cvb.code_reader.Ean8 for all functionalities and settings.
|
static |
GS1 Databar-14.
See configuration class cvb.code_reader.GS1DataBar14 for all functionalities and settings.
|
static |
GS1 Databar Expanded.
See configuration class cvb.code_reader.GS1DataBarExpanded for all functionalities and settings.
|
static |
GS1 Databar Expanded Stacked.
See configuration class cvb.code_reader.GS1DataBarExpandedStacked for all functionalities and settings.
|
static |
GS1 Databar Limited.
See configuration class cvb.code_reader.GS1DataBarLimited for all functionalities and settings.
|
static |
GS1 Databar Stacked.
See configuration class cvb.code_reader.GS1DataBarStacked for all functionalities and settings.
|
static |
Interleaved 2 of 5.
See configuration class cvb.code_reader.Interleaved2of5 for all functionalities and settings.
|
static |
MicroPDF417.
See configuration class cvb.code_reader.MicroPdf417 for all functionalities and settings.
|
static |
Micro QR code.
See configuration class cvb.code_reader.MicroQR for all functionalities and settings.
|
static |
PDF417.
See configuration class cvb.code_reader.Pdf417 for all functionalities and settings.
|
static |
Code 39.
See configuration class cvb.code_reader.Pharmacode for all functionalities and settings.
|
static |
QR code.
See configuration class cvb.code_reader.QR for all functionalities and settings.
|
static |
Royal Mail.
See configuration class cvb.code_reader.RoyalMail for all functionalities and settings.
|
static |
UPC-A.
See configuration class cvb.code_reader.UpcA for all functionalities and settings.
|
static |
UPC-E.
See configuration class cvb.code_reader.UpcE for all functionalities and settings.
|
static |
USPS Intelligent Mail.
See configuration class cvb.code_reader.UspsIntelligentMail for all functionalities and settings.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.