Class GenericDocumentDetectorConfiguration
- Namespace
- ScanbotSDK.MAUI.GenericDocument
- Assembly
- DocumentSDK.MAUI.dll
public class GenericDocumentDetectorConfiguration
- Inheritance
-
GenericDocumentDetectorConfiguration
- Inherited Members
Properties
AcceptedDocumentTypes
An array of recognizable document types. Please specify at least one document type which you want to scan. Please also check properties in [GenericDocumentFormat]
public GenericDocumentRootType[] AcceptedDocumentTypes { get; set; }
Property Value
SharpnessAcceptanceFactor
The default value is 80.
public double? SharpnessAcceptanceFactor { get; set; }