Interface ICheckDetector
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- DocumentSDK.MAUI.dll
public interface ICheckDetector
Methods
DetectCheckFromImage(PlatformImage, List<CheckStandard>)
Detects a check document from the provided image source.
Task<CheckRecognizerResult> DetectCheckFromImage(PlatformImage image, List<CheckStandard> acceptedCheckStandards)
Parameters
imagePlatformImageacceptedCheckStandardsList<CheckStandard>Accepted checks.