CWIMAQQRCodeReport
CWIMAQQRCodeReport contains parameters that specify the results of reading a QR code.
Properties
AppendStreamID | When the QR code is part of a larger array of codes, this value specifies the ID of the stream the QR code is in. |
AppendStreamPosition | When the QR code is part of a larger array of codes, this value specifies what position the QR code is in with respect to the stream of data. |
AppendStreamSize | When the QR code is part of a larger array of codes, this value specifies the size of the stream of QR codes. |
BoundingPoints | Specifies the coordinates of the corners of the rectangle surrounding the QR code. |
CellFilterMode | Specifies the cell filter mode the method used to locate the QR code. |
CellSampleSize | Specifies the cell sample size the method used to locate the QR code. |
Data | The string containing the decoded QR code data. |
DemodulationMode | The demodulation mode the function used to locate the QR code. |
Dimensions | The dimensions of the QR code (in cells). Because all QR codes are square, Dimensions is also the same as rows and columns. |
FirstEAN128ApplicationID | Specifies the first application ID for EAN-128 codes. |
FirstECILanguageID | Specifies the first alternate language designator for ECI codes. |
Found | If True, the method located and decoded a QR code. If False, the method failed to locate and decode a QR code. |
MinEdgeStrength | The strength of the weakest edge the method used to find the coarse location of the QR code in the image. |
Mirrored | If True, the QR code appears mirrored in the image. If False, the QR code appears normally in the image. |
ModelType | The type of the QR code. The type can be a micro, model1, or model2 (most common) QR code. |
NumErrorsCorrected | The number of errors the method corrected when decoding the QR code. |
Polarity | The polarity of the QR code. |
StreamMode | The format of the data encoded in the stream. |
Version | The version of the QR code. |