Table of Contents

Interface ILicensePlateScanner

Namespace
ScanbotSDK.MAUI.LicensePlate
Assembly
DocumentSDK.MAUI.dll
public interface ILicensePlateScanner

Methods

CloseLicensePlateScannerAsync()

Force closes the ready-to-use License Plate Scanner UI.

Task CloseLicensePlateScannerAsync()

Returns

Task

LaunchLicensePlateScannerAsync(LicensePlateScannerConfiguration)

Launches the ready-to-use License Plate Scanner UI.

Task<LicensePlateScannerResult> LaunchLicensePlateScannerAsync(LicensePlateScannerConfiguration configuration = null)

Parameters

configuration LicensePlateScannerConfiguration

Returns

Task<LicensePlateScannerResult>

A task returning the found LicensePlate data.