Table of Contents

Class StubGenericDocumentRecognizer

Namespace
IO.Scanbot.Sdk.Genericdocument
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/genericdocument/StubGenericDocumentRecognizer", DoNotGenerateAcw = true)]
public sealed class StubGenericDocumentRecognizer : Object, IGenericDocumentRecognizer, IJavaObject, IJavaPeerable, IDisposable
Inheritance
StubGenericDocumentRecognizer
Implements
Inherited Members

Constructors

StubGenericDocumentRecognizer()

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

Properties

A

[Register("a")]
public IList A { get; set; }

Property Value

IList

AcceptedDocumentTypes

public IList<RootDocumentType> AcceptedDocumentTypes { get; set; }

Property Value

IList<RootDocumentType>

B

[Register("b")]
public ICollection B { get; set; }

Property Value

ICollection

C

[Register("c")]
public ResultAccumulationConfig C { get; set; }

Property Value

ResultAccumulationConfig

ExcludedFieldTypes

public ICollection<string> ExcludedFieldTypes { get; set; }

Property Value

ICollection<string>

ResultAccumulationConfig

public ResultAccumulationConfig ResultAccumulationConfig { get; set; }

Property Value

ResultAccumulationConfig

Methods

Clear()

[Register("clear", "()V", "")]
public void Clear()

ScanBitmap(Bitmap, bool, int)

[Register("scanBitmap", "(Landroid/graphics/Bitmap;ZI)Lio/scanbot/sdk/genericdocument/GenericDocumentRecognitionResult;", "")]
public GenericDocumentRecognitionResult ScanBitmap(Bitmap bitmap, bool shouldRecognize, int orientation)

Parameters

bitmap Bitmap
shouldRecognize bool
orientation int

Returns

GenericDocumentRecognitionResult

ScanJpeg(byte[], bool, int)

[Register("scanJpeg", "([BZI)Lio/scanbot/sdk/genericdocument/GenericDocumentRecognitionResult;", "")]
public GenericDocumentRecognitionResult ScanJpeg(byte[] jpeg, bool shouldRecognize, int orientation)

Parameters

jpeg byte[]
shouldRecognize bool
orientation int

Returns

GenericDocumentRecognitionResult

ScanNv21(byte[], int, int, int, Rect, bool)

[Register("scanNv21", "([BIIILandroid/graphics/Rect;Z)Lio/scanbot/sdk/genericdocument/GenericDocumentRecognitionResult;", "")]
public GenericDocumentRecognitionResult ScanNv21(byte[] nv21, int width, int height, int orientation, Rect finderRect, bool shouldRecognize)

Parameters

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

Returns

GenericDocumentRecognitionResult