Barcode

data class Barcode(val format: BarcodeFormat, val boundingBox: Rect, val cornerPoints: List<Offset>, val text: String)

Constructors

Link copied to clipboard
constructor(format: BarcodeFormat, boundingBox: Rect, cornerPoints: List<Offset>, text: String)

Properties

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