Processed

data class Processed(val barcode: Barcode? = null, val licenseExpired: Boolean) : MiSnapBarcodeAnalyzer.Result

Result when a Frame was analyzed.

Constructors

Link copied to clipboard
constructor(barcode: Barcode? = null, licenseExpired: Boolean)

Properties

Link copied to clipboard
val barcode: Barcode? = null

The contents of the barcode if it was extracted.

Link copied to clipboard

Indicates if the license should be renewed.