Table of Contents

Class DocumentQualityThreshold

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

Constructors

DocumentQualityThreshold(JSONObject)

public DocumentQualityThreshold(JSONObject json)

Parameters

json JSONObject

DocumentQualityThreshold(IDictionary<string, Object>)

public DocumentQualityThreshold(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

DocumentQualityThreshold(double, double)

public DocumentQualityThreshold(double symbolQuality, double symbolRatio)

Parameters

symbolQuality double
symbolRatio double

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

SymbolQuality

public double SymbolQuality { get; }

Property Value

double

SymbolRatio

public double SymbolRatio { get; }

Property Value

double

Methods

Component1()

public double Component1()

Returns

double

Component2()

public double Component2()

Returns

double

Copy(double, double)

public DocumentQualityThreshold Copy(double symbolQuality, double symbolRatio)

Parameters

symbolQuality double
symbolRatio double

Returns

DocumentQualityThreshold

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