BarcodeData

@Serializable
data class BarcodeData(val text: String = "", val type: BarcodeData.BarcodeType = BarcodeType.Unknown, val boundingBox: BoundingBox = BoundingBox(0f, 0f, 0f, 0f), val position: Vector3? = null, val maxConfidence: Float = 0.0f, val recognitionCount: Int? = null, val symbol: String = "", val timestamp: Long = System.currentTimeMillis())

Constructors

Link copied to clipboard
constructor(text: String = "", type: BarcodeData.BarcodeType = BarcodeType.Unknown, boundingBox: BoundingBox = BoundingBox(0f, 0f, 0f, 0f), position: Vector3? = null, maxConfidence: Float = 0.0f, recognitionCount: Int? = null, symbol: String = "", timestamp: Long = System.currentTimeMillis())

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard