OneDCodeDetails
OneDCodeDetails
is one of the detailedResult
in class TextResult
. It stores the OneD code details.
class com.dynamsoft.dbr.OneDCodeDetails;
Attribute | Type | Descriptions |
---|---|---|
moduleSize |
int | The barcode module size (the minimum bar width in pixel). |
startCharsBytes |
int | The start chars in a byte array. |
stopCharsBytes |
int | The stop chars in a byte array. |
checkDigitBytes |
int | The check digit chars in a byte array. |
startPatternRange |
int | The start pattern range of the OneDcode. |
middlePatternRange |
int | The middle pattern range of the OneDcode. |
endPatternRange |
int | The end pattern range of the OneDcode. |
moduleSize
The barcode module size (the minimum bar width in pixel).
int moduleSize
startCharsBytes
The start chars in a byte array.
byte[] startCharsBytes
stopCharsBytes
The stop chars in a byte array.
byte[] stopCharsBytes
checkDigitBytes
The check digit chars in a byte array.
byte[] checkDigitBytes
startPatternRange
The start pattern range of the OneDcode.
byte[] startPatternRange
middlePatternRange
The middle pattern range of the OneDcode.
byte[] middlePatternRange
endPatternRange
The end pattern range of the OneDcode.
byte[] endPatternRange