Class SBSDKCheckScannerConfiguration
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCheckScannerConfiguration : NSObject, INSCopying, INativeObject, IDisposable
- Inheritance
-
SBSDKCheckScannerConfiguration
- Implements
-
INSCopyingINativeObject
Constructors
SBSDKCheckScannerConfiguration()
public SBSDKCheckScannerConfiguration()
SBSDKCheckScannerConfiguration(NSObjectFlag)
protected SBSDKCheckScannerConfiguration(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKCheckScannerConfiguration(NativeHandle)
protected SBSDKCheckScannerConfiguration(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKCheckScannerConfiguration(SBSDKCheckDocumentDetectionMode, SBSDKCheckStandard[])
public SBSDKCheckScannerConfiguration(SBSDKCheckDocumentDetectionMode documentDetectionMode, SBSDKCheckStandard[] acceptedCheckStandards)
Parameters
documentDetectionMode
SBSDKCheckDocumentDetectionModeacceptedCheckStandards
SBSDKCheckStandard[]
Properties
AcceptedCheckStandards
public virtual SBSDKCheckStandard[] AcceptedCheckStandards { get; set; }
Property Value
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
DocumentDetectionMode
public virtual SBSDKCheckDocumentDetectionMode DocumentDetectionMode { get; set; }
Property Value
Hash
public virtual nuint Hash { get; }
Property Value
Methods
Copy(NSZone?)
public virtual NSObject Copy(NSZone? zone)
Parameters
zone
NSZone
Returns
- NSObject
FromJsonWithJson(string)
public static SBSDKCheckScannerConfiguration? FromJsonWithJson(string json)
Parameters
json
string
Returns
IsEqual(NSObject?)
public virtual bool IsEqual(NSObject? @object)
Parameters
object
NSObject
Returns
ToJsonWithConfiguration(SBSDKToJSONConfiguration)
public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)
Parameters
configuration
SBSDKToJSONConfiguration