TQRDecoder .decode Method
Decodes a QR Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module.
function decode(const bits: TBitMatrix; const hints: TDictionary<TDecodeHintType, TObject>): TDecoderResult
Parameters
- bits
- Type: ZXing.Common.BitMatrix.TBitMatrix
booleans representing white/black QR Code modules
- hints
- Type: TDictionary<TDecodeHintType, TObject>
decoding hints that should be used to influence decoding