ASSUME_GS1
Assume the barcode is being processed as a GS1 barcode, and modify behavior as needed. For example this affects FNC1 handling for Code 128 (aka GS1-128). Doesn't matter what it maps to; use true.
Properties
Link copied to clipboard
Data type the hint is expecting. Among the possible values the Unit (Java's Void) stands out as being used for hints that do not expect a value to be supplied (flag hints). Such hints will possibly have their value ignored, or replaced by a true. Hint suppliers should probably use true as directed by the actual hint documentation.