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
image
PlatformImageacceptedCheckStandards
List<CheckStandard>Accepted checks.