Table of Contents

Class DocumentQualityAnalyzerConfiguration

Namespace
IO.Scanbot.Sdk.Documentqualityanalyzer
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration", DoNotGenerateAcw = true)]
public sealed class DocumentQualityAnalyzerConfiguration : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
DocumentQualityAnalyzerConfiguration
Implements
Inherited Members

Constructors

DocumentQualityAnalyzerConfiguration()

[Register(".ctor", "()V", "")]
public DocumentQualityAnalyzerConfiguration()

DocumentQualityAnalyzerConfiguration(JSONObject)

[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public DocumentQualityAnalyzerConfiguration(JSONObject json)

Parameters

json JSONObject

DocumentQualityAnalyzerConfiguration(IDictionary<string, Object>)

[Register(".ctor", "(Ljava/util/Map;)V", "")]
public DocumentQualityAnalyzerConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

DocumentQualityAnalyzerConfiguration(string, double, double, IList<DocumentQualityThreshold>, IList<DocumentQuality>, IList<Double>, double, int, int, ProcessByTileConfiguration, double, bool, DocumentQualityAnalyzerCompatibilityModeConfiguration)

[Register(".ctor", "(Ljava/lang/String;DDLjava/util/List;Ljava/util/List;Ljava/util/List;DIILio/scanbot/sdk/documentqualityanalyzer/ProcessByTileConfiguration;DZLio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerCompatibilityModeConfiguration;)V", "")]
public DocumentQualityAnalyzerConfiguration(string qualityAnalysisModel, double qualityAcceptableUncertainThreshold, double qualityUnacceptableUncertainThreshold, IList<DocumentQualityThreshold> qualityLevelThresholds, IList<DocumentQuality> qualityLevelIndices, IList<Double> inputScales, double inputScaleThresholdToProcessEntireImage, int maxImageSize, int minEstimatedNumberOfSymbolsForDocument, ProcessByTileConfiguration processByTileConfiguration, double minRequiredOrientationConfidence, bool returnQualityHeatmap, DocumentQualityAnalyzerCompatibilityModeConfiguration compatibilityMode)

Parameters

qualityAnalysisModel string
qualityAcceptableUncertainThreshold double
qualityUnacceptableUncertainThreshold double
qualityLevelThresholds IList<DocumentQualityThreshold>
qualityLevelIndices IList<DocumentQuality>
inputScales IList<Double>
inputScaleThresholdToProcessEntireImage double
maxImageSize int
minEstimatedNumberOfSymbolsForDocument int
processByTileConfiguration ProcessByTileConfiguration
minRequiredOrientationConfidence double
returnQualityHeatmap bool
compatibilityMode DocumentQualityAnalyzerCompatibilityModeConfiguration

Properties

CompatibilityMode

public DocumentQualityAnalyzerCompatibilityModeConfiguration CompatibilityMode { get; set; }

Property Value

DocumentQualityAnalyzerCompatibilityModeConfiguration

Creator

[Register("CREATOR")]
public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

InputScaleThresholdToProcessEntireImage

public double InputScaleThresholdToProcessEntireImage { get; set; }

Property Value

double

InputScales

public IList<Double> InputScales { get; set; }

Property Value

IList<Double>

MaxImageSize

public int MaxImageSize { get; set; }

Property Value

int

MinEstimatedNumberOfSymbolsForDocument

public int MinEstimatedNumberOfSymbolsForDocument { get; set; }

Property Value

int

MinRequiredOrientationConfidence

public double MinRequiredOrientationConfidence { get; set; }

Property Value

double

ProcessByTileConfiguration

public ProcessByTileConfiguration ProcessByTileConfiguration { get; set; }

Property Value

ProcessByTileConfiguration

QualityAcceptableUncertainThreshold

public double QualityAcceptableUncertainThreshold { get; set; }

Property Value

double

QualityAnalysisModel

public string QualityAnalysisModel { get; set; }

Property Value

string

QualityLevelIndices

public IList<DocumentQuality> QualityLevelIndices { get; set; }

Property Value

IList<DocumentQuality>

QualityLevelThresholds

public IList<DocumentQualityThreshold> QualityLevelThresholds { get; set; }

Property Value

IList<DocumentQualityThreshold>

QualityUnacceptableUncertainThreshold

public double QualityUnacceptableUncertainThreshold { get; set; }

Property Value

double

ReturnQualityHeatmap

public bool ReturnQualityHeatmap { get; set; }

Property Value

bool

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component10()

[Register("component10", "()Lio/scanbot/sdk/documentqualityanalyzer/ProcessByTileConfiguration;", "")]
public ProcessByTileConfiguration Component10()

Returns

ProcessByTileConfiguration

Component11()

[Register("component11", "()D", "")]
public double Component11()

Returns

double

Component12()

[Register("component12", "()Z", "")]
public bool Component12()

Returns

bool

Component13()

[Register("component13", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerCompatibilityModeConfiguration;", "")]
public DocumentQualityAnalyzerCompatibilityModeConfiguration Component13()

Returns

DocumentQualityAnalyzerCompatibilityModeConfiguration

Component2()

[Register("component2", "()D", "")]
public double Component2()

Returns

double

Component3()

[Register("component3", "()D", "")]
public double Component3()

Returns

double

Component4()

[Register("component4", "()Ljava/util/List;", "")]
public IList<DocumentQualityThreshold> Component4()

Returns

IList<DocumentQualityThreshold>

Component5()

[Register("component5", "()Ljava/util/List;", "")]
public IList<DocumentQuality> Component5()

Returns

IList<DocumentQuality>

Component6()

[Register("component6", "()Ljava/util/List;", "")]
public IList<Double> Component6()

Returns

IList<Double>

Component7()

[Register("component7", "()D", "")]
public double Component7()

Returns

double

Component8()

[Register("component8", "()I", "")]
public int Component8()

Returns

int

Component9()

[Register("component9", "()I", "")]
public int Component9()

Returns

int

Copy(string, double, double, IList<DocumentQualityThreshold>, IList<DocumentQuality>, IList<Double>, double, int, int, ProcessByTileConfiguration, double, bool, DocumentQualityAnalyzerCompatibilityModeConfiguration)

[Register("copy", "(Ljava/lang/String;DDLjava/util/List;Ljava/util/List;Ljava/util/List;DIILio/scanbot/sdk/documentqualityanalyzer/ProcessByTileConfiguration;DZLio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerCompatibilityModeConfiguration;)Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;", "")]
public DocumentQualityAnalyzerConfiguration Copy(string qualityAnalysisModel, double qualityAcceptableUncertainThreshold, double qualityUnacceptableUncertainThreshold, IList<DocumentQualityThreshold> qualityLevelThresholds, IList<DocumentQuality> qualityLevelIndices, IList<Double> inputScales, double inputScaleThresholdToProcessEntireImage, int maxImageSize, int minEstimatedNumberOfSymbolsForDocument, ProcessByTileConfiguration processByTileConfiguration, double minRequiredOrientationConfidence, bool returnQualityHeatmap, DocumentQualityAnalyzerCompatibilityModeConfiguration compatibilityMode)

Parameters

qualityAnalysisModel string
qualityAcceptableUncertainThreshold double
qualityUnacceptableUncertainThreshold double
qualityLevelThresholds IList<DocumentQualityThreshold>
qualityLevelIndices IList<DocumentQuality>
inputScales IList<Double>
inputScaleThresholdToProcessEntireImage double
maxImageSize int
minEstimatedNumberOfSymbolsForDocument int
processByTileConfiguration ProcessByTileConfiguration
minRequiredOrientationConfidence double
returnQualityHeatmap bool
compatibilityMode DocumentQualityAnalyzerCompatibilityModeConfiguration

Returns

DocumentQualityAnalyzerConfiguration

Default()

[Register("default", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;", "")]
public static DocumentQualityAnalyzerConfiguration Default()

Returns

DocumentQualityAnalyzerConfiguration

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "")]
public int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

<p>Describe the kinds of special objects contained in this Parcelable

instance's marshaled representation. For example, if the object will include a file descriptor in the output of #writeToParcel(Parcel, int), the return value of this method must include the #CONTENTS_FILE_DESCRIPTOR bit.

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ToJson(ToJsonConfiguration)

[Register("toJson", "(Lio/scanbot/sdk/common/ToJsonConfiguration;)Lorg/json/JSONObject;", "")]
public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel dest, ParcelableWriteFlags flags)

Parameters

dest Parcel

The Parcel in which the object should be written.

flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Flatten this object in to a Parcel.

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.