| Package | Description |
|---|---|
| com.google.zxing |
| Modifier and Type | Field and Description |
|---|---|
static DecodeHintType |
DecodeHintType.ALLOWED_LENGTHS
Allowed lengths of encoded data -- reject anything else.
|
static DecodeHintType |
DecodeHintType.ASSUME_CODE_39_CHECK_DIGIT
Assume Code 39 codes employ a check digit.
|
static DecodeHintType |
DecodeHintType.CHARACTER_SET
Specifies what character encoding to use when decoding, where applicable (type String)
|
static DecodeHintType |
DecodeHintType.NEED_RESULT_POINT_CALLBACK
The caller needs to be notified via callback when a possible
ResultPoint
is found. |
static DecodeHintType |
DecodeHintType.OTHER
Unspecified, application-specific hint.
|
static DecodeHintType |
DecodeHintType.POSSIBLE_FORMATS
Image is known to be of one of a few possible formats.
|
static DecodeHintType |
DecodeHintType.PURE_BARCODE
Image is a pure monochrome image of a barcode.
|
static DecodeHintType |
DecodeHintType.TRY_HARDER
Spend more time to try to find a barcode; optimize for accuracy, not speed.
|
Copyright © 2017. All rights reserved.