ImageLabelingAnalyzer

open class ImageLabelingAnalyzer(options: ImageLabelerOptionsBase? = null) : CommonAnalyzer<List<ImageLabel>>

图像标签分析器

Author

Jenly

Follow me

Constructors

Link copied to clipboard
constructor(options: ImageLabelerOptionsBase? = null)

Functions

Link copied to clipboard
open override fun analyze(imageProxy: ImageProxy, listener: Analyzer.OnAnalyzeListener<List<ImageLabel>>)