Class DocumentScannerParameters
- Namespace
- ScanbotSDK.MAUI.Core.Document
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentScannerParameters
- Inheritance
-
DocumentScannerParameters
- Inherited Members
-
Constructors
DocumentScannerParameters()
public DocumentScannerParameters()
Properties
AcceptedAngleScore
public int AcceptedAngleScore { get; set; }
Property Value
- int
AcceptedAspectRatioScore
public int AcceptedAspectRatioScore { get; set; }
Property Value
- int
AcceptedBrightnessThreshold
public int AcceptedBrightnessThreshold { get; set; }
Property Value
- int
AcceptedSizeScore
public int AcceptedSizeScore { get; set; }
Property Value
- int
AspectRatios
public AspectRatio[] AspectRatios { get; set; }
Property Value
- AspectRatio[]
IgnoreOrientationMismatch
public bool IgnoreOrientationMismatch { get; set; }
Property Value
- bool
Methods
FromJson(string)
public static DocumentScannerParameters FromJson(string rawJson)
Parameters
rawJson
string
Returns
- DocumentScannerParameters
FromNative(DocumentScannerParameters)
public static DocumentScannerParameters FromNative(DocumentScannerParameters source)
Parameters
source
DocumentScannerParameters
Returns
- DocumentScannerParameters
FromNative(SBSDKDocumentScannerParameters)
public static DocumentScannerParameters FromNative(SBSDKDocumentScannerParameters source)
Parameters
source
SBSDKDocumentScannerParameters
Returns
- DocumentScannerParameters
ToNative()
public DocumentScannerParameters ToNative()
Returns
- DocumentScannerParameters