Table of Contents

Interface IDocumentQualityAnalyzer

Namespace
IO.Scanbot.Sdk.Process
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/process/DocumentQualityAnalyzer", "", "IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker")]
public interface IDocumentQualityAnalyzer : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

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

[Register("analyze", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "GetAnalyze_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQuality Analyze(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

DocumentQuality

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

[Register("analyzeInBGR", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "GetAnalyzeInBGR_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQuality AnalyzeInBGR(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

DocumentQuality

AnalyzeInBitmap(Bitmap, int)

[Register("analyzeInBitmap", "(Landroid/graphics/Bitmap;I)Lio/scanbot/sdk/process/model/DocumentQuality;", "GetAnalyzeInBitmap_Landroid_graphics_Bitmap_IHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQuality AnalyzeInBitmap(Bitmap bitmap, int orientation)

Parameters

bitmap Bitmap
orientation int

Returns

DocumentQuality

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

[Register("analyzeInJPEG", "([BIII)Lio/scanbot/sdk/process/model/DocumentQuality;", "GetAnalyzeInJPEG_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQuality AnalyzeInJPEG(byte[] jpeg, int width, int height, int orientation)

Parameters

jpeg byte[]
width int
height int
orientation int

Returns

DocumentQuality

SetAnalyzerImageSizeLimit(int)

[Register("setAnalyzerImageSizeLimit", "(I)V", "GetSetAnalyzerImageSizeLimit_IHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
void SetAnalyzerImageSizeLimit(int sizeLimit)

Parameters

sizeLimit int

SetMinEstimatedNumberOfSymbolsForNoDocument(int)

[Register("setMinEstimatedNumberOfSymbolsForNoDocument", "(I)V", "GetSetMinEstimatedNumberOfSymbolsForNoDocument_IHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
void SetMinEstimatedNumberOfSymbolsForNoDocument(int numberOfSymbols)

Parameters

numberOfSymbols int