Classifier

interface Classifier

Generic interface for interacting with different recognition engines.

Types

Link copied to clipboard
open class Recognition
An immutable result returned by a Classifier describing what was recognized.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun enableStatLogging(debug: Boolean)
Link copied to clipboard
abstract fun getObjThresh(): Float
Link copied to clipboard
abstract fun getStatString(): String
Link copied to clipboard
abstract fun recognizeImage(bitmap: Bitmap): List<Classifier.Recognition>
Link copied to clipboard
abstract fun setNumThreads(num_threads: Int)
Link copied to clipboard
abstract fun setUseNNAPI(isChecked: Boolean)

Inheritors

Link copied to clipboard