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/DocumentQualityResult;", "GetAnalyze_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
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;", "GetAnalyzeInBGR_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
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;", "GetAnalyzeInBitmap_Landroid_graphics_Bitmap_IHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
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;", "GetAnalyzeInJPEG_arrayBIIIHandler:IO.Scanbot.Sdk.Process.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQualityResult AnalyzeInJPEG(byte[] jpeg, int width, int height, int orientation)
Parameters
jpeg
byte[]
width
int
height
int
orientation
int
Returns
- DocumentQualityResult
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