Package-level declarations
Types
Link copied to clipboard
data class DocumentFrameAnalysisResult(val frameAnalysisResult: FrameAnalysisResult) : ScanningUxEvent
Event that holds all the information about the currently analysed camera frame.
Link copied to clipboard
data class DocumentLocatedLocation(val location: DocumentLocation, val inputImage: InputImage) : ScanningUxEvent
The document has been located by the recognizer.
Link copied to clipboard
class VerifyAnalyzer(verifySdk: BlinkIdVerifySdk, captureSessionSettings: VerifyCaptureSessionSettings, uxSettings: VerifyUxSettings, verifyScanningDoneHandler: VerifyScanningDoneHandler, uxEventHandler: ScanningUxEventHandler? = null) : ImageAnalyzer
Analyzes images from the camera and processes them using the BlinkID Verify SDK.
Link copied to clipboard
interface VerifyScanningDoneHandler
Link copied to clipboard
Translates VerifyProcessResult and other scanning session information into a list of ScanningUxEvent objects.
Link copied to clipboard
interface VerifyUxTranslator
An interface that represents the translation process from ScanningUxEvent to the UX.
Functions
Link copied to clipboard
suspend fun ScanningUxEventHandler.dispatchVerifyEvents(translator: VerifyUxTranslator, processResult: VerifyProcessResult, inputImage: InputImage?, session: VerifyCaptureSession)
Dispatches user experience events to the ScanningUxEventHandler after translating the process results.