Class DefaultGenericDocumentRecognizer
- Namespace
- IO.Scanbot.Sdk.Genericdocument
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/genericdocument/DefaultGenericDocumentRecognizer", DoNotGenerateAcw = true)]
public sealed class DefaultGenericDocumentRecognizer : Object, IGenericDocumentRecognizer, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DefaultGenericDocumentRecognizer
- Implements
-
- Inherited Members
-
Constructors
DefaultGenericDocumentRecognizer(BlobManager)
[Register(".ctor", "(Lio/scanbot/sdk/blob/BlobManager;)V", "")]
public DefaultGenericDocumentRecognizer(BlobManager blobManager)
Parameters
blobManager
BlobManager
Properties
A
[Register("a")]
public NativeGenericDocumentScanner A { get; set; }
Property Value
- NativeGenericDocumentScanner
AcceptedDocumentTypes
public IList<RootDocumentType> AcceptedDocumentTypes { get; set; }
Property Value
- IList<RootDocumentType>
AcceptedSharpnessScore
public float AcceptedSharpnessScore { get; set; }
Property Value
- float
B
[Register("b")]
public float B { get; set; }
Property Value
- float
C
[Register("c")]
public IList C { get; set; }
Property Value
- IList
D
[Register("d")]
public ICollection D { 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