Class DocumentQualityThreshold
- Namespace
- ScanbotSDK.MAUI.Core.DocumentQualityAnalyzer
- Assembly
- DocumentSDK.MAUI.dll
public class DocumentQualityThreshold
- Inheritance
-
DocumentQualityThreshold
- Inherited Members
-
Constructors
DocumentQualityThreshold()
public DocumentQualityThreshold()
Properties
SymbolQuality
[JsonRequired]
public double SymbolQuality { get; set; }
Property Value
- double
SymbolRatio
[JsonRequired]
public double SymbolRatio { get; set; }
Property Value
- double
Methods
FromJson(string)
public static DocumentQualityThreshold FromJson(string rawJson)
Parameters
rawJson string
Returns
- DocumentQualityThreshold