Table of Contents

Class SBSDKMRZScannerResult

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

Constructors

SBSDKMRZScannerResult(NSObjectFlag)

protected SBSDKMRZScannerResult(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKMRZScannerResult(NativeHandle)

protected SBSDKMRZScannerResult(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKMRZScannerResult(bool, string, SBSDKGenericDocument?)

public SBSDKMRZScannerResult(bool success, string rawMRZ, SBSDKGenericDocument? document)

Parameters

success bool
rawMRZ string
document SBSDKGenericDocument

SBSDKMRZScannerResult(string, SBSDKGenericDocument?)

public SBSDKMRZScannerResult(string rawMRZ, SBSDKGenericDocument? document)

Parameters

rawMRZ string
document SBSDKGenericDocument

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Document

public virtual SBSDKGenericDocument? Document { get; }

Property Value

SBSDKGenericDocument

Hash

public virtual nuint Hash { get; }

Property Value

nuint

RawMRZ

public virtual string RawMRZ { get; }

Property Value

string

Success

public virtual bool Success { get; }

Property Value

bool

Methods

Close()

public virtual void Close()

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKMRZScannerResult? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKMRZScannerResult

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