Table of Contents

Class SBSDKDocumentScannerParameters

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

Constructors

SBSDKDocumentScannerParameters()

public SBSDKDocumentScannerParameters()

SBSDKDocumentScannerParameters(NSObjectFlag)

protected SBSDKDocumentScannerParameters(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKDocumentScannerParameters(NativeHandle)

protected SBSDKDocumentScannerParameters(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKDocumentScannerParameters(nint, nint, nint, nint, SBSDKAspectRatio[], bool)

public SBSDKDocumentScannerParameters(nint acceptedAngleScore, nint acceptedSizeScore, nint acceptedBrightnessThreshold, nint acceptedAspectRatioScore, SBSDKAspectRatio[] aspectRatios, bool ignoreOrientationMismatch)

Parameters

acceptedAngleScore nint
acceptedSizeScore nint
acceptedBrightnessThreshold nint
acceptedAspectRatioScore nint
aspectRatios SBSDKAspectRatio[]
ignoreOrientationMismatch bool

Properties

AcceptedAngleScore

public virtual nint AcceptedAngleScore { get; set; }

Property Value

nint

AcceptedAspectRatioScore

public virtual nint AcceptedAspectRatioScore { get; set; }

Property Value

nint

AcceptedBrightnessThreshold

public virtual nint AcceptedBrightnessThreshold { get; set; }

Property Value

nint

AcceptedSizeScore

public virtual nint AcceptedSizeScore { get; set; }

Property Value

nint

AspectRatios

public virtual SBSDKAspectRatio[] AspectRatios { get; set; }

Property Value

SBSDKAspectRatio[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

IgnoreOrientationMismatch

public virtual bool IgnoreOrientationMismatch { get; set; }

Property Value

bool

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKDocumentScannerParameters? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKDocumentScannerParameters

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