Interface IGenericDocumentRecognizer
- Namespace
- ScanbotSDK.MAUI.GenericDocument
- Assembly
- DocumentSDK.MAUI.dll
public interface IGenericDocumentRecognizer
Methods
CloseGenericDocumentRecognizerAsync()
Force closes the ready-to-use Generic Document Recognizer UI.
Task CloseGenericDocumentRecognizerAsync()
Returns
LaunchGenericDocumentRecognizerAsync(GenericDocumentRecognizerConfiguration)
Launches the ready-to-use Generic Document recognizer
Task<GenericDocumentRecognizerResult> LaunchGenericDocumentRecognizerAsync(GenericDocumentRecognizerConfiguration configuration = null)
Parameters
configuration
GenericDocumentRecognizerConfigurationOptional configuration parameters of type
GenericDocumentRecognizerConfiguration
Returns
- Task<GenericDocumentRecognizerResult>
A task returning the Generic Document Recognizer result.