Result
class Result(text: String?, rawBytes: ByteArray?, numBits: Int, resultPoints: Array<ResultPoint>?, format: BarcodeFormat?, timestamp: Long)
Encapsulates the result of decoding a barcode within an image.
Constructors
Link copied to clipboard
constructor(text: String?, rawBytes: ByteArray?, numBits: Int, resultPoints: Array<ResultPoint>?, format: BarcodeFormat?, timestamp: Long)
constructor(text: String?, rawBytes: ByteArray?, resultPoints: Array<ResultPoint>?, format: BarcodeFormat?)
constructor(text: String?, rawBytes: ByteArray?, resultPoints: Array<ResultPoint>?, format: BarcodeFormat?, timestamp: Long)