- decodeFormattedData(barcodeItem) - Method in interface io.scanbot.sdk.barcode.entity.FormattedBarcodeDataMapper
-
Decodes additional fields from barcode item
- DEFAULT_GS1_DECODING_ENABLED - Static variable in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
-
- DEFAULT_MAX_TEXT_LENGTH - Static variable in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
-
- DEFAULT_MIN_1D_QUIET_ZONE_SIZE - Static variable in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
-
- DEFAULT_MIN_TEXT_LENGTH - Static variable in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
-
- DefaultScanbotBarcodeDetector - Class in io.scanbot.sdk.barcode
-
Manages barcode detection operations and detector initialization
- DefaultScanbotBarcodeDetector() - Constructor for class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Manages barcode detection operations and detector initialization
- describeContents() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
-
- detectFromBitmap(bitmap, frameOrientation) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Detect barcodes on the bitmap.
- detectFromBitmap(bitmap, frameOrientation) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Detect barcodes on the bitmap.
- detectFromBitmap(bitmap, frameOrientation) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Detect barcodes on the bitmap.
- detectFromJpeg(jpeg, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Detect barcodes on the jpeg image.
- detectFromJpeg(jpeg, width, height, frameOrientation) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Detect barcodes on the jpeg image.
- detectFromJpeg(jpeg, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Detect barcodes on the jpeg image.
- detectFromNv21(nv21, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Detect barcodes on the nv21 frame.
- detectFromNv21(nv21, width, height, frameOrientation, finderRect) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Decode the nv21 within the viewfinder rectangle, and time how long it took.
- detectFromNv21(nv21, width, height, frameOrientation) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Detect barcodes on the nv21 frame.
- detectFromNv21(nv21, width, height, frameOrientation, finderRect) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Decode the nv21 within the viewfinder rectangle, and time how long it took.
- detectFromNv21(nv21, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Detect barcodes on the nv21 frame.
- detectFromNv21(nv21, width, height, frameOrientation, finderRect) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Decode the nv21 within the viewfinder rectangle, and time how long it took.
- detectFromRgba(img, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Detect barcodes on the RGBA image.
- detectFromRgba(img, width, height, frameOrientation) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Detect barcodes on the RGBA image.
- detectFromRgba(img, width, height, frameOrientation) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Detect barcodes on the RGBA image.
- distance(pattern1, pattern2) - Method in class io.scanbot.sdk.barcode.entity.ResultPoint.Companion
-
- distance(aX, aY, bX, bY) - Method in class io.scanbot.sdk.barcode.entity.ResultPoint.Companion
-
- distance(pattern1, pattern2) - Static method in class io.scanbot.sdk.barcode.entity.ResultPoint
-
- distance(aX, aY, bX, bY) - Static method in class io.scanbot.sdk.barcode.entity.ResultPoint
-
- ScanbotBarcodeDetector - Interface in io.scanbot.sdk.barcode
-
Detects bar codes and QR codes.
- setAcceptedDocumentFormats(acceptedDocumentFormats) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
- setAdditionalConfig(additionalConfig) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
Setter for additional config.
- setAutoSnappingCallback(callback) - Method in class io.scanbot.sdk.barcode.BarcodeAutoSnappingController
-
- setBarcodeFormats(barcodeFormats) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
- setCapturing(p) - Method in class io.scanbot.sdk.barcode.BarcodeAutoSnappingController
-
- setConfig(config) - Method in class io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
-
Apply configuration to tweak scanning logic.
- setConfig(config) - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
-
Apply configuration to tweak scanning logic.
- setConfig(config) - Method in class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
Apply configuration to tweak scanning logic.
- setDetectionInterval(detectionIntervalInMs) - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
-
Set barcode detection interval in milliseconds
- setDisableMlDetector(disableMlDetector) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
Allows to set detector type which suits needs best:
passing true disables BarcodeDetectorType.ML_BASED detection which targets more complex barcode types or tricky visibility conditions.
Can be used to detect just one QR code or PDF-417 which is clearly visible - such detection might work much faster.
- setEnabled(p) - Method in class io.scanbot.sdk.barcode.BarcodeAutoSnappingController
-
true if auto-snapping is enabled. false if auto-snapping is disabled.
- setEnabled(p) - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
-
- setGs1DecodingEnabled(enabled) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
-
When set to true, the scanner assumes that the barcode can be a GS1 barcode.
Turn it off, if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29).
The default is true.
NOTE: Currently works for CODE128 barcodes only!
- setHighSensitivityEnabled(highSensitivityEnabled) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
- setImage(p) - Method in class io.scanbot.sdk.barcode.entity.BarcodeItem
-
- setInterval(p) - Method in class io.scanbot.sdk.barcode.SuccessFrameDebouncer
-
- setLastCapture(p) - Method in class io.scanbot.sdk.barcode.BarcodeAutoSnappingController
-
- setMaximumTextLength(maximumTextLength) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
-
Maximum text length of the detected barcode. Setting to zero removes the limit.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setMinimum1DQuietZoneSize(minimum1DQuietZoneSize) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
-
Minimum required quiet zone on the barcode. Measured in modules (the size of a minimal bar on the barcode).
The default value is 10.
NOTE: Currently works for ITF barcodes only!
- setMinimumTextLength(minimumTextLength) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
-
Minimum required text length of the detected barcode.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setPreviewFrame(p) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
-
- setResultPoints(p) - Method in class io.scanbot.sdk.barcode.entity.BarcodeItem
-
- setSaveCameraPreviewFrame(saveCameraPreviewFrame) - Method in class io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
-
Sets whether detector should save a frame with successful detection result
- setSensitivity(sensitivity) - Method in class io.scanbot.sdk.barcode.BarcodeAutoSnappingController
-
Changes sensitivity of auto-snapping. That is: the more sensitive it is the faster it shoots.
- shouldSkip() - Method in class io.scanbot.sdk.barcode.SuccessFrameDebouncer
-
Returns if currently all the events should be skipped
- StubScanbotBarcodeDetector - Class in io.scanbot.sdk.barcode
-
- StubScanbotBarcodeDetector(sapManager) - Constructor for class io.scanbot.sdk.barcode.StubScanbotBarcodeDetector
-
- SuccessFrameDebouncer - Class in io.scanbot.sdk.barcode
-
Allows to keep track of the interval between successful events
- SuccessFrameDebouncer(interval) - Constructor for class io.scanbot.sdk.barcode.SuccessFrameDebouncer
-
Allows to keep track of the interval between successful events
- SuccessFrameDebouncer() - Constructor for class io.scanbot.sdk.barcode.SuccessFrameDebouncer
-
Allows to keep track of the interval between successful events