Document Scanner Frame Handler
class DocumentScannerFrameHandler(context: Context, documentScanner: DocumentScanner) : FrameHandler
Performs document scanning on camera preview frames. Outputs results via DocumentScannerFrameHandler.ResultHandler (.addResultHandler).
Preview frame considered intercepted if at least one DocumentScannerFrameHandler.ResultHandler returns true
from DocumentScannerFrameHandler.ResultHandler.handle (FrameHandlerResult)}
See also
Types
Link copied to clipboard
class DetectedFrame
Document scanning results alongside with information about frame
Link copied to clipboard
Successor-class needed for cross-platform implementation
Link copied to clipboard
fun interface ResultHandler : BaseResultHandler<DocumentScannerFrameHandler.DetectedFrame, SdkLicenseError>
Continuously notified about document scanning results.