BarcodeClient

open class BarcodeClient(events: LogEvent = LogEvent.NONE) : Closeable

Constructors

Link copied to clipboard
constructor(events: LogEvent = LogEvent.NONE)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open fun recognize(bitmap: Bitmap, rotationDegree: Int): Deferred<BarcodeResults>