Class DocumentQualityAnalyzerResult
- Namespace
- IO.Scanbot.Sdk.Process
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DocumentQualityAnalyzerResult : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable, IAutoCloseable
- Inheritance
-
DocumentQualityAnalyzerResult
- Implements
-
Constructors
DocumentQualityAnalyzerResult(JSONObject)
public DocumentQualityAnalyzerResult(JSONObject json)
Parameters
json
JSONObject
DocumentQualityAnalyzerResult(bool, DocumentQuality, Double, IList<Integer>, ImageRef)
public DocumentQualityAnalyzerResult(bool documentFound, DocumentQuality quality, Double orientation, IList<Integer> cumulativeQualityHistogram, ImageRef qualityHeatmap)
Parameters
documentFound
bool
quality
DocumentQuality
orientation
Double
cumulativeQualityHistogram
IList<Integer>
qualityHeatmap
ImageRef
DocumentQualityAnalyzerResult(IDictionary<string, Object>)
public DocumentQualityAnalyzerResult(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
CumulativeQualityHistogram
public IList<Integer> CumulativeQualityHistogram { get; }
Property Value
- IList<Integer>
DocumentFound
public bool DocumentFound { get; }
Property Value
- bool
Orientation
public Double Orientation { get; }
Property Value
- Double
Quality
public DocumentQuality Quality { get; }
Property Value
- DocumentQuality
QualityHeatmap
public ImageRef QualityHeatmap { get; }
Property Value
- ImageRef
Methods
Close()
Component1()
Returns
- bool
Component2()
public DocumentQuality Component2()
Returns
- DocumentQuality
Component3()
public Double Component3()
Returns
- Double
Component4()
public IList<Integer> Component4()
Returns
- IList<Integer>
Component5()
public ImageRef Component5()
Returns
- ImageRef
Copy(bool, DocumentQuality, Double, IList<Integer>, ImageRef)
public DocumentQualityAnalyzerResult Copy(bool documentFound, DocumentQuality quality, Double orientation, IList<Integer> cumulativeQualityHistogram, ImageRef qualityHeatmap)
Parameters
documentFound
bool
quality
DocumentQuality
orientation
Double
cumulativeQualityHistogram
IList<Integer>
qualityHeatmap
ImageRef
Returns
- DocumentQualityAnalyzerResult
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