BlinkIdUxTranslator

An interface that represents the translation process from BlinkIdProcessResult to ScanningUxEvent.

The translator converts scanning results into UX events based on the provided settings.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun translate(processResult: BlinkIdProcessResult, inputImage: InputImage?, scanningSettings: ScanningSettings): List<ScanningUxEvent>