CWIMAQQRCodeReport

NI Vision for Visual Basic

CWIMAQQRCodeReport

CWIMAQQRCodeReport contains parameters that specify the results of reading a QR code.

Properties

AppendStreamIDWhen the QR code is part of a larger array of codes, this value specifies the ID of the stream the QR code is in.
AppendStreamPositionWhen 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.
AppendStreamSizeWhen the QR code is part of a larger array of codes, this value specifies the size of the stream of QR codes.
BoundingPointsSpecifies the coordinates of the corners of the rectangle surrounding the QR code.
CellFilterModeSpecifies the cell filter mode the method used to locate the QR code.
CellSampleSizeSpecifies the cell sample size the method used to locate the QR code.
DataThe string containing the decoded QR code data.
DemodulationModeThe demodulation mode the function used to locate the QR code.
DimensionsThe dimensions of the QR code (in cells). Because all QR codes are square, Dimensions is also the same as rows and columns.
FirstEAN128ApplicationIDSpecifies the first application ID for EAN-128 codes.
FirstECILanguageIDSpecifies the first alternate language designator for ECI codes.
FoundIf True, the method located and decoded a QR code. If False, the method failed to locate and decode a QR code.
MinEdgeStrengthThe strength of the weakest edge the method used to find the coarse location of the QR code in the image.
MirroredIf True, the QR code appears mirrored in the image. If False, the QR code appears normally in the image.
ModelTypeThe type of the QR code. The type can be a micro, model1, or model2 (most common) QR code.
NumErrorsCorrectedThe number of errors the method corrected when decoding the QR code.
PolarityThe polarity of the QR code.
StreamModeThe format of the data encoded in the stream.
VersionThe version of the QR code.

See Also

CWIMAQVision.ReadQRCode