SpatialReadableCode
data class SpatialReadableCode(val value: String, val type: ReadableCode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)
Constructors
Link copied to clipboard
constructor(value: String, type: ReadableCode.Type, bounds: Rect? = null, sourceImageWidth: Int = 0, sourceImageHeight: Int = 0)