DecoderResult

class DecoderResult(val rawBytes: ByteArray, val text: String, val byteSegments: List<ByteArray>, val eCLevel: String, val structuredAppendSequenceNumber: Int, val structuredAppendParity: Int)

Encapsulates the result of decoding a matrix of bits. This typically applies to 2D barcode formats. For now it contains the raw bytes obtained, as well as a String interpretation of those bytes, if applicable.

Constructors

Link copied to clipboard
constructor(rawBytes: ByteArray, text: String, byteSegments: List<ByteArray>, eCLevel: String, structuredAppendSequenceNumber: Int, structuredAppendParity: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var other: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard