Raw / Standard content following the ECI protocol.
A hint to the type of the content found.
Error correction level of the symbol (empty string if not applicable).
This property may be renamed to ecLevel
in the future.
Error message (if any).
Format of the barcode, should be one of ReadOutputBarcodeFormat
.
Possible values are:
"Aztec"
, "Codabar"
, "Code128"
, "Code39"
, "Code93"
,
"DataBar"
, "DataBarExpanded"
, "DataBarLimited"
, "DataMatrix"
, "DXFilmEdge"
,
"EAN-13"
, "EAN-8"
, "ITF"
,
"MaxiCode"
, "MicroQRCode"
, "None"
,
"PDF417"
, "QRCode"
, "rMQRCode"
, "UPC-A"
, "UPC-E"
Whether or not an ECI tag was found.
Whether the symbol is inverted / has reveresed reflectance.
Whether the symbol is mirrored (currently only supported by QRCode and DataMatrix).
Whether the barcode is valid.
Number of lines have been detected with this code (applies only to linear symbologies).
Orientation of the barcode in degree.
Position of the detected barcode.
Set if this is the reader initialisation / programming symbol.
ID to check if a set of symbols belongs to the same structured append sequence.
If the symbology does not support this feature, the returned value is empty (see MaxiCode).
For QR Code, this is the parity integer converted to a string.
For PDF417 and DataMatrix, this is the "fileId"
.
The 0-based index of this symbol in a structured append sequence.
Number of symbols in a structured append sequence.
If this is not part of a structured append sequence, the returned value is -1
.
If it is a structured append symbol but the total number of symbols is unknown, the
returned value is 0
(see PDF417 if optional "Segment Count" not given).
Symbology identifier "]cm"
where "c"
is the symbology code character, "m"
the modifier.
The ReadResult.bytes
content rendered to unicode / utf8 text
accoring to specified ReaderOptions.textMode
.
QRCode / DataMatrix / Aztec version or size.
This property will be removed in the future.
Raw / Standard content without any modifications like character set conversions.