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
jsonJSONObject
DocumentQualityAnalyzerConfiguration(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public DocumentQualityAnalyzerConfiguration(IDictionary<string, Object> source)
Parameters
sourceIDictionary<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
qualityAnalysisModelstringqualityAcceptableUncertainThresholddoublequalityUnacceptableUncertainThresholddoublequalityLevelThresholdsIList<DocumentQualityThreshold>qualityLevelIndicesIList<DocumentQuality>inputScalesIList<Double>inputScaleThresholdToProcessEntireImagedoublemaxImageSizeintminEstimatedNumberOfSymbolsForDocumentintprocessByTileConfigurationProcessByTileConfigurationminRequiredOrientationConfidencedoublereturnQualityHeatmapboolcompatibilityModeDocumentQualityAnalyzerCompatibilityModeConfiguration
Properties
CompatibilityMode
public DocumentQualityAnalyzerCompatibilityModeConfiguration CompatibilityMode { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
InputScaleThresholdToProcessEntireImage
public double InputScaleThresholdToProcessEntireImage { get; set; }
Property Value
InputScales
public IList<Double> InputScales { get; set; }
Property Value
MaxImageSize
public int MaxImageSize { get; set; }
Property Value
MinEstimatedNumberOfSymbolsForDocument
public int MinEstimatedNumberOfSymbolsForDocument { get; set; }
Property Value
MinRequiredOrientationConfidence
public double MinRequiredOrientationConfidence { get; set; }
Property Value
ProcessByTileConfiguration
public ProcessByTileConfiguration ProcessByTileConfiguration { get; set; }
Property Value
QualityAcceptableUncertainThreshold
public double QualityAcceptableUncertainThreshold { get; set; }
Property Value
QualityAnalysisModel
public string QualityAnalysisModel { get; set; }
Property Value
QualityLevelIndices
public IList<DocumentQuality> QualityLevelIndices { get; set; }
Property Value
QualityLevelThresholds
public IList<DocumentQualityThreshold> QualityLevelThresholds { get; set; }
Property Value
QualityUnacceptableUncertainThreshold
public double QualityUnacceptableUncertainThreshold { get; set; }
Property Value
ReturnQualityHeatmap
public bool ReturnQualityHeatmap { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
Component10()
[Register("component10", "()Lio/scanbot/sdk/documentqualityanalyzer/ProcessByTileConfiguration;", "")]
public ProcessByTileConfiguration Component10()
Returns
Component11()
[Register("component11", "()D", "")]
public double Component11()
Returns
Component12()
[Register("component12", "()Z", "")]
public bool Component12()
Returns
Component13()
[Register("component13", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerCompatibilityModeConfiguration;", "")]
public DocumentQualityAnalyzerCompatibilityModeConfiguration Component13()
Returns
Component2()
[Register("component2", "()D", "")]
public double Component2()
Returns
Component3()
[Register("component3", "()D", "")]
public double Component3()
Returns
Component4()
[Register("component4", "()Ljava/util/List;", "")]
public IList<DocumentQualityThreshold> Component4()
Returns
Component5()
[Register("component5", "()Ljava/util/List;", "")]
public IList<DocumentQuality> Component5()
Returns
Component6()
[Register("component6", "()Ljava/util/List;", "")]
public IList<Double> Component6()
Returns
Component7()
[Register("component7", "()D", "")]
public double Component7()
Returns
Component8()
[Register("component8", "()I", "")]
public int Component8()
Returns
Component9()
[Register("component9", "()I", "")]
public int Component9()
Returns
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
qualityAnalysisModelstringqualityAcceptableUncertainThresholddoublequalityUnacceptableUncertainThresholddoublequalityLevelThresholdsIList<DocumentQualityThreshold>qualityLevelIndicesIList<DocumentQuality>inputScalesIList<Double>inputScaleThresholdToProcessEntireImagedoublemaxImageSizeintminEstimatedNumberOfSymbolsForDocumentintprocessByTileConfigurationProcessByTileConfigurationminRequiredOrientationConfidencedoublereturnQualityHeatmapboolcompatibilityModeDocumentQualityAnalyzerCompatibilityModeConfiguration
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;", "")]
public static DocumentQualityAnalyzerConfiguration Default()
Returns
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.
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
ToJson(ToJsonConfiguration)
[Register("toJson", "(Lio/scanbot/sdk/common/ToJsonConfiguration;)Lorg/json/JSONObject;", "")]
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
configToJsonConfiguration
Returns
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
destParcelThe Parcel in which the object should be written.
flagsParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE.
Remarks
Flatten this object in to a Parcel.
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the