CogIDResultDecoded PropertiesCognex VisionPro 9.8

The CogIDResultDecoded type exposes the following members.

Properties

  NameDescription
Public propertyDecodedString
The decoded data as a Unicode string.
Public propertyIdentifierCode
ISO/IEC 15424:2000 symbol identifier code character. A = Code 39, C = Code 128, E = UPC/EAN, I = Interleaved 2 of 5, G = Code 93, e = RSS, X = other bar codes.
Public propertyIdentifierModifier
ISO/IEC 15424:2000 symbol identifier modifier character. Useful in uniquely identifying the symbology.
Public propertyMirrored
The mirrored state of this symbol.
Public propertyProcessControlMetricsAIMDPM
AIM-DPM process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix or QRCode symbologies.
Public propertyProcessControlMetricsISO15415
ISO15415 process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix or QRCode symbologies.
Public propertyProcessControlMetricsSEMIT10
SEMIT10 process control metrics. This property will be null if these metrics were not requested or could not be computed. This property is only meaningfull for certain DataMatrix symbologies.
Public propertyRawByteArray
The decoded data as a raw array of bytes. No localization is performed.
Public propertySymbology
The type of this symbol. May be Interleaved 2 of 5, Code 39, Code 93, Code128, UPC/EAN, 4-State, POSTNET, PLANET, DataBar, Composite DataMatrix, QR code or EAN/UCC Composite.
Public propertySymbologySubtype
The actual type of this symbol. Valid for UPC/EAN, DataBar and 4-State. Always use with Symbology together to determine the actual type of the decoded symbol. A Value 0 indicates that the symbology doesn't have different types.
Top
See Also