Barcode
Represents a barcode detected on a receipt.
Package: com.microblink.core
Declaration
open class Barcode : Parcelable
Quick Reference
Properties
| Property | Description |
|---|---|
text() | The decoded barcode value |
type() | The barcode format |
Properties
text()
fun text(): String?
The decoded barcode value.
type()
fun type(): BarcodeType?
The barcode format. See BarcodeType enum for possible values (e.g., QR, UPC-A, EAN-13).