Package-level declarations
Types
Link copied to clipboard
class BlinkIdVerifyAnalyzer(verifySdk: BlinkIdVerifySdk, sessionSettings: BlinkIdVerifySessionSettings, verifyScanningDoneHandler: VerifyScanningDoneHandler, uxEventHandler: ScanningUxEventHandler? = null) : ImageAnalyzer
Analyzes images from the camera and processes them using the BlinkID Verify SDK.
Link copied to clipboard
data class BlinkIdVerifyDocumentLocatedLocation(val location: Quadrilateral, val inputImage: InputImage) : ScanningUxEvent
The document has been located by the recognizer.
Link copied to clipboard
data class VerifyDocumentImageAnalysisResult(val extractionImageAnalysisResult: ExtractionImageAnalysisResult) : ScanningUxEvent
Event that holds all the information about the currently analysed camera frame.
Link copied to clipboard
interface VerifyScanningDoneHandler
Link copied to clipboard
Translates BlinkIdVerifyProcessResult 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.