Class CheckScannerGuidanceStates
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- ScanbotSDK.Shared.dll
public class CheckScannerGuidanceStates
- Inheritance
-
CheckScannerGuidanceStates
- Inherited Members
-
Constructors
CheckScannerGuidanceStates()
public CheckScannerGuidanceStates()
Properties
BadPerspective
public string BadPerspective { get; set; }
Property Value
- string
NoCheckFound
public string NoCheckFound { get; set; }
Property Value
- string
ScanningProgress
public string ScanningProgress { get; set; }
Property Value
- string
TooDark
public string TooDark { get; set; }
Property Value
- string
TooSmall
public string TooSmall { get; set; }
Property Value
- string
Methods
FromJson(string)
public static CheckScannerGuidanceStates FromJson(string rawJson)
Parameters
rawJson
string
Returns
- CheckScannerGuidanceStates
FromNative(CheckScannerGuidanceStates)
public static CheckScannerGuidanceStates FromNative(CheckScannerGuidanceStates source)
Parameters
source
CheckScannerGuidanceStates
Returns
- CheckScannerGuidanceStates
FromNative(SBSDKUI2CheckScannerGuidanceStates)
public static CheckScannerGuidanceStates FromNative(SBSDKUI2CheckScannerGuidanceStates source)
Parameters
source
SBSDKUI2CheckScannerGuidanceStates
Returns
- CheckScannerGuidanceStates
ToNative()
public CheckScannerGuidanceStates ToNative()
Returns
- CheckScannerGuidanceStates