DecodeHintType
Encapsulates a type of hint that a caller may pass to a barcode reader to help it more quickly or accurately decode it. It is up to implementations to decide what, if anything, to do with the information that is supplied.
See also
Entries
Image is a pure monochrome image of a barcode. Doesn't matter what it maps to; use Boolean.TRUE.
Spend more time to try to find a barcode; optimize for accuracy, not speed. Doesn't matter what it maps to; use Boolean.TRUE.
Specifies what character encoding to use when decoding, where applicable (type String)
The caller needs to be notified via callback when a possible ResultPoint is found. Maps to a ResultPointCallback.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.