Contents

symbolDescriptor

An abstract representation of a QR Code symbol.

Declaration

var symbolDescriptor: CIQRCodeDescriptor? { get }

Discussion

The property is a CIQRCodeDescriptor instance that contains the payload, symbol version, mask pattern, and error correction level, so the QR Code can be reproduced.

See Also

Decoding a Detected Barcode