Table of Contents

Class MedicalCertificateCheckBox

Namespace
IO.Scanbot.Sdk.MC
Assembly
DocumentSDK.NET.Droid.dll
public sealed class MedicalCertificateCheckBox : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
MedicalCertificateCheckBox
Implements

Constructors

MedicalCertificateCheckBox(MedicalCertificateCheckBoxType, bool, double, IList<PointF>)

public MedicalCertificateCheckBox(MedicalCertificateCheckBoxType type, bool @checked, double checkedConfidence, IList<PointF> quad)

Parameters

type MedicalCertificateCheckBoxType
checked bool
checkedConfidence double
quad IList<PointF>

MedicalCertificateCheckBox(JSONObject)

public MedicalCertificateCheckBox(JSONObject json)

Parameters

json JSONObject

MedicalCertificateCheckBox(IDictionary<string, Object>)

public MedicalCertificateCheckBox(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Checked

public bool Checked { get; }

Property Value

bool

CheckedConfidence

public double CheckedConfidence { get; }

Property Value

double

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Quad

public IList<PointF> Quad { get; }

Property Value

IList<PointF>

Type

public MedicalCertificateCheckBoxType Type { get; }

Property Value

MedicalCertificateCheckBoxType

Methods

Component1()

public MedicalCertificateCheckBoxType Component1()

Returns

MedicalCertificateCheckBoxType

Component2()

public bool Component2()

Returns

bool

Component3()

public double Component3()

Returns

double

Component4()

public IList<PointF> Component4()

Returns

IList<PointF>

Copy(MedicalCertificateCheckBoxType, bool, double, IList<PointF>)

public MedicalCertificateCheckBox Copy(MedicalCertificateCheckBoxType type, bool @checked, double checkedConfidence, IList<PointF> quad)

Parameters

type MedicalCertificateCheckBoxType
checked bool
checkedConfidence double
quad IList<PointF>

Returns

MedicalCertificateCheckBox

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags