HealthInsuranceCardScannerFrameHandler

Deprecated

Use DocumentDataExtractorFrameHandler instead.

Performs Health Insurance Card data detection on camera preview frames. Outputs results via HealthInsuranceCardScannerFrameHandler.ResultHandler (.addResultHandler).

Preview frame considered intercepted if at least one HealthInsuranceCardScannerFrameHandler.ResultHandler returns true from HealthInsuranceCardScannerFrameHandler.ResultHandler.handleResult

See also

Constructors

Link copied to clipboard
constructor(healthInsuranceCardScanner: HealthInsuranceCardScanner)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Successor-class needed for cross-platform implementation

Link copied to clipboard

Continuously notified about HIC data detection results.

Functions

Link copied to clipboard

Registers result handler which will be notified about HIC data detection results.

Link copied to clipboard
open override fun handleFrame(previewFrame: FrameHandler.Frame): Boolean

Invoked for every new camera preview frame.

Link copied to clipboard