TQRCodeDecoderMetaData Class
Definition
Meta-data container for QR Code decoding. Instances of this class may be used to convey information back to the decoding caller. Callers are expected to process this.
Delphi
type TQRCodeDecoderMetaData = class(TObject)
- Inheritance
-
TObjectTQRCodeDecoderMetaData
Constructors
| Create(Boolean) |
Initializes a new instance of the TQRCodeDecoderMetaData class. |
Properties
| IsMirrored |
true if the QR Code was mirrored. |
Methods
| applyMirroredCorrection(TArray<IResultPoint>) |
Apply the result points' order correction due to mirroring. |