DetectionUseCase

class DetectionUseCase @JvmOverloads constructor(source: BitmapResultsFlow, coroutineScope: CloseableCoroutineScope = CloseableCoroutineScope(SupervisorJob() + Dispatchers.IO), val events: Events = BlinkRecognitionSdk.events, recognizer: Recognizer = Recognizer.create(IMAGE_ID, events), settings: DetectionSettings.() -> Unit = {}) : Closeable

Detection use case

Parameters

source
settings

Constructors

Link copied to clipboard
constructor(source: BitmapResultsFlow, coroutineScope: CloseableCoroutineScope = CloseableCoroutineScope(SupervisorJob() + Dispatchers.IO), events: Events = BlinkRecognitionSdk.events, recognizer: Recognizer = Recognizer.create(IMAGE_ID, events), settings: DetectionSettings.() -> Unit = {})

Functions

Link copied to clipboard
open override fun close()

Properties

Link copied to clipboard
@get:JvmName(name = "detection")
val detection: DetectionResultsFlow
Link copied to clipboard
Link copied to clipboard
@get:JvmName(name = "settings")
val settings: DetectionSettings

Detection settings