ALSO_INVERTED

If true, also tries to decode as inverted image. All configured decoders are simply called a second time with an inverted image. Doesn't matter what it maps to; use true.

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int
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.