Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Contains recognition confidence level. More...
Inherits Enum.
Static Public Attributes | |
string | MODERATE = "80" |
Recognition confidence of barcode (mostly 1D barcodes) with weak checksumm or even without it. More... | |
string | NONE = "0" |
Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake. More... | |
string | STRONG = "100" |
Recognition confidence which was confirmed with BCH codes like Reed–Solomon. More... | |
Contains recognition confidence level.
This sample shows how BarCodeConfidence changed, depending on barcode type
|
static |
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
|
static |
Recognition confidence of barcode where codetext was not recognized correctly or barcode was detected as posible fake.
|
static |
Recognition confidence which was confirmed with BCH codes like Reed–Solomon.
There must not be errors in read codetext or fake recognitions