BarcodeAnalysis
class BarcodeAnalysis(val frame: ByteArray, val barcode: Barcode? = null, val warnings: List<UserAction>, val misnapMibiData: MiSnapMibiData, val licenseExpired: Boolean, val rts: String? = null) : MiSnapController.FrameResult
Results of analyzing a barcode Frame.
Constructors
Link copied to clipboard
constructor(frame: ByteArray, barcode: Barcode? = null, warnings: List<UserAction>, misnapMibiData: MiSnapMibiData, licenseExpired: Boolean, rts: String? = null)
Properties
Link copied to clipboard
Indicates if the license should be renewed.
Link copied to clipboard
The analytics data collected from the session.
Link copied to clipboard
A list of UserAction representing the IQA warnings found in the frame for a manual trigger session.