Table of Contents

Class NativeDocumentQualityAnalyzer

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

Constructors

NativeDocumentQualityAnalyzer()

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

Properties

AnalyzerImageSizeLimit

public int AnalyzerImageSizeLimit { get; set; }

Property Value

int

MinEstimatedNumberOfSymbolsForNoDocument

public int MinEstimatedNumberOfSymbolsForNoDocument { get; set; }

Property Value

int

Methods

Analyze(byte[], int, int, int)

[Register("analyze", "([BIII)Lio/scanbot/sdk/process/model/DocumentQualityResult;", "")]
public DocumentQualityResult Analyze(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

DocumentQualityResult

AnalyzeInBGR(byte[], int, int, int)

[Register("analyzeInBGR", "([BIII)Lio/scanbot/sdk/process/model/DocumentQualityResult;", "")]
public DocumentQualityResult AnalyzeInBGR(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

DocumentQualityResult

AnalyzeInBitmap(Bitmap, int)

[Register("analyzeInBitmap", "(Landroid/graphics/Bitmap;I)Lio/scanbot/sdk/process/model/DocumentQualityResult;", "")]
public DocumentQualityResult AnalyzeInBitmap(Bitmap bitmap, int orientation)

Parameters

bitmap Bitmap
orientation int

Returns

DocumentQualityResult

AnalyzeInJPEG(byte[], int, int, int)

[Register("analyzeInJPEG", "([BIII)Lio/scanbot/sdk/process/model/DocumentQualityResult;", "")]
public DocumentQualityResult AnalyzeInJPEG(byte[] jpeg, int width, int height, int orientation)

Parameters

jpeg byte[]
width int
height int
orientation int

Returns

DocumentQualityResult

Ctor()

[Register("ctor", "()J", "")]
public override long Ctor()

Returns

long

Dtor(long)

[Register("dtor", "(J)V", "")]
public override void Dtor(long coreInstancePtr)

Parameters

coreInstancePtr long