toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
mlkit-scanner-engine
/
io.snabble.sdk.firebase
/
FirebaseBarcodeDetector
Firebase
Barcode
Detector
@
KeepName
open
class
FirebaseBarcodeDetector
:
BarcodeDetector
Members
Constructors
Firebase
Barcode
Detector
Link copied to clipboard
constructor
(
)
Functions
detect
Link copied to clipboard
open
fun
detect
(
data
:
Array
<
Byte
>
,
width
:
Int
,
height
:
Int
,
bitsPerPixel
:
Int
,
detectionRect
:
Rect
,
displayOrientation
:
Int
)
:
Barcode
reset
Link copied to clipboard
open
fun
reset
(
)
setup
Link copied to clipboard
open
fun
setup
(
barcodeFormats
:
List
<
BarcodeFormat
>
)