BlinkIdUxTranslator
interface 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 and the current native scanning status.
Inheritors
Functions
Link copied to clipboard
abstract suspend fun translate(processResult: BlinkIdProcessResult, inputImage: InputImage?, scanningSettings: ScanningSettings, scanningStatus: ScanningStatus): List<ScanningUxEvent>
Translates the latest process result into UX events.