Table of Contents

Class SBSDKMedicalCertificateCheckBox

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

Constructors

SBSDKMedicalCertificateCheckBox(NSObjectFlag)

protected SBSDKMedicalCertificateCheckBox(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKMedicalCertificateCheckBox(NSValue[])

public SBSDKMedicalCertificateCheckBox(NSValue[] quad)

Parameters

quad NSValue[]

SBSDKMedicalCertificateCheckBox(NativeHandle)

protected SBSDKMedicalCertificateCheckBox(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKMedicalCertificateCheckBox(SBSDKMedicalCertificateCheckBoxType, bool, double, NSValue[])

public SBSDKMedicalCertificateCheckBox(SBSDKMedicalCertificateCheckBoxType type, bool @checked, double checkedConfidence, NSValue[] quad)

Parameters

type SBSDKMedicalCertificateCheckBoxType
checked bool
checkedConfidence double
quad NSValue[]

Properties

Checked

public virtual bool Checked { get; }

Property Value

bool

CheckedConfidence

public virtual double CheckedConfidence { get; }

Property Value

double

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Quad

public virtual NSValue[] Quad { get; }

Property Value

NSValue[]

Type

public virtual SBSDKMedicalCertificateCheckBoxType Type { get; }

Property Value

SBSDKMedicalCertificateCheckBoxType

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKMedicalCertificateCheckBox? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKMedicalCertificateCheckBox

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