Class DefaultLicensePlateScanner
- Namespace
- IO.Scanbot.Sdk.Licenseplate
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/licenseplate/DefaultLicensePlateScanner", DoNotGenerateAcw = true)]
public sealed class DefaultLicensePlateScanner : Object, ILicensePlateScanner, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DefaultLicensePlateScanner
- Implements
-
- Inherited Members
-
Constructors
DefaultLicensePlateScanner(BlobManager)
[Register(".ctor", "(Lio/scanbot/sdk/blob/BlobManager;)V", "")]
public DefaultLicensePlateScanner(BlobManager blobManager)
Parameters
blobManager
BlobManager
Properties
A
[Register("a")]
public NativeLicensePlateScanner A { get; set; }
Property Value
- NativeLicensePlateScanner
B
[Register("b")]
public int B { get; set; }
Property Value
- int
C
[Register("c")]
public int C { get; set; }
Property Value
- int
D
[Register("d")]
public bool D { get; set; }
Property Value
- bool
E
[Register("e")]
public LicensePlateScanStrategy E { get; set; }
Property Value
- LicensePlateScanStrategy
MaximumNumberOfAccumulatedFrames
public int MaximumNumberOfAccumulatedFrames { get; set; }
Property Value
- int
MinimumNumberOfRequiredFramesWithEqualScanResult
public int MinimumNumberOfRequiredFramesWithEqualScanResult { get; set; }
Property Value
- int
ScanStrategy
public LicensePlateScanStrategy ScanStrategy { get; set; }
Property Value
- LicensePlateScanStrategy
ShouldProvideCroppedImage
public bool ShouldProvideCroppedImage { get; set; }
Property Value
- bool
Methods
CleanRecognitionQueue()
[Register("cleanRecognitionQueue", "()V", "")]
public void CleanRecognitionQueue()
ScanNv21(byte[], int, int, int, Rect)
[Register("scanNv21", "([BIIILandroid/graphics/Rect;)Lio/scanbot/sdk/licenseplate/LicensePlateScanResult;", "")]
public LicensePlateScanResult ScanNv21(byte[] nv21, int width, int height, int orientation, Rect finderRect)
Parameters
nv21
byte[]
width
int
height
int
orientation
int
finderRect
Rect
Returns
- LicensePlateScanResult