VerifyAnalyzer
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.
This class implements the ImageAnalyzer interface and is responsible for receiving image frames from the camera, sending them to the BlinkID Verify SDK for processing and results handling. It also manages the scanning session, timeouts, and dispatches UI events.
Constructors
Link copied to clipboard
constructor(verifySdk: BlinkIdVerifySdk, captureSessionSettings: VerifyCaptureSessionSettings, uxSettings: VerifyUxSettings, verifyScanningDoneHandler: VerifyScanningDoneHandler, uxEventHandler: ScanningUxEventHandler? = null)