ImageLabelingAnalyzer
open class ImageLabelingAnalyzer(options: ImageLabelerOptionsBase? = null) : CommonAnalyzer<List<ImageLabel>>
图像标签分析器
Author
Functions
Link copied to clipboard
open override fun analyze(imageProxy: ImageProxy, listener: Analyzer.OnAnalyzeListener<List<ImageLabel>>)