BarCodeConfidence
BarCodeConfidence enum
Module: aspose_barcode.recognition.barcode_confidence
Contains recognition confidence level. This sample shows how BarCodeConfidence changed, depending on barcode type
Enum Values
| Name | Value | Description |
|---|---|---|
| MODERATE | "80" | Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. Could contains some misrecognitions in codetext or even fake recognitions if is low |
| NONE | "0" | Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. |
| STRONG | "100" | Recognition confidence which was confirmed with BCH codes like Reed–Solomon. There must not be errors in read codetext or fake recognitions |