translate
abstract suspend fun translate(processResult: BlinkIdProcessResult, inputImage: InputImage?, scanningSettings: ScanningSettings, scanningStatus: ScanningStatus): List<ScanningUxEvent>
Translates the latest process result into UX events.
Parameters
processResult
The result from the last processed frame.
inputImage
The input image used for processing. Can be null.
scanningSettings
The scanning settings used by the session.
scanningStatus
Current native session status. Use this for session-level transitions.