Processed

data class Processed(val detected: Boolean, val licenseExpired: Boolean) : MiSnapBarcodeDetector.Result

Result when a Frame was analyzed.

Constructors

Link copied to clipboard
constructor(detected: Boolean, licenseExpired: Boolean)

Properties

Link copied to clipboard
@get:JvmName(name = "isDetected")
val detected: Boolean

True when a barcode has been detected.

Link copied to clipboard

Indicates if the license should be renewed.