translate
open suspend override fun translate(processResult: BlinkCardProcessResult, inputImage: InputImage?, scanningSettings: ScanningSettings): List<BlinkCardScanningUxEvent>
Translates the given BlinkCardProcessResult and InputImage into a list of BlinkCardScanningUxEvent objects.
This function analyzes the current state of the scanning session and the results of the last image processing step to determine which UX events should be generated.
Return
A list of BlinkCardScanningUxEvent objects representing the user experience events that should be dispatched.
Parameters
processResult
The BlinkCardProcessResult from the scanning session.
inputImage
The InputImage used for the process. Can be null.
scanningSettings
The ScanningSettings used to configure scanning behavior.