Class DocumentQualityThreshold
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.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
FromNative(DocumentQualityThreshold)
public static DocumentQualityThreshold FromNative(DocumentQualityThreshold source)
Parameters
source
DocumentQualityThreshold
Returns
- DocumentQualityThreshold
FromNative(SBSDKDocumentQualityThreshold)
public static DocumentQualityThreshold FromNative(SBSDKDocumentQualityThreshold source)
Parameters
source
SBSDKDocumentQualityThreshold
Returns
- DocumentQualityThreshold
ToNative()
public DocumentQualityThreshold ToNative()
Returns
- DocumentQualityThreshold