Table of Contents

Class CheckRecognizer

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

Constructors

CheckRecognizer()

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

Methods

Ctor()

public override long Ctor()

Returns

long

Dtor(long)

public override void Dtor(long nativeImplPtr)

Parameters

nativeImplPtr long

RecognizeCheck(byte[], int, int, int)

[Register("recognizeCheck", "([BIII)Lio/scanbot/check/model/Result;", "")]
public Result RecognizeCheck(byte[] nv21, int width, int height, int orientation)

Parameters

nv21 byte[]
width int
height int
orientation int

Returns

Result

RecognizeCheckBGR(byte[], int, int, int)

[Register("recognizeCheckBGR", "([BIII)Lio/scanbot/check/model/Result;", "")]
public Result RecognizeCheckBGR(byte[] bgr, int width, int height, int orientation)

Parameters

bgr byte[]
width int
height int
orientation int

Returns

Result

RecognizeCheckBitmap(Bitmap, int)

[Register("recognizeCheckBitmap", "(Landroid/graphics/Bitmap;I)Lio/scanbot/check/model/Result;", "")]
public Result RecognizeCheckBitmap(Bitmap image, int orientation)

Parameters

image Bitmap
orientation int

Returns

Result

RecognizeCheckJPEG(byte[], int)

[Register("recognizeCheckJPEG", "([BI)Lio/scanbot/check/model/Result;", "")]
public Result RecognizeCheckJPEG(byte[] jpgImage, int orientation)

Parameters

jpgImage byte[]
orientation int

Returns

Result

RecognizeCheckWithFinderOverlay(byte[], int, int, int, Rect)

[Register("recognizeCheckWithFinderOverlay", "([BIIILandroid/graphics/Rect;)Lio/scanbot/check/model/Result;", "")]
public Result RecognizeCheckWithFinderOverlay(byte[] nv21, int width, int height, int orientation, Rect finderRect)

Parameters

nv21 byte[]
width int
height int
orientation int
finderRect Rect

Returns

Result