Package-level declarations

Types

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

Functions

Link copied to clipboard
actual fun scanBarcode(image: ImageBitmap): List<Barcode>
actual fun scanBarcode(cameraImage: CameraImage): List<Barcode>
expect fun scanBarcode(image: ImageBitmap): List<Barcode>
expect fun scanBarcode(cameraImage: CameraImage): List<Barcode>
actual fun scanBarcode(cameraImage: ERROR CLASS: Symbol not found for CameraImage): List<Barcode>
actual fun scanBarcode(image: ERROR CLASS: Symbol not found for ImageBitmap): List<Barcode>