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)

Functions

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