Detection Use Case
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 = {})