Table of Contents

Class SBSDKCheckScannerConfiguration

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKCheckScannerConfiguration : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKCheckScannerConfiguration
Implements
INSCopying
INativeObject

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 SBSDKCheckDocumentDetectionMode
acceptedCheckStandards SBSDKCheckStandard[]

Properties

AcceptedCheckStandards

public virtual SBSDKCheckStandard[] AcceptedCheckStandards { get; set; }

Property Value

SBSDKCheckStandard[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DocumentDetectionMode

public virtual SBSDKCheckDocumentDetectionMode DocumentDetectionMode { get; set; }

Property Value

SBSDKCheckDocumentDetectionMode

Hash

public virtual nuint Hash { get; }

Property Value

nuint

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

SBSDKCheckScannerConfiguration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string