Uses of Class
zext.plantuml.com.google.zxing.DecodeHintType
Packages that use DecodeHintType
-
Uses of DecodeHintType in zext.plantuml.com.google.zxing
Fields in zext.plantuml.com.google.zxing declared as DecodeHintTypeModifier and TypeFieldDescriptionstatic final DecodeHintTypeDecodeHintType.ALLOWED_LENGTHSAllowed lengths of encoded data -- reject anything else.static final DecodeHintTypeDecodeHintType.ASSUME_CODE_39_CHECK_DIGITAssume Code 39 codes employ a check digit.static final DecodeHintTypeDecodeHintType.CHARACTER_SETSpecifies what character encoding to use when decoding, where applicable (type String)static final DecodeHintTypeDecodeHintType.NEED_RESULT_POINT_CALLBACKThe caller needs to be notified via callback when a possibleResultPointis found.static final DecodeHintTypeDecodeHintType.OTHERUnspecified, application-specific hint.static final DecodeHintTypeDecodeHintType.POSSIBLE_FORMATSImage is known to be of one of a few possible formats.static final DecodeHintTypeDecodeHintType.PURE_BARCODEImage is a pure monochrome image of a barcode.static final DecodeHintTypeDecodeHintType.TRY_HARDERSpend more time to try to find a barcode; optimize for accuracy, not speed.