| Interface and Description |
|---|
| net.doo.snap.camera.barcode.ScanbotBarcodeDetector |
| Class and Description |
|---|
| net.doo.snap.camera.BarcodeDetectorFrameHandler |
| net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector |
| net.doo.snap.ScanbotSDK
please use
ScanbotSDK
Provider for Scanbot SDK features.
Typical use case is to create this object in
Note that each instance stores reference to given context, so it should not be cached statically.
All necessary caching is already done by Some insight - Scanbot uses Dependency Injection internally, but we do not want to expose it to users of the library to ensure that changes in DI implementation won't affect users of the library. |
| net.doo.snap.ScanbotSDKInitializer
please use
ScanbotSDKInitializer
Initializes Scanbot SDK library. Use it to set up desired components and then call |
| net.doo.snap.camera.barcode.ZXingBarcodeDetector |
| Constructor and Description |
|---|
| net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame(DetectionResult, List<PointF>, int, int, int)
please use
DetectedFrame#DetectedFrame(DetectionResult, List, int, int, int, double) |