toggle menu
zxing-lite
androidJvm
switch theme
search in API
zxing-lite
/
com.king.zxing.analyze
/
MultiFormatAnalyzer
Multi
Format
Analyzer
open
class
MultiFormatAnalyzer
@
JvmOverloads
constructor
(
decodeConfig
:
DecodeConfig
=
DecodeConfig()
)
:
BarcodeFormatAnalyzer
<
MultiFormatReader
>
多格式分析器:主要用于分析识别条形码/二维码
Author
Jenly
Follow me
Members
Constructors
Multi
Format
Analyzer
Link copied to clipboard
constructor
(
hints
:
Map
<
DecodeHintType
,
Any
>
?
)
@
JvmOverloads
constructor
(
decodeConfig
:
DecodeConfig
=
DecodeConfig()
)
Functions
analyze
Link copied to clipboard
open
override
fun
analyze
(
data
:
ByteArray
,
width
:
Int
,
height
:
Int
)
:
Result
?
open
override
fun
analyze
(
data
:
ByteArray
,
dataWidth
:
Int
,
dataHeight
:
Int
,
left
:
Int
,
top
:
Int
,
width
:
Int
,
height
:
Int
)
:
Result
?
open
override
fun
analyze
(
imageProxy
:
ImageProxy
,
listener
:
Analyzer.OnAnalyzeListener
<
Result
>
)
create
Reader
Link copied to clipboard
open
override
fun
createReader
(
)
:
MultiFormatReader