returnCodabarStartEnd property

DecodeHintType<void> returnCodabarStartEnd
final

If true, return the start and end digits in a Codabar barcode instead of stripping them. They are alpha, whereas the rest are numeric. By default, they are stripped, but this causes them to not be. Doesn't matter what it maps to; use {@link Boolean#TRUE}.

Implementation

static final returnCodabarStartEnd = DecodeHintType<void>();