B
- B4 - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize
B4 page size.
- B5 - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize
B5 page size.
- BACK - enum entry in io.scanbot.sdk.camera.CameraModule
Default back facing camera.
- BACK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonCameraModule
Back camera
- BACK - enum entry in io.scanbot.sdk.ui_v2.common.CameraModule
Use the default back camera.
- BACK_WIDEST - enum entry in io.scanbot.sdk.ui.configuration.json.JsonCameraModule
The back camera with the widest available lens. iOS only.
- BACK_WIDEST - enum entry in io.scanbot.sdk.ui_v2.common.CameraModule
Use the back camera with the widest available angle. iOS only.
- BACKGROUND_CLEAN - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType
Cleans up the background and tries to preserve photos within the image. Usecase: magazine pages, flyers.
- BackgroundStyle - class in io.scanbot.sdk.ui_v2.common
- Configuration of the background appearance for buttons and hints.
- BackgroundTaskScheduler - class in io.scanbot.sdk.ui.di
- Indicates that Scheduler is used for blocking operations
- BackgroundThreadFactory - class in io.scanbot.sdk.util.thread
- Implementation of ThreadFactory that allows to specify priority of threads.
- BadgedButton - class in io.scanbot.sdk.ui_v2.common
- Configuration of the button with a badge.
- BadgeStyle - class in io.scanbot.sdk.ui_v2.common
- Configuration of the badge.
- BALANCED - enum entry in io.scanbot.sdk.ui.configuration.json.JsonCapturePhotoQualityPrioritization
Balances capturing speed and image quality equally. This is the default value.
- BALANCED - enum entry in io.scanbot.sdk.ui_v2.common.camera.CapturePhotoQualityPrioritization
Balances capturing speed and image quality equally. This is the default value.
- BANKS_DATA - enum entry in io.scanbot.sdk.blob.BlobType
- BarButtonConfiguration - class in io.scanbot.sdk.ui_v2.common
- Configuration of the button located on a bar.
- BARCODE_BINARIZATION_MODEL - enum entry in io.scanbot.sdk.blob.BlobType
- BARCODE_SCANNING_MODEL - enum entry in io.scanbot.sdk.blob.BlobType
- BarcodeAction - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeAction.AddBarcode - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.ClearAll - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.CounterDown - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.CounterUp - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.DeleteBarcode - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.RegisterExpectedBarcode - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.SetCount - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.UpdateFormattedData - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.UpdateImage - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeAction.UpdateTimestamp - class in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction
- BarcodeArClicked - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeAutoSnappingController - class in io.scanbot.sdk.barcode
- Controls auto-snapping process by observing document scanning results from BarcodeScannerFrameHandler.
- BarcodeAutoSnappingController.AutoSnappingCallback - class in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
- Called right before auto-snapping routine takes picture.
- BarcodeCameraConfigurationHelper - class in io.scanbot.sdk.ui.view.barcode.configuration
- Encapsulates the logic of work with configuration for barcode camera view.
- BarcodeCameraView - class in io.scanbot.sdk.ui.view.barcode
- Represents camera view for barcode scanner.
- BarcodeCameraViewModel - class in io.scanbot.sdk.ui.view.barcode
- ViewModel for BarcodeCameraView.
- BarcodeCancelError - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeConfirmationDialog - class in io.scanbot.sdk.ui.view.barcode.dialog
- A confirmation dialog to allow user confirm the scanned barcode or decline it
- BarcodeConfirmationDialogConfiguration - class in io.scanbot.sdk.ui.view.barcode.dialog
- Provides the configuration for confirmation dialog for the barcode scanning process
- BarcodeConfirmationDialogInterface - class in io.scanbot.sdk.ui.view.barcode.dialog
- Dialog interface for Barcode Confirmation dialog
- BarcodeCounterFrameHandler - class in io.scanbot.sdk.barcode
- Performs barcode/QR code scanning on camera preview frames.
- BarcodeCounterFrameHandler.BarcodeCounterResultHandler - class in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
- Successor-class needed for cross-platform implementation.
- BarcodeCounterFrameHandler.ResultHandler - class in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
- Continuously notified about barcode/QR code scanning results.
- BarcodeDependencyCheck - class in io.scanbot.sdk.barcode_scanner.di
- BarcodeDialogFormat - class in io.scanbot.sdk.ui.view.barcode.dialog
- The barcode text format dialog.
- BarcodeDocumentFormat - class in io.scanbot.sdk.barcode
- Type of barcode document format used.
- BarcodeDocumentFormat.Companion - class in io.scanbot.sdk.barcode.BarcodeDocumentFormat
- BarcodeDocumentFormats - class in io.scanbot.sdk.barcode
- Barcode document formats.
- BarcodeDocumentFormats.Companion - class in io.scanbot.sdk.barcode.BarcodeDocumentFormats
- BarcodeDocumentLibrary - class in io.scanbot.sdk.barcode.entity
- Provides an ability to convert the GenericDocument object to a strongly typed successor of the GenericDocumentWrapper class.
- BarcodeDocumentParser - class in io.scanbot.sdk.barcode.document
- Allows to parse a raw string value (usually taken from the barcode) into a formatted document of the given types.
- barcodeDocumentParser() - function in io.scanbot.sdk.barcode_scanner.di.ScanbotBarcodeScannerSDKComponent
- BarcodeEanUpcNoExtensionsFilter - class in io.scanbot.sdk.barcode
- BarcodeElement - class in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking
- Internal class that declares barcode state on the view.
- BarcodeExtensionsFilter - class in io.scanbot.sdk.barcode
- Subclass of BarcodeFilter that only accepts barcodes with extensions.
- BarcodeFileStorage - class in io.scanbot.sdk.persistence
- File storage for Barcode images
- BarcodeFilter - class in io.scanbot.sdk.barcode
- Basic implementation of IBarcodeFilter that accepts all barcodes except for duplicates.
- BarcodeFormat - class in io.scanbot.sdk.barcode
- Enumerates barcode formats.
- BarcodeFormat.Companion - class in io.scanbot.sdk.barcode.BarcodeFormat
- BarcodeFormatAustraliaPostConfiguration - class in io.scanbot.sdk.barcode
- Australia Post barcode configuration.
- barcodeFormatAustraliaPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatAustraliaPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatAztecConfiguration - class in io.scanbot.sdk.barcode
- Aztec configuration.
- barcodeFormatAztecConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatAztecConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- BarcodeFormatCodabarConfiguration - class in io.scanbot.sdk.barcode
- Codabar barcode configuration.
- barcodeFormatCodabarConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCodabarConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCode11Configuration - class in io.scanbot.sdk.barcode
- Code 11 barcode configuration.
- barcodeFormatCode11Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCode11Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCode128Configuration - class in io.scanbot.sdk.barcode
- Code 128 barcode configuration.
- barcodeFormatCode128Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCode128Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCode2Of5Configuration - class in io.scanbot.sdk.barcode
- Configuration for all 2-of-5 barcode types (except Interleaved 2-of-5, which is handled by ItfConfig).
- barcodeFormatCode2Of5Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCode2Of5Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCode39Configuration - class in io.scanbot.sdk.barcode
- Code 39 barcode and derivatives configuration.
- barcodeFormatCode39Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCode39Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCode93Configuration - class in io.scanbot.sdk.barcode
- Code 93 barcode configuration.
- barcodeFormatCode93Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatCode93Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatCommonConfiguration - class in io.scanbot.sdk.barcode
- Convenience configuration for enabling the scanning of multiple barcode formats with a common configuration.
- barcodeFormatCommonConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatCommonFourStateConfiguration - class in io.scanbot.sdk.barcode
- Convenience configuration for enabling the scanning of multiple four-state barcode formats with a common configuration.
- barcodeFormatCommonFourStateConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatCommonOneDConfiguration - class in io.scanbot.sdk.barcode
- Convenience configuration for enabling the scanning of multiple linear (1D) barcode formats with a common configuration.
- barcodeFormatCommonOneDConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatCommonTwoDConfiguration - class in io.scanbot.sdk.barcode
- Convenience configuration for enabling the scanning of multiple 2D codes with a common configuration.
- barcodeFormatCommonTwoDConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatConfigurationBase - class in io.scanbot.sdk.barcode
- Base class for all barcode configurations.
- barcodeFormatDataBarConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatDataBarConfiguration - class in io.scanbot.sdk.barcode
- GS1 DataBar barcode configuration.
- barcodeFormatDataBarConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- barcodeFormatDataBarExpandedConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatDataBarExpandedConfiguration - class in io.scanbot.sdk.barcode
- GS1 DataBar Expanded barcode configuration.
- barcodeFormatDataBarExpandedConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- barcodeFormatDataBarLimitedConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatDataBarLimitedConfiguration - class in io.scanbot.sdk.barcode
- GS1 DataBar Limited barcode configuration.
- barcodeFormatDataBarLimitedConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- barcodeFormatDataMatrixConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatDataMatrixConfiguration - class in io.scanbot.sdk.barcode
- DataMatrix configuration.
- barcodeFormatDataMatrixConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- BarcodeFormatFourStateConfigurationBase - class in io.scanbot.sdk.barcode
- Base class for all four-state barcode configurations.
- barcodeFormatGs1CompositeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatGs1CompositeConfiguration - class in io.scanbot.sdk.barcode
- GS1 Composite configuration.
- barcodeFormatItfConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatItfConfiguration - class in io.scanbot.sdk.barcode
- ITF (Interleaved 2-of-5) barcode configuration.
- barcodeFormatItfConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- barcodeFormatJapanPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatJapanPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatJapanPostConfiguration - class in io.scanbot.sdk.barcode
- Japan Post barcode configuration.
- barcodeFormatMaxiCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatMaxiCodeConfiguration - class in io.scanbot.sdk.barcode
- MaxiCode configuration.
- barcodeFormatMaxiCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- barcodeFormatMicroPdf417Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatMicroPdf417Configuration - class in io.scanbot.sdk.barcode
- MicroPDF417 configuration.
- barcodeFormatMicroPdf417Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- barcodeFormatMsiPlesseyConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatMsiPlesseyConfiguration - class in io.scanbot.sdk.barcode
- MSI Plessey barcode configuration.
- barcodeFormatMsiPlesseyConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatNamesKt - class in io.scanbot.sdk.ui_v2.barcode.common.mappers
- BarcodeFormatOneDConfigurationBase - class in io.scanbot.sdk.barcode
- Base class for all linear (1D) barcode configurations.
- barcodeFormatPdf417Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatPdf417Configuration - class in io.scanbot.sdk.barcode
- PDF417 configuration.
- barcodeFormatPdf417Configuration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- barcodeFormatPharmaCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatPharmaCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatPharmaCodeConfiguration - class in io.scanbot.sdk.barcode
- PharmaCode barcode configuration.
- barcodeFormatPharmaCodeTwoTrackConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatPharmaCodeTwoTrackConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatPharmaCodeTwoTrackConfiguration - class in io.scanbot.sdk.barcode
- PHARMA_CODE_TWO_TRACK barcode configuration.
- barcodeFormatQrCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- BarcodeFormatQrCodeConfiguration - class in io.scanbot.sdk.barcode
- QR Code configuration.
- barcodeFormatQrCodeConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatTwoDConfigurationBase.Companion
- barcodeFormatRoyalMailConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatRoyalMailConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatRoyalMailConfiguration - class in io.scanbot.sdk.barcode
- Royal Mail barcode configuration.
- barcodeFormatRoyalTntPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatRoyalTntPostConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatRoyalTntPostConfiguration - class in io.scanbot.sdk.barcode
- Royal TNT Post barcode configuration.
- BarcodeFormats - class in io.scanbot.sdk.barcode
- Lists of barcode formats to decode.
- BarcodeFormats - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- BarcodeFormats - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
- BarcodeFormats.Companion - class in io.scanbot.sdk.barcode.BarcodeFormats
- BarcodeFormattedData - class in io.scanbot.sdk.ui.view.barcode.batch.entity
- Encapsulates the formatted data encoded in barcode
- BarcodeFormattedData - class in io.scanbot.sdk.ui_v2.barcode.common.model
- BarcodeFormatTwoDConfigurationBase - class in io.scanbot.sdk.barcode
- Base class for all 2D barcode configurations.
- barcodeFormatUpcEanConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatUpcEanConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase.Companion
- BarcodeFormatUpcEanConfiguration - class in io.scanbot.sdk.barcode
- UPC/EAN barcode configuration.
- barcodeFormatUspsIntelligentMailConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase.Companion
- barcodeFormatUspsIntelligentMailConfiguration() - function in io.scanbot.sdk.barcode.BarcodeFormatFourStateConfigurationBase.Companion
- BarcodeFormatUspsIntelligentMailConfiguration - class in io.scanbot.sdk.barcode
- USPS Intelligent Mail barcode configuration.
- BarcodeGradleDependencyException - class in io.scanbot.sdk.exceptions.barcode
- Thrown when there is no Barcode Scanner assets gradle dependency found which is required to run the Barcode scanner
- BarcodeImageGenerationType - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
- BarcodeInfoDialog(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode,io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.barcode.components.BarcodeInfoDialogKt
- BarcodeInfoDialogError(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.barcode.components.BarcodeInfoDialogKt
- BarcodeInfoDialogKt - class in io.scanbot.sdk.ui_v2.barcode.components
- BarcodeInfoDialogLoading(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping,io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode) - function in io.scanbot.sdk.ui_v2.barcode.components.BarcodeInfoDialogKt
- BarcodeInfoMapping - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the barcode data mapping.
- BarcodeItem - class in io.scanbot.sdk.barcode
- A single barcode found in the input image.
- BarcodeItemConfiguration - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the barcode info box displayed in the camera preview.
- BarcodeItemErrorState - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the mapper's error dialog.
- BarcodeItemInfoPosition - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Where to display the barcode info box in the camera preview.
- BarcodeItemInfoPosition.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemInfoPosition
- BarcodeItemKt - class in io.scanbot.sdk.barcode
- BarcodeItemKt - class in io.scanbot.sdk.ui_v2.barcode.common.mappers
- BarcodeItemMapper - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Barcode item mapper.
- BarcodeJsonExtensionsKt - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeListCell(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent,java.lang.Boolean,java.lang.Boolean,io.scanbot.sdk.ui_v2.common.ScanbotColor,io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.barcode.components.BarcodeListCellKt
- BarcodeListCellKt - class in io.scanbot.sdk.ui_v2.barcode.components
- BarcodeListItemCounter(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.ScanbotColor,io.scanbot.sdk.ui_v2.common.ScanbotColor,java.lang.Integer,java.lang.Integer,java.lang.String,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.barcode.components.BarcodeListCellKt
- BarcodeMappedData - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Format of the mapped barcode data.
- BarcodeMappedDataExtension - class in io.scanbot.sdk.ui_v2.barcode.common.mappers
- BarcodeMappedResult - class in io.scanbot.sdk.ui.view.barcode.batch.entity
- Represents a result of barcode mapping.
- BarcodeMappingErrorCallback - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Callback for barcode mapping error.
- BarcodeMappingResultCallback - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Callback for barcode mapping result.
- BarcodeNativeConfiguration - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Android native configuration for the scanner.
- BarcodeNativeConfigurationKt - class in io.scanbot.sdk.ui_v2.barcode.configuration
- BarcodeNavigationEvents - class in io.scanbot.sdk.ui.view.barcode
- Class that describe all navigation evens for barcode scanner rtu-ui
- BarcodeNavigationEvents.BarcodeScanned - class in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents
- BarcodeNavigationEvents.BarcodesSelected - class in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents
- BarcodeNavigationEvents.ShowConfirmationDialog - class in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents
- BarcodeNavigationEvents.SnappingTimeOut - class in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents
- BarcodeOverlayTextFormat - class in io.scanbot.sdk.barcode.ui
- Barcode scanner engine mode
- BarcodePolygonsStaticView - class in io.scanbot.sdk.barcode.ui
- Draws polygons reacting on FrameHandler result
- BarcodePolygonsStaticView.BarcodeAcceptanceDelegate - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Interface for a BarcodeItem to be marked as highlighted or not.
- BarcodePolygonsStaticView.BarcodeAppearanceDelegate - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Interface for a BarcodeItem to decide the appearance of the given barcode polygon
- BarcodePolygonsStaticView.BarcodeItemViewBinder - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Interface for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
- BarcodePolygonsStaticView.BarcodeItemViewFactory - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Factory interface for the view under the polygon
- BarcodePolygonsStaticView.BarcodeItemViewPositionHandler - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Interface for the correcting position a BarcodeItem view created by BarcodeItemViewFactory to a barcode polygon path
- BarcodePolygonsStaticView.BarcodePolygonStyle - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Class that declares appearance of polygon
- BarcodePolygonStyle - class in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking
- Class that declares appearance of polygon
- BarcodePolygonsView - class in io.scanbot.sdk.barcode.ui
- Draws polygons reacting on FrameHandler result
- BarcodePolygonsView.BarcodeAppearanceDelegate - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Interface for a BarcodeItem to decide the appearance of the given barcode polygon
- BarcodePolygonsView.BarcodeElement - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Internal class that declares barcode state on the view.
- BarcodePolygonsView.BarcodeHighlightDelegate - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Interface for a BarcodeItem to be marked as highlighted or not.
- BarcodePolygonsView.BarcodeItemViewBinder - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Interface for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
- BarcodePolygonsView.BarcodeItemViewFactory - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Factory interface for the view under the polygon
- BarcodePolygonsView.BarcodeItemViewPositionHandler - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Interface for the correcting position a BarcodeItem view created by BarcodeItemViewFactory to a barcode polygon path
- BarcodePolygonsView.BarcodePolygonStyle - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Class that declares appearance of polygon
- BarcodePolygonsView.BarcodeTextViewStyle - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Class that declares appearance of default text view
- BarcodePolygonsView.PolygonValueClickListener - class in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- A callback interface for the View under the polygon
- BarcodeRegexFilter - class in io.scanbot.sdk.barcode
- Subclass of BarcodeFilter that only accepts barcodes matching regex string.
- BarcodeRestart - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeRetryMapping - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeScanAndCountView - class in io.scanbot.sdk.barcode.ui
- A component which allows to quickly integrate a Barcode counting feature into your application.
- barcodeScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- User have scanned barcode.
- barcodeScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- User have scanned barcode.
- BarcodeScanner - class in io.scanbot.sdk.barcode
- Scans bar codes and QR codes.
- barcodeScanner() - function in io.scanbot.sdk.barcode_scanner.di.ScanbotBarcodeScannerSDKComponent
- BarcodeScannerActivity - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode
- Represents camera screen for Barcodes scanning.
- BarcodeScannerActivity - class in io.scanbot.sdk.ui_v2.barcode
- Represents camera screen for Barcodes scanning.
- BarcodeScannerActivity.Companion - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.BarcodeScannerActivity
- BarcodeScannerActivity.Companion - class in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
- BarcodeScannerActivity.Result - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.BarcodeScannerActivity
- Wrapper-class for all information, obtained as a result of this RTU activity job.
- BarcodeScannerActivity.Result - class in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
- Wrapper-class for all information, obtained as a result of RTU activity work.
- BarcodeScannerActivity.ResultContract - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.BarcodeScannerActivity
- Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
- BarcodeScannerActivity.ResultContract - class in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
- Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
- BarcodeScannerAdditionalConfiguration - class in io.scanbot.sdk.ui.view.barcode.configuration
- Entity represents additional configuration params for BarcodeScanner.
- BarcodeScannerConfiguration - class in io.scanbot.sdk.barcode
- Configuration for the barcode scanner.
- BarcodeScannerConfiguration - class in io.scanbot.sdk.ui.view.barcode.configuration
- Class which is used to configure io.scanbot.sdk.ui.view.barcode.
- BarcodeScannerConfiguration - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the scanning behavior.
- BarcodeScannerConfiguration.Companion - class in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
- BarcodeScannerConfigurationKt - class in io.scanbot.sdk.barcode
- BarcodeScannerContentKt - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeScannerEngineMode - class in io.scanbot.sdk.barcode
- The engine mode for barcode scanning.
- BarcodeScannerEngineMode.Companion - class in io.scanbot.sdk.barcode.BarcodeScannerEngineMode
- BarcodeScannerFrameHandler - class in io.scanbot.sdk.barcode
- Performs barcode/QR code scanning on camera preview frames.
- BarcodeScannerFrameHandler.BarcodeScannerResultHandler - class in io.scanbot.sdk.barcode.BarcodeScannerFrameHandler
- Successor-class needed for cross-platform implementation.
- BarcodeScannerFrameHandler.ResultHandler - class in io.scanbot.sdk.barcode.BarcodeScannerFrameHandler
- Continuously notified about barcode/QR code scanning results.
- BarcodeScannerJsonConfiguration - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerJsonConfigurationKt - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerNativeConfiguration - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerNativeConfigurationKt - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerNativeParam - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerNativeParam.BarcodeFilter - class in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam
- BarcodeScannerNativeParam.CameraZoomRatio - class in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam
- BarcodeScannerNativeParam.CancelButtonIcon - class in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam
- BarcodeScannerNativeParam.DelayAfterFocusCompleteMs - class in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam
- BarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms - class in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam
- BarcodeScannerParameter - class in io.scanbot.sdk.ui.view.barcode.configuration.json
- BarcodeScannerResult - class in io.scanbot.sdk.barcode
- The result of barcode scanning.
- BarcodeScannerResult - class in io.scanbot.sdk.ui.view.barcode.batch.entity
- Encapsulates the result of decoding BarcodeItems within an image.
- BarcodeScannerScreenConfiguration - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the barcode scanner screen.
- BarcodeScannerUiItem - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Data about the scanned barcode.
- BarcodeScannerUiItemInternal - class in io.scanbot.sdk.barcode.ui.result.model
- Data about the scanned barcode.
- BarcodeScannerUiResult - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Results of the barcode scan.
- BarcodeScannerUiResultInternal - class in io.scanbot.sdk.barcode.ui.result.model
- Results of the barcode scan.
- BarcodeScannerUiResultInternalLruStorage - class in io.scanbot.sdk.barcode.ui.result
- Stores and provides access to the scanning result of the given type by ResultId This implementation uses LRU cache as a storage to keep the memory usage low even if many results will be added to the storage
- BarcodeScannerUiResultInternalRepository - class in io.scanbot.sdk.barcode.ui.result
- Provides access to the scanning result of the given type by ResultId The current implementation of the repository keeps the result only in RAM and does not store anything on the persistent storage It is important to persist the data manually if it is needed to be used after the restart of the process of the application Be careful when processing the intent with ResultId in onCreate method of the Activity as it may be recreated after the termination of the process
- BarcodeScannerView - class in io.scanbot.sdk.barcode.ui
- A component which allows to quickly integrate a Barcode scanning feature into your application.
- BarcodeScannerView(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration,java.lang.Boolean,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerViewKt
- BarcodeScannerViewInternal(.<Error class: unknown class>,java.lang.Boolean,kotlin.jvm.functions.Function1,io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel) - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeScannerViewInternalKt
- BarcodeScannerViewInternalKt - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeScannerViewKt - class in io.scanbot.sdk.ui_v2.barcode
- BarcodeScanningSdk - class in io.scanbot.sdk.barcode
- BarcodeScanningSession - class in io.scanbot.sdk.ui.view.barcode
- Provides a wrapper for observing a barcode scanning result
- BarcodesCountText - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- BarcodesCountTextColor - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- BarcodesExtensionFilter - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- BarcodesExtensionFilter - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
- BarcodeSubmit - class in io.scanbot.sdk.ui_v2.barcode.common
- BarcodeTextLocalization - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the all strings for barcode scanner.
- BarcodeUseCase - class in io.scanbot.sdk.ui_v2.barcode.configuration
- Configuration of the barcode scanner screen's behavior.
- BaseActivity - class in io.scanbot.sdk.ui.view.base
- Base android.app.Activity class for every Activity in this application.
- BaseActivity - class in io.scanbot.sdk.ui_v2.common.activity
- Base android.app.Activity class for every RTU UI component.
- BaseActivity.Companion - class in io.scanbot.sdk.ui.view.base.BaseActivity
- BaseAutoSnappingController - class in io.scanbot.sdk.camera.autosnapping
- Base IAutoSnappingController implementation, that is, in theory, to suffice any scenario needs.
- BaseBarcodeScannerActivity - class in io.scanbot.sdk.ui.view.barcode
- Base class is to hold only code common for all Barcode- and BatchBarcode- activities.
- BaseBarcodeScannerActivity - class in io.scanbot.sdk.ui_v2.barcode.common
- Base class is to hold only code common for all Barcode- activities.
- BaseBarcodeScannerActivity.AutoCancellableResult - class in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
- BaseBarcodeScannerActivity.AutoCancellableResult - class in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Result wrapping entity for component, that support automatic scanning cancelling and closing due to timer.
- BaseBarcodeScannerActivity.InternalResult - class in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Wrapper-class for all information, obtained as a result of RTU activity work.
- BaseBarcodeScannerActivity.InternalResultContract - class in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
- BaseBarcodeViewModel - class in io.scanbot.sdk.ui_v2.barcode.common
- BaseBarcodeViewModelKt - class in io.scanbot.sdk.ui_v2.barcode.common
- BaseFileIOProcessor - class in io.scanbot.sdk.persistence.fileio
- Represents base file IO operations
- BaseFragment - class in io.scanbot.sdk.ui.view.base
- Base android.app.Fragment class for every fragment in this application.
- BasePictureCallback - class in io.scanbot.sdk.camera
- Basic internal Camera picture callback interface
- BasePolygonView - class in io.scanbot.sdk.ui
- Defines component for drawing Polygon on the screen
- BaseResultHandler - class in io.scanbot.sdk.camera
- BaseViewFinderConfiguration - class in io.scanbot.sdk.ui_v2.common
- Base configuration of the scanning interface’s viewfinder, serving as guidance to the user.
- BasicImageLoadOptions - class in io.scanbot.sdk.core
- Basic options for loading image.
- BatchBarcodeCameraConfigurationHelper - class in io.scanbot.sdk.ui.view.barcode.batch.configuration
- Encapsulates the logic of work with configuration for barcode camera view.
- BatchBarcodeDocumentScannerNativeConfigurationKt - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodeListView - class in io.scanbot.sdk.ui.view.barcode.batch
- Represents a list of scanned barcodes
- BatchBarcodeListView.BarcodeItemVerticalAdapter - class in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
- BatchBarcodeListView.BarcodeItemViewHolder - class in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
- View holder representing a barcode item
- BatchBarcodeListView.SwipeableViewHolder - class in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
- Represents a view holder with a swipable part
- BatchBarcodeListViewModel - class in io.scanbot.sdk.ui.view.barcode.batch
- ViewModel for BatchBarcodeListView.
- BatchBarcodeNavEvent - class in io.scanbot.sdk.ui.view.barcode
- Class that describe additional navigation evens only for batch barcode scanner rtu-ui
- BatchBarcodeNavEvent.BarcodesScanFinished - class in io.scanbot.sdk.ui.view.barcode.BatchBarcodeNavEvent
- Event that user wants to finish the flow of scanning
- BatchBarcodeNavEvent.NewBarcodesProcessed - class in io.scanbot.sdk.ui.view.barcode.BatchBarcodeNavEvent
- Event that new barcode was processed
- BatchBarcodeScannerActivity - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.batch
- Represents camera screen for Barcodes scanning in batch mode.
- BatchBarcodeScannerActivity.Companion - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.batch.BatchBarcodeScannerActivity
- BatchBarcodeScannerActivity.Result - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.batch.BatchBarcodeScannerActivity
- Wrapper-class for all information, obtained as a result of RTU activity work.
- BatchBarcodeScannerActivity.ResultContract - class in io.scanbot.sdk.ui.barcode_scanner.view.barcode.batch.BatchBarcodeScannerActivity
- Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
- BatchBarcodeScannerConfiguration - class in io.scanbot.sdk.ui.view.barcode.batch.configuration
- Class which is used to configure io.scanbot.sdk.ui.view.barcode.batch.
- BatchBarcodeScannerConfiguration.Companion - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
- BatchBarcodeScannerJsonConfiguration - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodeScannerJsonConfigurationKt - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodeScannerNativeConfiguration - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodeScannerNativeParam - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodeScannerNativeParam.BarcodeFilter - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.CameraZoomRatio - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.CancelButtonIcon - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.DelayAfterFocusCompleteMs - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.FormattedDataMapper - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerNativeParam.SuccessfulScanningInterval - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam
- BatchBarcodeScannerParameter - class in io.scanbot.sdk.ui.view.barcode.batch.configuration.json
- BatchBarcodesConfigurationException - class in io.scanbot.sdk.exceptions.barcode
- Thrown when batch barcode scanner has invalid configuration
- BEL - enum entry in io.scanbot.sdk.entity.Language
- BELOW - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemInfoPosition
Display the barcode info box below the overlay polygon.
- BEN - enum entry in io.scanbot.sdk.entity.Language
- BINARIZED - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType
Standard binarization filter with contrast optimization. Creates a grayscaled 8-bit image with mostly black or white pixels. Usecase: Preparation for optical character recognition.
- bindView(android.view.View,io.scanbot.sdk.barcode.BarcodeItem,java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewBinder
- Implement this method to bind a view to a barcode item
- bindView(android.view.View,io.scanbot.sdk.barcode.BarcodeItem,java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewBinder
- Implement this method to bind a view to a barcode item
- bindViewLocal(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewBinder
- Default method for internal use
- BIRTH_DATE - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType
Person birth date field.
- BIRTHPLACE - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType
Person birthplace field.
- bitmapToNv21(android.graphics.Bitmap,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.camera.util.CameraImageUtils
- Converts Android Bitmap image to NV21 format
- BLACK_AND_WHITE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType
Black and white filter with background cleaning. Creates a grayscaled 8-bit image with mostly black or white pixels. Usecase: Textual documents or documents with black and white illustrations.
- Blob - class in io.scanbot.sdk.entity
- Binary large object, which might be stored either on remote storage or downloaded into local storage
- BlobFactory - class in io.scanbot.sdk.blob
- Creates Blobs depending on their purpose
- BlobManager - class in io.scanbot.sdk.blob
- Manages binary files on local filesystem and provides access to binary files stored remotely
- BlobRuntimeException - class in io.scanbot.sdk.exceptions.files.blobManager
- Thrown when there is a problems of accessing blobs files on runtime
- BlobsConstants - class in io.scanbot.sdk
- Contains upload constants
- BlobsDirectoryException - class in io.scanbot.sdk.exceptions.files.blobManager
- Thrown when there is a problems of accessing blobs directory
- BlobsException - class in io.scanbot.sdk.exceptions.files.blobManager
- Thrown when there is a problems of accessing blobs
- BlobsStorage - class in io.scanbot.sdk.connectivity
- Provides path to remote storage files
- BlobStoreStrategy - class in io.scanbot.sdk.persistence
- Interface to locally saved binary files used by data intelligence and OCR module
- BlobType - class in io.scanbot.sdk.blob
- Enumeration of blob types
- BLUR_ESTIMATOR_MODEL - enum entry in io.scanbot.sdk.blob.BlobType
- BOARDING_PASS - enum entry in io.scanbot.sdk.barcode.BarcodeDocumentFormat
Boarding pass barcode document.
- BOARDING_PASS - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeDocumentFormat
Boarding pass barcode document
- BoardingPass - class in io.scanbot.sdk.barcode.entity
- BoardingPass - enum entry in io.scanbot.sdk.barcode.entity.RootDocumentType
- BoardingPass.FieldNames - class in io.scanbot.sdk.barcode.entity.BoardingPass
- BoardingPass.Leg - class in io.scanbot.sdk.barcode.entity.BoardingPass
- BoardingPass.Leg.FieldNames - class in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- BoardingPass.Leg.NormalizedFieldNames - class in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- BoardingPass.NormalizedFieldNames - class in io.scanbot.sdk.barcode.entity.BoardingPass
- BOD - enum entry in io.scanbot.sdk.entity.Language
- Bookmark - class in io.scanbot.sdk.pdf
- BOS - enum entry in io.scanbot.sdk.entity.Language
- BottomSheet(io.scanbot.sdk.ui_v2.common.components.BottomSheetState,java.lang.Boolean,kotlin.jvm.functions.Function2,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
- BottomSheetHandle(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotModalBottomSheetDialogKt
- BottomSheetRow(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotModalBottomSheetDialogKt
- BottomSheetScaffoldDefaults - class in io.scanbot.sdk.ui_v2.common.components
- Contains useful defaults for ScanbotScaffold.
- BottomSheetScaffoldState - class in io.scanbot.sdk.ui_v2.common.components
- State of the ScanbotScaffold composable.
- BottomSheetScaffoldState(io.scanbot.sdk.ui_v2.common.components.BottomSheetValue,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
- BottomSheetState - class in io.scanbot.sdk.ui_v2.common.components
- State of the persistent bottom sheet in ScanbotScaffold.
- BottomSheetState.Companion - class in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
- BottomSheetToggleButton(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.BadgedButton,.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.barcode.components.BottomSheetToggleButtonKt
- BottomSheetToggleButtonKt - class in io.scanbot.sdk.ui_v2.barcode.components
- BottomSheetValue - class in io.scanbot.sdk.ui_v2.common.components
- Possible values of BottomSheetState.
- BUFFER - enum entry in io.scanbot.sdk.common.ImageSerializationMode
Images are serialized as base64 encoded buffers.
- BUFFER - enum entry in io.scanbot.sdk.core.ImageSourceType
ImageRef was created from an encoded buffer.
- BufferImageLoadOptions - class in io.scanbot.sdk.core
- Options for loading image from buffer.
- BufferLoadMode - class in io.scanbot.sdk.core
- Image Ref Buffer Load Mode.
- BufferLoadMode.Companion - class in io.scanbot.sdk.core.BufferLoadMode
- build() - function in io.scanbot.sdk.persistence.FileStorageSettings.Builder
- Builds an instance of FileStorageSettings
- BUL - enum entry in io.scanbot.sdk.entity.Language
- BUTTON - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.SheetMode
Result sheet is hidden and can be opened by pressing the button. The button can show the total barcode count.
- ButtonConfiguration - class in io.scanbot.sdk.ui_v2.common
- Configuration of the button.
- ByteArrayJson - class in io.scanbot.sdk.common
- ByteArrayJsonKt - class in io.scanbot.sdk.common