Table of Contents

Interface IGenericDocumentRecognizer

Namespace
IO.Scanbot.Sdk.Genericdocument
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/genericdocument/GenericDocumentRecognizer", "", "IO.Scanbot.Sdk.Genericdocument.IGenericDocumentRecognizerInvoker")]
public interface IGenericDocumentRecognizer : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

AcceptedDocumentTypes

IList<RootDocumentType> AcceptedDocumentTypes { get; set; }

Property Value

IList<RootDocumentType>

AcceptedSharpnessScore

float AcceptedSharpnessScore { get; set; }

Property Value

float

AcceptedTypes

[Register("ACCEPTED_TYPES")]
public static IList AcceptedTypes { get; }

Property Value

IList

ExcludedFieldTypes

ICollection<string> ExcludedFieldTypes { get; set; }

Property Value

ICollection<string>

Methods

Clear()

[Register("clear", "()V", "GetClearHandler:IO.Scanbot.Sdk.Genericdocument.IGenericDocumentRecognizerInvoker, DocumentSDK.NET.Droid")]
void Clear()

ScanBitmap(Bitmap, bool, int)

[Register("scanBitmap", "(Landroid/graphics/Bitmap;ZI)Lio/scanbot/sdk/genericdocument/GenericDocumentRecognitionResult;", "GetScanBitmap_Landroid_graphics_Bitmap_ZIHandler:IO.Scanbot.Sdk.Genericdocument.IGenericDocumentRecognizerInvoker, DocumentSDK.NET.Droid")]
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;", "GetScanJpeg_arrayBZIHandler:IO.Scanbot.Sdk.Genericdocument.IGenericDocumentRecognizerInvoker, DocumentSDK.NET.Droid")]
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;", "GetScanNv21_arrayBIIILandroid_graphics_Rect_ZHandler:IO.Scanbot.Sdk.Genericdocument.IGenericDocumentRecognizerInvoker, DocumentSDK.NET.Droid")]
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