BarcodeResult

data class BarcodeResult(val barcodes: List<BarcodeInfo>)

This data structure contains the scanned barcode info

Since

1.0.0

Parameters

barcodes

all the barcodes detected from the input frame

Constructors

Link copied to clipboard
fun BarcodeResult(barcodes: List<BarcodeInfo>)

Properties

Link copied to clipboard