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 float A { get; set; }

Property Value

float

AcceptedDocumentTypes

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

Property Value

IList<RootDocumentType>

AcceptedSharpnessScore

public float AcceptedSharpnessScore { get; set; }

Property Value

float

B

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

Property Value

IList

C

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

Property Value

ICollection

ExcludedFieldTypes

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

Property Value

ICollection<string>

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