MultiFormatAnalyzer

open class MultiFormatAnalyzer @JvmOverloads constructor(decodeConfig: DecodeConfig = DecodeConfig()) : BarcodeFormatAnalyzer<MultiFormatReader>

多格式分析器:主要用于分析识别条形码/二维码

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(hints: Map<DecodeHintType, Any>?)
constructor(decodeConfig: DecodeConfig = DecodeConfig())

Functions

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>)
Link copied to clipboard
open override fun createReader(): MultiFormatReader