ScanResultSuccess

data class ScanResultSuccess(    val text: String,     val barcodeFormat: BarcodeFormat,     val isLongDistance: Boolean,     var finalPoints: ArrayList<PointF>,     val boundingBox: RectF?,     val modelScanType: String)

Scan result success

Constructors

Link copied to clipboard
fun ScanResultSuccess(    text: String,     barcodeFormat: BarcodeFormat,     isLongDistance: Boolean,     finalPoints: ArrayList<PointF>,     boundingBox: RectF?,     modelScanType: String)

Create empty Scan result success

Properties

Link copied to clipboard
val barcodeFormat: BarcodeFormat
Link copied to clipboard
val boundingBox: RectF?
Link copied to clipboard
var finalPoints: ArrayList<PointF>
Link copied to clipboard
val isLongDistance: Boolean
Link copied to clipboard
val modelScanType: String
Link copied to clipboard
val text: String