Table of Contents

Interface ITextDataScanner

Namespace
ScanbotSDK.MAUI.TextData
Assembly
DocumentSDK.MAUI.dll
public interface ITextDataScanner

Methods

CloseTextDataScannerAsync()

Force closes the ready-to-use Text Data Scanner UI.

Task CloseTextDataScannerAsync()

Returns

Task

LaunchTextDataScannerAsync(TextDataScannerConfiguration)

Launches the ready-to-use Text Data Scanner UI

Task<TextDataScannerResult> LaunchTextDataScannerAsync(TextDataScannerConfiguration configuration)

Parameters

configuration TextDataScannerConfiguration

Configuration parameters of type TextDataScannerConfiguration

Returns

Task<TextDataScannerResult>

A task returning the Text Data Scanner result.