ArObject

data class ArObject(    val trackingId: String,     val boundingBox: RectF,     val sourceSize: Size,     val sourceRotationDegrees: Int,     val bboxcolor: Int = Color.WHITE,     var decodedResult: OneOFManyCodesScanResults? = null)

Ar object

Constructors

Link copied to clipboard
fun ArObject(    trackingId: String,     boundingBox: RectF,     sourceSize: Size,     sourceRotationDegrees: Int,     bboxcolor: Int = Color.WHITE,     decodedResult: OneOFManyCodesScanResults? = null)

Create empty Ar object

Properties

Link copied to clipboard
val bboxcolor: Int
Link copied to clipboard
val boundingBox: RectF
Link copied to clipboard
var decodedResult: OneOFManyCodesScanResults? = null
Link copied to clipboard
val sourceRotationDegrees: Int
Link copied to clipboard
val sourceSize: Size
Link copied to clipboard
val trackingId: String