TDecoded Bit Stream Parser .decode Method
Unit: ZXing.QrCode.Internal.DecodedBitStreamParser
class function decode(const bytes: TArray<Byte>; const version: TVersion; const ecLevel: TErrorCorrectionLevel; const hints: TDictionary<TDecodeHintType, TObject>): TDecoderResult
Parameters
- bytes
- Type: TArray<Byte>
- version
- Type: ZXing.QrCode.Internal.Version.TVersion
- ecLevel
- Type: ZXing.QrCode.Internal.ErrorCorrectionLevel.TErrorCorrectionLevel
- hints
- Type: TDictionary<TDecodeHintType, TObject>