Table of Contents

Class ScanbotSdkDocumentQualityAnalyzer

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

Methods

CopyCurrentConfiguration()

[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;", "")]
public DocumentQualityAnalyzerConfiguration CopyCurrentConfiguration()

Returns

DocumentQualityAnalyzerConfiguration

Create(DocumentQualityAnalyzerConfiguration)

[Register("create", "(Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;)Lio/scanbot/common/Result;", "")]
public static IResult Create(DocumentQualityAnalyzerConfiguration configuration)

Parameters

configuration DocumentQualityAnalyzerConfiguration

Returns

IResult

DisposeNative()

[Register("disposeNative", "()V", "")]
public override void DisposeNative()

Init()

[Register("init", "()Lio/scanbot/common/Result;", "")]
public override IResult Init()

Returns

IResult

Run(ImageRef)

[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "")]
public IResult Run(ImageRef image)

Parameters

image ImageRef

Returns

IResult

SetConfiguration(DocumentQualityAnalyzerConfiguration)

[Register("setConfiguration", "(Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;)Lio/scanbot/common/Result;", "")]
public IResult SetConfiguration(DocumentQualityAnalyzerConfiguration configuration)

Parameters

configuration DocumentQualityAnalyzerConfiguration

Returns

IResult