Additional information about 1D grading results. More...
Inherits object.
Static Public Attributes | |
| int | AoiTooSmall = -4 |
| The area of interest specified is too small to contain a valid code. More... | |
| int | BoundaryCheckFailed = -7 |
| A boundary check failed. More... | |
| int | CodeHeightTooSmall = 3 |
| The Barcode's height is too small for grading. More... | |
| int | CodeNotRectangular = 4 |
| The Barcode does not have a rectangular shape, making it unsuitable for grading. More... | |
| int | CodePositionOutsideAoi = 2 |
| The Barcode is partly outside the AOI. More... | |
| int | CodeTypeNotSupported = -1 |
| An unsupported code type was encountered. More... | |
| int | DecodabilityCheckFailed = -5 |
| A code was found but considered to be undecodable. More... | |
| int | ECMinFailed = -10 |
| ?. More... | |
| int | ErrNoMaxFailed = -9 |
| ?. More... | |
| int | GradingNotSupported = 5 |
| Barcode grading is not supported for the encountered symbology. More... | |
| int | MeasuringOrificeNotSupported = -3 |
| Orifice measurement is currently not supported. More... | |
| int | NoResult = 1 |
| Barcode could not be decoded, therefore no grading was calculated. More... | |
| int | Ok = 0 |
| Grading was successful and did yield a result. More... | |
| int | PixelOutsideAoi = -6 |
| Some pixels of the code are outside the specified area of interest. More... | |
| int | Timeout = 6 |
| Time limit reached during grading. More... | |
| int | TooManyCharacters = -2 |
| The code contained more characters than permitted for its symbology. More... | |
| int | TrimmingToParallelFailed = -8 |
| Trimming failed. More... | |
Additional information about 1D grading results.
|
static |
The area of interest specified is too small to contain a valid code.
|
static |
A boundary check failed.
|
static |
The Barcode's height is too small for grading.
|
static |
The Barcode does not have a rectangular shape, making it unsuitable for grading.
|
static |
The Barcode is partly outside the AOI.
|
static |
An unsupported code type was encountered.
|
static |
A code was found but considered to be undecodable.
|
static |
?.
|
static |
?.
|
static |
Barcode grading is not supported for the encountered symbology.
|
static |
Orifice measurement is currently not supported.
|
static |
Barcode could not be decoded, therefore no grading was calculated.
|
static |
Grading was successful and did yield a result.
|
static |
Some pixels of the code are outside the specified area of interest.
|
static |
Time limit reached during grading.
|
static |
The code contained more characters than permitted for its symbology.
|
static |
Trimming failed.