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

Link copied to clipboard

Image is a pure monochrome image of a barcode. Doesn't matter what it maps to; use Boolean.TRUE.

Link copied to clipboard

Spend more time to try to find a barcode; optimize for accuracy, not speed. Doesn't matter what it maps to; use Boolean.TRUE.

Link copied to clipboard

Specifies what character encoding to use when decoding, where applicable (type String)

Link copied to clipboard

The caller needs to be notified via callback when a possible ResultPoint is found. Maps to a ResultPointCallback.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.