Table of Contents

Interface IEhicScanner

Namespace
ScanbotSDK.MAUI.EHIC
Assembly
DocumentSDK.MAUI.dll
public interface IEhicScanner

Methods

CloseHealthInsuranceCardScannerAsync()

Force closes the ready-to-use Health Insurance Card Scanner UI.

Task CloseHealthInsuranceCardScannerAsync()

Returns

Task

LaunchHealthInsuranceCardScannerAsync(HealthInsuranceCardConfiguration)

Launches the ready-to-use Health Insurance Card Scanner UI.

[Obsolete("This feature is obsolete, Please use GenericDocumentRecognizer instead.")]
Task<HealthInsuranceCardScannerResult> LaunchHealthInsuranceCardScannerAsync(HealthInsuranceCardConfiguration configuration = null)

Parameters

configuration HealthInsuranceCardConfiguration

Returns

Task<HealthInsuranceCardScannerResult>

A task returning the scanned pages.