BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
BarcodeClient
Barcode
Client
open
class
BarcodeClient
(
events
:
LogEvent
=
LogEvent.NONE
)
:
Closeable
Members
Constructors
Barcode
Client
Link copied to clipboard
constructor
(
events
:
LogEvent
=
LogEvent.NONE
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
recognize
Link copied to clipboard
open
fun
recognize
(
bitmap
:
Bitmap
,
rotationDegree
:
Int
)
:
Deferred
<
BarcodeResults
>