Result

class Result(val text: String, val rawBytes: ByteArray?, val numBits: Int, var resultPoints: Array<ResultPoint?>, val barcodeFormat: BarcodeFormat?, val timestamp: Long)

Constructors

Link copied to clipboard
constructor(text: String, rawBytes: ByteArray?, resultPoints: Array<ResultPoint?>, format: BarcodeFormat?, timestamp: Long = System.currentTimeMillis())
constructor(text: String, rawBytes: ByteArray?, numBits: Int, resultPoints: Array<ResultPoint?>, barcodeFormat: BarcodeFormat?, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun toString(): String