Class DocumentQualityAnalyzerConfiguration
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentQualityAnalyzerConfiguration
- Inheritance
-
DocumentQualityAnalyzerConfiguration
- Inherited Members
-
Constructors
DocumentQualityAnalyzerConfiguration()
public DocumentQualityAnalyzerConfiguration()
Properties
DetectOrientation
public bool DetectOrientation { get; set; }
Property Value
- bool
EarlyStopIfNSymbolsFound
public int EarlyStopIfNSymbolsFound { get; set; }
Property Value
- int
InspectSmallText
public bool InspectSmallText { get; set; }
Property Value
- bool
MaxImageSize
public int MaxImageSize { get; set; }
Property Value
- int
MaxProcessedFraction
public double MaxProcessedFraction { get; set; }
Property Value
- double
MinEstimatedNumberOfSymbolsForDocument
public int MinEstimatedNumberOfSymbolsForDocument { get; set; }
Property Value
- int
MinProcessedFraction
public double MinProcessedFraction { get; set; }
Property Value
- double
QualityIndices
public DocumentQuality[] QualityIndices { get; set; }
Property Value
- DocumentQuality[]
QualityThresholds
public DocumentQualityThreshold[] QualityThresholds { get; set; }
Property Value
- DocumentQualityThreshold[]
ReturnQualityHeatmap
public bool ReturnQualityHeatmap { get; set; }
Property Value
- bool
TileSize
public int TileSize { get; set; }
Property Value
- int
Methods
FromJson(string)
public static DocumentQualityAnalyzerConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- DocumentQualityAnalyzerConfiguration
FromNative(DocumentQualityAnalyzerConfiguration)
public static DocumentQualityAnalyzerConfiguration FromNative(DocumentQualityAnalyzerConfiguration source)
Parameters
source
DocumentQualityAnalyzerConfiguration
Returns
- DocumentQualityAnalyzerConfiguration
FromNative(SBSDKDocumentQualityAnalyzerConfiguration)
public static DocumentQualityAnalyzerConfiguration FromNative(SBSDKDocumentQualityAnalyzerConfiguration source)
Parameters
source
SBSDKDocumentQualityAnalyzerConfiguration
Returns
- DocumentQualityAnalyzerConfiguration
ToNative()
public DocumentQualityAnalyzerConfiguration ToNative()
Returns
- DocumentQualityAnalyzerConfiguration