A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

S

SAN - enum entry in io.scanbot.sdk.entity.Language
 
SandwichingPdfOcrPerformer - class in io.scanbot.sdk.ocr.intelligence
Performs OCR and returns recognized text and sandwiched pdf as a result.
sapManager() - function in io.scanbot.sdk.di.SdkComponent
 
SaveBarcodePreviewFrameUseCase - class in io.scanbot.sdk.ui.view.interactor
Saves preview frames in the files repository
SaveBarcodeTakenPictureUseCase - class in io.scanbot.sdk.ui.view.interactor
Saves taken camera pictures in the files repository
saveCameraFrame(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.util.List,android.graphics.RectF,io.scanbot.sdk.persistence.PageStorageProcessor.Configuration.Size) - function in io.scanbot.sdk.ui.view.interactor.SaveCameraFrameUseCase
Stores camera frame in DraftPageFileStorage throws IOException that need to be handled with catch {} in flow api
SaveCameraFrameUseCase - class in io.scanbot.sdk.ui.view.interactor
Saves camera frame in the in-memory repository
saveImage(com.commonsware.cwac.camera.PictureTransaction,android.graphics.Bitmap) - function in com.commonsware.cwac.camera.CameraHost
Called when a picture has been taken.
saveImage(com.commonsware.cwac.camera.PictureTransaction,kotlin.Array,int) - function in com.commonsware.cwac.camera.CameraHost
Called when a picture has been taken.
saveImage(com.commonsware.cwac.camera.PictureTransaction,android.graphics.Bitmap) - function in com.commonsware.cwac.camera.SimpleCameraHost
Called when a picture has been taken.
saveImage(com.commonsware.cwac.camera.PictureTransaction,kotlin.Array,int) - function in com.commonsware.cwac.camera.SimpleCameraHost
Called when a picture has been taken.
savePreviewFrame(android.graphics.Bitmap) - function in io.scanbot.sdk.ui.view.interactor.SaveBarcodePreviewFrameUseCase
Stores the preview frame in BarcodeFileStorage throws IOException that need to be handled with catch {} in flow api
saveProcessedImage(java.lang.String) - function in io.scanbot.sdk.core.processor.ImageProcessor
Saves the processed image.
saveProcessedImage(java.lang.String) - function in io.scanbot.sdk.process.ImageProcessor
Saves processed image to the given path.
Saver(.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState.Companion
The default ,kotlin.jvm.functions.Function1)>Saver implementation for BottomSheetState.
Saver(.<Error class: unknown class>,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State.Companion
The default ,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2,.)>Saver implementation for SwipeableV2State.
saveTakenPicture(kotlin.ByteArray,java.lang.Integer) - function in io.scanbot.sdk.ui.view.interactor.SaveBarcodeTakenPictureUseCase
Stores taken picture in BarcodeFileStorage throws IOException and Exception that need to be handled with catch {} in flow api
saveTakenPicture(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo,java.lang.Float,java.util.List,android.graphics.RectF,io.scanbot.sdk.persistence.PageStorageProcessor.Configuration.Size) - function in io.scanbot.sdk.ui.view.interactor.SaveTakenPictureUseCase
Stores taken picture in DraftPageStorage throws IOException that need to be handled with catch {} in flow api
SaveTakenPictureUseCase - class in io.scanbot.sdk.ui.view.interactor
Saves taken camera pictures in the in-memory repository
saveViewTransformation(android.view.View) - function in io.scanbot.sdk.utils.ViewUtils
Saves View transformation parameters (translation, imageScale, rotation, alpha), so they can later be restored with .
scaleIfNeeded(android.graphics.Bitmap,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
Scales bitmap with saved aspectRatio
scaleLines(java.util.List) - function in io.scanbot.sdk.util.EditPolygonViewHelper
Performs scaling from 0..
ScaleTypeTransform - class in io.scanbot.sdk.ui.camera.util
Util methods for view size calculations
scanAndCount() - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewController
Trigger this method to run detection on the next cameraFrame or snapped image
ScanBackSideTitle - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
scanBitmap(android.graphics.Bitmap,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Scan image to detect ID card and data on it
scanBitmap(android.graphics.Bitmap,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Scan the image to detect document and recognize data on it
scanBitmap(android.graphics.Bitmap,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Scan the image to detect document and recognize data on it
SCANBOT_OCR - enum entry in io.scanbot.sdk.ocr.OpticalCharacterRecognizer.EngineMode

The default mode. It uses the Scanbot OCR and PDF engine.

ScanbotActivityResult - class in io.scanbot.sdk.ui
Wrapper-class for all information, obtained as a result of RTU activity work.
ScanbotActivityResult - class in io.scanbot.sdk.ui_v2.common.activity
Wrapper-class for all information, obtained as a result of RTU activity work.
ScanbotActivityResultKt - class in io.scanbot.sdk.ui
 
ScanbotActivityResultKt - class in io.scanbot.sdk.ui_v2.common.activity
 
ScanbotArOverlay(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1,kotlin.coroutines.SuspendFunction1,kotlin.jvm.functions.Function4,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.ScanbotArOverlayKt
Draws polygons reacting on FrameHandler result
ScanbotArOverlayKt - class in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking
 
ScanbotBarcodeDetector - class in io.scanbot.sdk.barcode
Detects bar codes and QR codes.
scanbotBarcodeDetector(io.scanbot.sap.SapManager) - function in io.scanbot.sdk.di.ScanbotSdkModule
 
scanbotBarcodeDocumentParser(io.scanbot.sap.SapManager) - function in io.scanbot.sdk.di.ScanbotSdkModule
 
ScanbotBinarizationFilter - class in io.scanbot.imagefilters
Automatic binarization filter.
ScanbotButton(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.ButtonConfiguration,.<Error class: unknown class>,.<Error class: unknown class>,java.lang.Boolean,kotlin.jvm.functions.Function0,.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotButtonKt
 
ScanbotButtonKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotButtonType - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotCameraActionBar(io.scanbot.sdk.ui_v2.common.ActionBarConfiguration,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.viewmodel.OnUiAction) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotCameraActionBarKt
 
ScanbotCameraActionBarKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotCameraContainerView - class in io.scanbot.sdk.ui.camera
Wrapper around ScanbotCameraView and ScanbotCameraXView, which allows to control which of them should be used.
ScanbotCameraContainerView.CameraType - class in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
 
ScanbotCameraHint(.<Error class: unknown class>,java.lang.Boolean,io.scanbot.sdk.ui_v2.common.BackgroundStyle,io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotCameraHintKt
 
ScanbotCameraHintKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotCameraPermissionView(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.CameraPermissionScreen,.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.common.components.CameraPermissionViewKt
 
ScanbotCameraView - class in io.scanbot.sdk.camera
Provides interface to native Camera and displays camera stream.
ScanbotCameraWrapper - class in io.scanbot.sdk.ui.camera
Abstract wrapper that allows to easily inherit and extend IScanbotCameraView.
ScanbotCameraXView - class in io.scanbot.sdk.ui.camera
Wrapper view for CameraX.
ScanbotCameraXView.PinchToZoomCallback - class in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Pinch to Zoom Callback
ScanbotColor - class in io.scanbot.sdk.ui_v2.common
 
ScanbotCommonTopBar(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.TopBarConfiguration,kotlin.jvm.functions.Function0,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotCommonTopBarKt
 
ScanbotCommonTopBarKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotComposeCamera(.<Error class: unknown class>,.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel,.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration,kotlin.jvm.functions.Function0,android.view.View,kotlin.jvm.functions.Function2,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraKt
 
ScanbotComposeCameraKt - class in io.scanbot.sdk.ui_v2.common.camera
 
ScanbotComposeCameraView(.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration,kotlin.jvm.functions.Function0,android.view.View,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function2) - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewKt
 
ScanbotComposeCameraViewKt - class in io.scanbot.sdk.ui_v2.common.camera
 
ScanbotComposeCameraViewModel - class in io.scanbot.sdk.ui_v2.common.camera
 
ScanbotComposeCameraViewModel.Companion - class in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
ScanbotModalBottomSheetDialog(.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotModalBottomSheetDialogKt
 
ScanbotModalBottomSheetDialogKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotModalDialog(.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function0,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotModalDialogKt
 
ScanbotModalDialogKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotOpticalCharacterRecognizer - class in io.scanbot.sdk.ocr
Default implementation of OpticalCharacterRecognizer for Scanbot SDK
ScanbotOpticalCharacterRecognizer.BitmapInput - class in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
Allows to set OCR input as a bitmap
ScanbotOpticalCharacterRecognizer.PagesInput - class in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
Allows to set OCR input as a list of pages
ScanbotOpticalCharacterRecognizer.RecognizerInput - class in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
Input for the OCR process
ScanbotOpticalCharacterRecognizer.UrisInput - class in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
Allows to set OCR input as a list of URIs of encrypted or normal images
ScanbotPalette - class in io.scanbot.sdk.ui_v2.common
Value palette describing the colors of the scanner screens.
ScanbotPDFRenderer - class in io.scanbot.sdk.process
Provides methods for PDF rendering
ScanbotScaffold(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState,kotlin.jvm.functions.Function0,java.lang.Boolean,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function0,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,java.lang.Boolean,java.lang.Boolean,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
<a href="https://material.io/components/sheets-bottom#standard-bottom-sheet" class="external" target="_blank">Material Design standard bottom sheet</a>.
ScanbotScaffoldKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotSDK - class in io.scanbot.sdk
Provider for Scanbot SDK features.
ScanbotSDK.Companion - class in io.scanbot.sdk.ScanbotSDK
 
ScanbotSdkConfigurationKt - class in io.scanbot.sdk.configuration
 
ScanbotSDKInitializer - class in io.scanbot.sdk
Initializes Scanbot SDK library.
ScanbotSDKInitializer.PrepareBlobsTask - class in io.scanbot.sdk.ScanbotSDKInitializer
 
ScanbotSdkInternal - class in io.scanbot.core
 
ScanbotSdkJsonConfiguration - class in io.scanbot.sdk.configuration.json
 
ScanbotSdkModule - class in io.scanbot.sdk.di
Contains Scanbot SDK related dependencies.
ScanbotSdkModule.Companion - class in io.scanbot.sdk.di.ScanbotSdkModule
 
ScanbotSystemBar(.<Error class: unknown class>,java.lang.Boolean,java.lang.Boolean,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotSystemBarKt
 
ScanbotSystemBarKt - class in io.scanbot.sdk.ui_v2.common.components
 
ScanbotTheme - class in io.scanbot.sdk.ui_v2.common.theme
 
ScanbotThemeKt - class in io.scanbot.sdk.ui_v2.common.theme
 
ScanbotTopBarConfiguration - class in io.scanbot.sdk.ui_v2.common.components
Android native configuration for the top bar.
ScanbotTypography - class in io.scanbot.sdk.ui_v2.common.theme
 
ScanbotTypographyKt - class in io.scanbot.sdk.ui_v2.common.theme
 
ScanFrontSideTitle - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
scanJpeg(kotlin.ByteArray,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Scan image to detect ID card and data on it
scanJpeg(kotlin.ByteArray,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Scan the image to detect document and recognize data on it
scanJpeg(kotlin.ByteArray,java.lang.Boolean,java.lang.Integer) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Scan the image to detect document and recognize data on it
ScannedEverythingTitle - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
Scanning - enum entry in io.scanbot.sdk.ui.view.check.configuration.json.CheckUserGuidanceStringsParameter
 
Scanning - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateUserGuidanceStringsParameter
 
SCANNING_BACK - enum entry in io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep
 
SCANNING_FRONT - enum entry in io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionStep
 
ScanningError - class in io.scanbot.sdk.ui_v2.common.viewmodel
Reason why the scanning was closed.
ScanningError.AutoCancelTimeout - class in io.scanbot.sdk.ui_v2.common.viewmodel.ScanningError
 
ScanningError.LicenseInvalid - class in io.scanbot.sdk.ui_v2.common.viewmodel.ScanningError
 
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect,java.lang.Boolean) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Scan image to detect ID card and data on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.generictext.NativeGenericTextRecognizer
Scan image to recognize a text and validate it with the predefined validator
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.licenseplate.NativeLicensePlateScanner
Scan image to recognize a text and validate it with the predefined validator
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect,java.lang.Boolean) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Scan the image to detect document and recognize data on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect,java.lang.Boolean) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Scan the image to detect document and recognize data on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Scan image to recognize text on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Scan image to recognize text on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Scan image to recognize text on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Scan image to recognize text on it
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.vin.DefaultVinScanner
Scan nv21 image to recognize VIN.
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.vin.VinScanner
Scan nv21 image to recognize VIN.
scanNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.vin.NativeVinScanner
Scan image to recognize VIN.
scanSavedImage(boolean) - function in com.commonsware.cwac.camera.SimpleCameraHost.Builder
 
ScanStrategy - enum entry in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerParameter
 
Screen - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
 
ScreenInjector - class in io.scanbot.sdk.ui_v2.common.viewmodel
 
ScreenState - class in io.scanbot.sdk.ui_v2.common.camera
The state of Camera on the Screen.
ScreenState.Hidden - class in io.scanbot.sdk.ui_v2.common.camera.ScreenState
 
ScreenState.Shown - class in io.scanbot.sdk.ui_v2.common.camera.ScreenState
 
SdkComponent - class in io.scanbot.sdk.di
Dagger component for Scanbot SDK specific instances.
sdkFilesDirectory(android.app.Application,java.io.File) - function in io.scanbot.sdk.ScanbotSDKInitializer
Set the custom directory for pages and documents storage
SdkInjectionException - class in io.scanbot.sdk.exceptions.base
Throws when there is a problem of configuring DI mechanics
SdkLicenseError - class in io.scanbot.sdk
Class to return as error inside UI components if license check is failed
SDKLicenseErrorHandlerImpl - class in io.scanbot.sdk
SDKLicenseErrorHandler implementation for wrapping IScanbotSDKLicenseErrorHandler with logging handling
SdkStorageModule - class in io.scanbot.sdk.di
Dagger module that provides objects which will live during the application lifecycle.
SDKUISingleton - class in io.scanbot.sdk.ui.di
A scoping annotation to permit objects whose lifetime should be singleton to be memorized in the correct component.
SDKUISingleton - class in io.scanbot.sdk.ui_v2.common.di
A scoping annotation to permit objects whose lifetime should be singleton to be memorized in the correct component.
SearchHandler - class in io.scanbot.sdk.pdf.search
 
SearchHit - class in io.scanbot.sdk.pdf.search
 
searchNext() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
searchPrev() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
SEAT_NUMBER - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BoardingPassDocumentFieldType

Seat number

SeatNumber - enum entry in io.scanbot.barcodescanner.model.boardingPass.BoardingPassDocumentFieldType
 
SECOND_NON_CONSECUTIVE_BAGGAGE_TAG_LICENSE_PLATE_NUMBER - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BoardingPassDocumentFieldType

Second non-consecutive baggage tag license plate number

SecondNonConsecutiveBaggageTagLicensePlateNumber - enum entry in io.scanbot.barcodescanner.model.boardingPass.BoardingPassDocumentFieldType
 
SELECTEE_INDICATOR - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BoardingPassDocumentFieldType

Selectee indicator

SelecteeIndicator - enum entry in io.scanbot.barcodescanner.model.boardingPass.BoardingPassDocumentFieldType
 
SelectionOverlayConfiguration - class in io.scanbot.sdk.ui.view.barcode
Barcode Selection Overlay configuration
SelfDisposable - class in io.scanbot.core
Wrapper for a native object to make it auto-finalize after some time of the object being unused.
SENSITIVE_BINARIZATION - enum entry in io.scanbot.sdk.process.ImageFilterType

Binarization filter for poor quality printed papers.

SENSITIVE_BINARIZATION - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType

Binarization filter for poor quality printed papers.

SEPA - enum entry in io.scanbot.sdk.barcode.entity.BarcodeDocumentFormat
 
SEPA - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeDocumentFormat

SEPA barcode document

SEPA - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeDocumentFormat

SEPA barcode (aka GiroCode) document

SEPADocument - class in io.scanbot.barcodescanner.model.SEPA
SEPA barcode parsed document
SEPADocumentField - class in io.scanbot.barcodescanner.model.SEPA
SEPA document field
SEPADocumentFieldType - class in io.scanbot.barcodescanner.model.SEPA
SEPA document field types
SEPADocumentFieldType - class in io.scanbot.sdk.ui_v2.barcode.configuration
SEPA Document Field Type
SEPADocumentFieldType.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.SEPADocumentFieldType
 
SEPADocumentFormat - class in io.scanbot.sdk.ui_v2.barcode.configuration
SEPA Document Format
SEPADocumentFormatField - class in io.scanbot.sdk.ui_v2.barcode.configuration
SEPA Document Format Field
SERVICE_TAG - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.SEPADocumentFieldType

Service tag

ServiceTag - enum entry in io.scanbot.barcodescanner.model.SEPA.SEPADocumentFieldType
 
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.contourdetector.ContourDetectorFrameHandler
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.core.contourdetector.ContourDetector
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerViewController
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedAngleScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
setAcceptedCheckStandards(kotlin.collections.ArrayList) - function in io.scanbot.sdk.check.CheckRecognizer
Accepted checks.
setAcceptedCheckStandards(kotlin.collections.ArrayList) - function in io.scanbot.sdk.check.DefaultCheckRecognizer
Accepted checks.
setAcceptedCheckStandards(java.util.List) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
User wants to set a list of accepted Check standards for the recognition.
setAcceptedCheckStandards(java.util.List) - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
User wants to set a list of accepted Check standards for the recognition.
setAcceptedCheckStandards(kotlin.collections.ArrayList) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Accepted checks.
setAcceptedCheckStandards(java.util.List) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Accepted check standards.
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
Sets list of BarcodeDocumentFormat to scan
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Sets list of BarcodeDocumentFormat to scan
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Sets list of BarcodeDocumentFormat to scan
setAcceptedDocumentFormats(kotlin.collections.ArrayList) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
A list of document formats that the scanner should recognize.
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
An optional array of barcode document formats that act as a detection filter.
setAcceptedDocumentFormats(kotlin.collections.ArrayList) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
A list of document formats that the scanner should recognize.
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
An optional array of barcode document formats that act as a detection filter.
setAcceptedDocumentFormats(java.util.List) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
List of accepted barcode document formats.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Accepted document types.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Accepted document types.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Accepted document types.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
Accepted document types.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
Accepted document types.
setAcceptedDocumentTypes(kotlin.collections.ArrayList) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Accepted document types.
setAcceptedDocumentTypes(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Accepted document types.
setAcceptedSharpnessScore(java.lang.Float) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Accepted minimal sharpness score.
setAcceptedSharpnessScore(java.lang.Float) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Accepted minimal sharpness score.
setAcceptedSharpnessScore(java.lang.Float) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Accepted minimal sharpness score.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.contourdetector.ContourDetectorFrameHandler
The minimum size in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.core.contourdetector.ContourDetector
The minimum size in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerViewController
The minimum size in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
The minimum size in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
setAcceptedSizeScore(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
A configuration with accessibility texts settings.
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
A configuration with accessibility texts settings.
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Allows you to customize the accessibility configuration for the Document Scanner UI
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Allows you to customize the accessibility configuration for the Document Scanner UI
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
A configuration with accessibility texts settings.
setAccessibilityConfiguration(io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Allows you to customize the accessibility configuration for the Cropping UI
setActionBar(io.scanbot.sdk.ui_v2.common.ActionBarConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the action bar.
setActiveBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button background shape when the button is active (selected, toggled).
setActiveBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button background shape when the button is active (selected, toggled).
setActiveForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button foreground (icon, text) when the button is active (selected, toggled).
setActiveForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button foreground (icon, text) when the button is active (selected, toggled).
setAddImageFileFormatExtension(java.lang.Boolean) - function in io.scanbot.sdk.persistence.PageStorageSettings
 
setAdditionalConfig(io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
Setter for additional config.
setAdditionalDetectionParameters(io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Sets additional configuration for BarcodeDetector to further tweak it's logic.
setAdditionalDetectionParameters(io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Sets additional configuration for BarcodeDetector to further tweak it's logic.
setAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.widget.CancelView
 
setAllowedSymbols(java.util.Set) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Allowed symbols to be detected.
setAllowedSymbols(java.util.Set) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Allowed symbols to be detected.
setAllowedSymbols(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
A string (list) of accepted characters during text recognition.
setAllowGpuAcceleration(java.lang.Boolean) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
If set to true, GPU Acceleration will be enabled for Barcode Scanner, Document Scanner and Generic Document Recognizer (Android only).
setAllowXnnpackAcceleration(java.lang.Boolean) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Enables/disables XNNPACK acceleration for TensorFlow ML models, which provides highly optimized implementations of floating-point neural network operators (Android only)
setAnalyzerFrameSize(android.util.Size) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set camera analyzer frame size.
setAnalyzerImageSizeLimit(java.lang.Integer) - function in io.scanbot.sdk.process.DefaultDocumentQualityAnalyzer
Set the maximum size of the image to be analyzed.
setAnalyzerImageSizeLimit(java.lang.Integer) - function in io.scanbot.sdk.process.DocumentQualityAnalyzer
Set the maximum size of the image to be analyzed.
setAnalyzerImageSizeLimit(java.lang.Integer) - function in io.scanbot.sdk.process.NativeDocumentQualityAnalyzer
 
setAnchorPointColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Default color of the cropping draggable elements.
setAnchorPointsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets anchor points color
setAnchorPointsColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Default color of the cropping draggable elements.
setAnimationPoints(kotlin.FloatArray) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setAnimationPoints(kotlin.FloatArray) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setAnimators(java.util.List) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setAnimators(java.util.List) - function in io.scanbot.sdk.ui.PolygonView
 
setAnimators(java.util.List) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setAppearanceConfiguration(io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView
 
setArOverlay(io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the AR overlay.
setArOverlay(io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Configuration of the AR overlay.
setAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The cameras zoom level preferred for this step.
setAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The cameras zoom level preferred for this step.
setAspectRatio(io.scanbot.sdk.ui_v2.common.AspectRatio) - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
The viewfinder's aspect ratio.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Sets auto close timer in seconds.
setAutoCancelTimeout(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.common.Timeouts
Sets the auto close timer in ms.
setAutoFocusOnTouch(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
 
setAutoFocusOnTouch(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Whether touch-to-focus is enabled on camera preview.
setAutoFocusOnTouch(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
 
setAutoFocusOnTouch(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
 
setAutoFocusOnTouch(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setAutoFocusSound(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set camera auto focus sound state.
setAutomaticSelectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Whether the barcode is selected automatically when being detected or not.
setAutomaticSelectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
If true - first successfully detected barcode will be automatically selected in AR overlay and returned as a result, false - default AR overlay behaviour.
setAutomaticSelectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
If true - first successfully detected barcode will be automatically selected in AR overlay and returned as a result, false - default AR overlay behaviour.
setAutomaticSelectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Whether the barcode is selected automatically when being detected or not.
setAutomaticSelectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view.
setAutoSnappingButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the auto-snapping button.
setAutoSnappingButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the auto-snapping button.
setAutoSnappingButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the auto-snapping toggle button is hidden or not.
setAutoSnappingButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the auto-snapping toggle button is hidden or not.
setAutoSnappingButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title of the auto-snapping toggle button.
setAutoSnappingButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the auto-snapping toggle button.
setAutoSnappingCallback(io.scanbot.sdk.barcode.BarcodeAutoSnappingController.AutoSnappingCallback) - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
 
setAutoSnappingCallback(io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.Callback) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
Set callback.
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.IAutoSnappingViewController
Flag to disable autosnapping processing.
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Enables/Disables autosnapping
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
When auto-snapping is enabled the document scanner will take a photo automatically when a document is detected, conditions are good and the auto-snapping time-out elapses.
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
When auto-snapping is enabled the document scanner will take a photo automatically when a document is detected, conditions are good and the auto-snapping time-out elapses.
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
When auto-snapping is enabled the document scanner will take a photo automatically when a document is detected, conditions are good and the auto-snapping time-out elapses.
setAutoSnappingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
When auto-snapping is enabled the document scanner will take a photo automatically when a document is detected, conditions are good and the auto-snapping time-out elapses.
setAutoSnappingProgressStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes stroke color of the polygon animated progress line.
setAutoSnappingProgressStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes stroke color of the polygon animated progress line.
setAutoSnappingProgressStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes stroke color of the polygon animated progress line.
setAutoSnappingProgressStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes width of the stroke of the autosnapping animated polygon.
setAutoSnappingProgressStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes width of the stroke of the autosnapping animated polygon.
setAutoSnappingProgressStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes width of the stroke of the autosnapping animated polygon.
setAutoSnappingSensitivity(java.lang.Float) - function in io.scanbot.sdk.ui.IAutoSnappingViewController
Changes sensitivity of auto-snapping.
setAutosnappingSensitivity(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
setAutoSnappingSensitivity(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls the auto-snapping speed.
setAutoSnappingSensitivity(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls the auto-snapping speed.
setAutoSnappingSensitivity(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls the auto-snapping speed.
setAutoSnappingSensitivity(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Controls the auto-snapping speed.
setAutoSnapProgressColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of the outline progress animation before the snap being taken after the successful document detection io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setAutoSnapProgressColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Stroke color of polygon or finder auto snap progress animation.
setAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.IFinderViewController
Changes if there is an animation should be played during the time when the user need to wait after the document was detected
setAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.PolygonView
 
setAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Enable/disable autoSnap progress animation.
setAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether polygon or finder auto snap progress animation is enabled or not.
setAutoSnapProgressLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Width of the document autoSnap animation outline in Px.
setAutoSnapProgressLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Line width of polygon or finder auto snap progress animation.
setAutoStopOnSuccess(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set if presenter need to stop snapping after first success.
setAutoStopOnSuccess(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set if presenter need to stop snapping after first success.
setBackground(io.scanbot.sdk.ui_v2.common.BackgroundStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BadgeStyle
The style of the button's background.
setBackground(io.scanbot.sdk.ui_v2.common.BackgroundStyle) - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The style of the button's background.
setBackground(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Background color of the camera permission request.
setBackground(io.scanbot.sdk.ui_v2.common.BackgroundStyle) - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Background style used for the user guidance.
setBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The background color of the button while not pressed.
setBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
setBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Background color of the main screen.
setBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Background color of the screen.
setBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Color of the screen's background.
setBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Color of the swipe-to-delete button.
setBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button background shape.
setBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button background shape.
setBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Background color of the top bar to be used when the visual mode is specified as SOLID.
setBackgroundDeselected(io.scanbot.sdk.ui_v2.common.PolygonStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Appearance of the barcode info box's background when a barcode is yet to be selected.
setBackgroundSelected(io.scanbot.sdk.ui_v2.common.PolygonStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Appearance of the barcode info box's background when a barcode has been selected.
setBadgeBackgroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the badge's background shape.
setBadgeForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the badge foreground (icon, text).
setBarcodeAcceptanceDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAcceptanceDelegate) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Allows to set a delegate to decide if the given barcode should be highlighted
setBarcodeAcceptedDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAcceptanceDelegate) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountSelectionOverlayController
  • Delegate that highlights barcodes as accepted or not

setBarcodeAppearanceDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAppearanceDelegate) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Allows to set a style delegate to the view
setBarcodeAppearanceDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a style delegate to the view
setBarcodeAppearanceDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAppearanceDelegate) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountSelectionOverlayController
  • Delegate that allows to enable barcode contour polygon and style it

setBarcodeAppearanceDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Custom delegate for styling the barcodes.
setBarcodeCameraView(io.scanbot.sdk.ui.view.barcode.BarcodeCameraView) - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
 
setBarcodeDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerViewController
Set barcode detection interval in milliseconds.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
Set implementation of IBarcodeFilter, that will be applied to every frame after detection and filter frames with undesired data.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Set implementation of IBarcodeFilter, that will be applied to every frame after detection and filter frames with undesired data.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerViewController
Set implementation of IBarcodeFilter, that will filter frames with undesired data.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set the IBarcodeFilter implementation instance to filter accepted scanned barcodes.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set the IBarcodeFilter implementation instance to filter accepted scanned barcodes.
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
Set the instance of IBarcodeFilter implementation to filter accepted scanned barcodes
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
Set the instance of IBarcodeFilter implementation to filter accepted scanned barcodes
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Additional filter to reject or accept barcode scanner results.
setBarcodeFilter(java.lang.Class) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setBarcodeFilter(io.scanbot.sdk.barcode.IBarcodeFilter) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Additional filter to reject or accept barcode scanner results.
setBarcodeFilter(java.lang.Class) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
setBarcodeFormats(java.util.List) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
Sets list of BarcodeFormat to scan
setBarcodeFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Accepted barcode formats
setBarcodeFormats(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Accepted barcode formats
setBarcodeFormats(java.util.List) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
List of accepted barcode symbologies.
setBarcodeFormatsFilter(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set barcode format to scan
setBarcodeFormatsFilter(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set barcode format to scan
setBarcodeFormatsFilter(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
A list of barcodes that the scanner should recognize.
setBarcodeFormatsFilter(java.util.List) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
A list of barcodes that the scanner should recognize.
setBarcodeHighlightDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeHighlightDelegate) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a delegate to decide if the given barcode should be highlighted
setBarcodeHighlightedDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeHighlightDelegate) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Factory for the views appearing on the bottom of the barcode (or null)
setBarcodeHighlightedDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeHighlightDelegate) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Sets the delegate allowing to control which barcodes should be highlighted on the Barcode selection overlay
setBarcodeHighlightedDelegate(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeHighlightDelegate) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Sets the delegate allowing to control which barcodes should be highlighted on the Barcode selection overlay
setBarcodeImage(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Image of the barcode.
setBarcodeImageGenerationType(io.scanbot.sdk.ui.view.barcode.configuration.BarcodeImageGenerationType) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
 
setBarcodeImageGenerationType(io.scanbot.sdk.ui.view.barcode.configuration.BarcodeImageGenerationType) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set barcode image generation mode
setBarcodeImageGenerationType(io.scanbot.sdk.ui.view.barcode.configuration.BarcodeImageGenerationType) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Specifies the way of barcode images generation or disables this generation at all.
setBarcodeImageGenerationType(io.scanbot.sdk.ui.configuration.json.JsonBarcodeImageGenerationType) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The type of barcode image generation.
setBarcodeImageVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
If enabled, the barcode image will be shown on the confirmation sheet.
setBarcodeInfoMapping(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Appearance of the barcode info mapping.
setBarcodeInfoMapping(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode info mapping.
setBarcodeItemConfiguration(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Configuration of the barcode info box displayed in the camera preview.
setBarcodeItemImageVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Visibility of the barcode image in a barcode list entry.
setBarcodeItemInfoPosition(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemInfoPosition) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Where to display the barcode info box in the camera preview.
setBarcodeItemMapper(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemMapper) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Callback to map the barcode data to the data of the corresponding product.
setBarcodeItemPositionHandler(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewPositionHandler) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
 
setBarcodeItemSubtitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).
setBarcodeItemTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the title of a barcode list entry (displaying the barcode's value).
setBarcodeItemViewBinder(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewBinder) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Callback for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
setBarcodeItemViewBinder(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewBinder) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Callback for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
setBarcodeItemViewBinder(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewBinder) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountSelectionOverlayController
Factory for the views appearing on the bottom of the barcode (or null)
setBarcodeItemViewBinder(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewBinder) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Factory for the views appearing on the bottom of the barcode (or null)
setBarcodeItemViewFactory(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewFactory) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Factory for the viewsPool appearing on the bottom of the barcode (or null if the view is not needed)
setBarcodeItemViewFactory(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewFactory) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Factory for the views appearing on the bottom of the barcode (or null if the view is not needed)
setBarcodeItemViewFactory(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewFactory) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountSelectionOverlayController
Factory for the views appearing on the bottom of the barcode (or null)
setBarcodeItemViewFactory(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewFactory) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Factory for the views appearing on the bottom of the barcode (or null)
setBarcodeItemViewPositionHandler(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewPositionHandler) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
 
setBarcodeItemViewPositionHandler(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeItemViewPositionHandler) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountSelectionOverlayController
Factory for the views to adjust their position against polygon bounding box
setBarcodeItemViewPositionHandler(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeItemViewPositionHandler) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Factory for the views to adjust their position against polygon bounding box
setBarcodesCountText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The placeholder for barcodes count text.
setBarcodesCountText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color for barcodes count text
setBarcodesCountTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The color for barcodes count text.
setBarcodesCountTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color for barcodes count text
setBarcodesExtensionFilter(io.scanbot.sdk.ui.configuration.json.JsonBarcodesExtensionFilter) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The extension filter for EAN and UPC barcodes.
setBarcodesExtensionFilter(io.scanbot.sdk.ui.configuration.json.JsonBarcodesExtensionFilter) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The extension filter for EAN and UPC barcodes.
setBarcodesExtensionFilter(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodesExtensionFilter) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Filter for extended EAN and UPC barcodes.
setBarcodeSubtitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode subtitle (the barcode's symbology) on the confirmation sheet.
setBarcodeTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode title (the barcode's value) on the confirmation sheet.
setBeepJob(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
setBinding(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setBinding(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setBleepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.SoundController
Whether actual sound playing is enabled.
setBleepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Whether actual sound playing is enabled.
setBleepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.StubSoundController
Whether actual sound playing is enabled.
setBleepResId(java.lang.Integer) - function in io.scanbot.sdk.util.snap.SoundController
Set custom bleep sound resource from app resources.
setBleepResId(java.lang.Integer) - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Set custom bleep sound resource from app resources.
setBleepResId(java.lang.Integer) - function in io.scanbot.sdk.util.snap.StubSoundController
Set custom bleep sound resource from app resources.
setBleepUri(android.net.Uri) - function in io.scanbot.sdk.util.snap.SoundController
Set custom bleep sound resource from file Uri.
setBleepUri(android.net.Uri) - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Set custom bleep sound resource from file Uri.
setBleepUri(android.net.Uri) - function in io.scanbot.sdk.util.snap.StubSoundController
Set custom bleep sound resource from file Uri.
setBottomBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the bottom shutter-bar.
setBottomBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the bottom shutter-bar.
setBottomBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Background color of the bottom toolbar.
setBottomBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The background color of the bottom shutter-bar.
setBottomBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
setBottomBarButtonsColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
setBottomBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Color of the titles of all buttons in the bottom toolbar (Rotate button).
setBottomBarButtonsColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
setBottomPlaceholder(android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set view on bottom of the finder window| | | | || | | | | || | | |bottomPlaceholder| |_________________|
setBottomSheetBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
Sets a color of the bottom sheet
setBottomSheetBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListView
Sets a color of the bottom sheet
setBottomSheetPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
Sets primary color for most of text's and other UI elements of the bottom sheet
setBottomSheetPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListView
Sets primary color for most of text's and other UI elements of the bottom sheet
setButtonsAccentColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The accent color of buttons on a confirmation dialog.
setCameraBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
setCameraBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
setCameraBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
setCameraBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
setCameraConfiguration(io.scanbot.sdk.ui_v2.common.CameraConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the camera behavior.
setCameraFrameSize(android.util.Size) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set camera preview and analyzer frame size.
setCameraHost(com.commonsware.cwac.camera.CameraHost) - function in com.commonsware.cwac.camera.CameraFragment
Call this (or override getCameraHost()) to supply the CameraHost used for most of the detailed interaction with the camera.
setCameraHost(com.commonsware.cwac.camera.CameraHost) - function in com.commonsware.cwac.camera.CameraView
 
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.camera.ScanbotCameraView
Defines a camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Defines a camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Defines a camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Defines a camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Defines a camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the detection overlay.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The camera module to be used for barcode scanning.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.camera.ICameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.check.CheckCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.generictext.TextDataCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
Set camera module
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.vin.VinScannerCameraView
Set camera module.
setCameraModule(io.scanbot.sdk.camera.CameraModule) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
setCameraModule(io.scanbot.sdk.ui.configuration.json.JsonCameraModule) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The preferred camera module (default - BACK)
setCameraModule(io.scanbot.sdk.ui_v2.common.CameraModule) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which camera module to use on start-up.
setCameraOpenCallback(io.scanbot.sdk.camera.CameraOpenCallback) - function in io.scanbot.sdk.camera.ScanbotCameraView
Callback which will be invoked when camera will be opened
setCameraOpenCallback(io.scanbot.sdk.camera.CameraOpenCallback) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Callback which will be invoked when camera will be opened
setCameraOpenCallback(io.scanbot.sdk.camera.CameraOpenCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
Callback which will be invoked when camera will be opened
setCameraOpenCallback(io.scanbot.sdk.camera.CameraOpenCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Callback which will be invoked when camera will be opened
setCameraOpenCallback(io.scanbot.sdk.camera.CameraOpenCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Callback which will be invoked when camera will be opened
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Set camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Set camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.camera.ICameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.check.CheckCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.generictext.TextDataCameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
Sets camera orientation mode
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView
Sets camera orientation mode.
setCameraOrientationMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.vin.VinScannerCameraView
Sets camera orientation mode.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the detection overlay.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Background color of the detection overlay.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Background color outside of the finder window.
setCameraOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Background color outside of the finder window.
setCameraOverlayColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Background color outside of the finder window.
setCameraParameters(android.hardware.Camera.Parameters) - function in com.commonsware.cwac.camera.CameraView
 
setCameraParameters(java.lang.Integer,java.lang.Integer,io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.camera.IFinderView
Set camera parameters
setCameraParameters(java.lang.Integer,java.lang.Integer,io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set camera parameters
setCameraPermission(io.scanbot.sdk.ui_v2.common.CameraPermissionScreen) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the dialog for requesting camera permissions.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Set the camera preview mode.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
Sets camera preview mode.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
Sets camera preview mode.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.ICameraView
Sets camera preview mode.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.check.CheckCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.generictext.TextDataCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Preview mode of the camera: Fit-In or Fill-In.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Preview mode of the camera: CameraPreviewMode.FIT_IN or CameraPreviewMode.FIT_IN.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Preview mode of the camera: CameraPreviewMode.FIT_IN or CameraPreviewMode.FIT_IN.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.vin.VinScannerCameraView
 
setCameraPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Preview mode of the camera: fit-in or fill-in.
setCameraPreviewMode(io.scanbot.sdk.ui.configuration.json.JsonCameraPreviewMode) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Preview mode of the camera.
setCameraPreviewMode(io.scanbot.sdk.ui_v2.common.CameraPreviewMode) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which camera preview mode to use.
setCameraType(io.scanbot.sdk.ui.camera.ScanbotCameraContainerView.CameraType) - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
 
setCameraUiSettings(io.scanbot.sdk.ui.camera.CameraUiSettings) - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
setCameraUiSettings(io.scanbot.sdk.ui.camera.CameraUiSettings) - function in io.scanbot.sdk.ui.view.base.BaseFragment
 
setCameraUiSettings(io.scanbot.sdk.ui.camera.CameraUiSettings) - function in io.scanbot.sdk.ui.view.base.NFBaseActivity
 
setCameraUiSettings(io.scanbot.sdk.ui.camera.CameraUiSettings) - function in io.scanbot.sdk.ui_v2.common.activity.BaseActivity
 
setCameraView(io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView) - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
setCameraViewModel(io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel) - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
setCameraZoomFactor(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The relative initial zoom level of the camera in the range (0,1), where 0 is zoomed out and 1 is zoomed in.
setCameraZoomFactor(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The relative initial zoom level of the camera in the range (0,1), where 0 is zoomed out and 1 is zoomed in.
setCameraZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Set custom available zoom range.
setCameraZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Set custom available zoom range.
setCameraZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Set custom camera zoom range.
setCameraZoomRange(io.scanbot.sdk.ui.configuration.json.JsonZoomRange) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The range of valid camera zoom factors.
setCameraZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Set custom camera zoom range.
setCameraZoomRange(io.scanbot.sdk.ui.configuration.json.JsonZoomRange) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The range of valid camera zoom factors.
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Set current zoom ratio ranging from 0.5f to 100f.
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Set current zoom ratio ranging from 0.5f to 100f.
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Set current zoom ratio from 0.5x up to 100x (if supported).
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Set current zoom ratio from 0.5x up to 100x (if supported).
setCameraZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
setCancelButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Configuration of the cancel button.
setCancelButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's cancel button.
setCancelButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the cancel button on the confirmation sheet.
setCancelButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Configuration of the cancel button's appearance.
setCancelButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button.
setCancelButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button.
setCancelButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button
setCancelButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button.
setCancelButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button.
setCancelButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeConfiguration
 
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Icon of the cancel button.
setCancelButtonIcon(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfiguration
 
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
String being displayed on the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
String being displayed on the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Title of the cancel button.
setCancelButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Title of the cancel button.
setCaptureCallback(io.scanbot.sdk.camera.CaptureCallback) - function in io.scanbot.sdk.camera.ScanbotCameraView
Sets the callback which will be notified about the moment of actual image capture.
setCaptureCallback(io.scanbot.sdk.camera.CaptureCallback) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Sets the callback which will be notified about the moment of actual image capture.
setCaptureCallback(io.scanbot.sdk.camera.CaptureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Sets the callback which will be notified about the moment of actual image capture.
setCaptureCallback(io.scanbot.sdk.camera.CaptureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Sets the callback which will be notified about the moment of actual image capture.
setCaptureHighResolutionImage(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
setCaptureHighResolutionImage(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
Enables/disables high quality image capturing.
setCaptureHighResolutionImage(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Set high-resolution Check image capturing.
setCaptureHighResolutionImage(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Set high-resolution Check image capturing.
setCaptureMode(io.scanbot.sdk.barcode.ui.CaptureMode) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewController
Set whether to run counter on Live Frame (smaller resolution, but faster), or on captured image (much slower, but potentially better quality)
setCapturing(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text that is shown when the camera snaps the image.
setCapturing(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown when the camera snaps the image.
setChecked(java.lang.Boolean) - function in io.scanbot.sdk.ui.utils.CheckableFrameLayout
 
setChecked(java.lang.Boolean) - function in io.scanbot.sdk.ui.utils.CheckableImageButton
 
setChecked(java.lang.Boolean) - function in io.scanbot.sdk.ui.utils.CheckableImageView
 
setChildren(kotlin.collections.ArrayList) - function in io.scanbot.sdk.pdf.Bookmark
 
setCleaner(io.scanbot.sdk.generictext.GenericTextRecognizer.CleanRecognitionResultCallback) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Sets the cleaner for the raw text to prepare the raw recognized string to validation.
setCleaner(io.scanbot.sdk.generictext.GenericTextRecognizer.CleanRecognitionResultCallback) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Sets the cleaner for the raw text to prepare the raw recognized string to validation.
setCleanRecognitionResultCallback(java.lang.Class) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
setClearAllButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the button for clearing the barcode list.
setClearButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Text of the button which clears the list of scanned barcodes.
setClearButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the button which clears the list of scanned barcodes.
setClearButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Text of the button which clears the list of scanned fields.
setClearButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String used for displaying amount of detected fields.
setClearTextButton(io.scanbot.sdk.ui_v2.common.IconStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's button to clear the entered count number.
setCloseButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's close button.
setCodeDensity(io.scanbot.sdk.barcode.entity.BarcodeDensity) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
The expected density of QR codes.
setCodeDensity(io.scanbot.sdk.barcode.entity.BarcodeDensity) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
The expected density of QR codes.
setCodeDensity(io.scanbot.sdk.barcode.entity.BarcodeDensity) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
The expected density of QR codes.
setCodeDensity(io.scanbot.sdk.ui.configuration.json.JsonCodeDensity) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The expected density of QR codes in an image.
setCodeDensity(io.scanbot.sdk.ui.configuration.json.JsonCodeDensity) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The expected density of QR codes in an image.
setCodeDensity(io.scanbot.sdk.ui_v2.barcode.configuration.CodeDensity) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
The expected quantity of QR codes in an image.
setCollapsedVisibleHeight(io.scanbot.sdk.ui_v2.barcode.configuration.CollapsedVisibleHeight) - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Height of the collapsed result sheet.
setColor(java.lang.Integer) - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
Changes stroke color of the polygon.
setColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Color used for foreground elements.
setColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.IconStyle
Icon color.
setColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.StyledText
Text color.
setColorFilter(android.content.res.ColorStateList) - function in io.scanbot.sdk.ui.utils.TintableImageButton
Sets color filter using ColorStateList rather than just color
setColorFilter(android.content.res.ColorStateList,java.lang.Integer) - function in io.scanbot.sdk.ui.view.widget.CancelView
Set colors of the cancel text button and the icon button
setColorFilter(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.view.widget.CancelView
Set colors of the cancel text button and the icon button
setCompressedThumbnail(android.graphics.Bitmap) - function in com.android.mms.exif.ExifInterface
Sets the thumbnail to be a jpeg compressed bitmap.
setCompressedThumbnail(kotlin.Array) - function in com.android.mms.exif.ExifInterface
Sets the thumbnail to be a jpeg compressed image.
setConfidenceValue(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that shows average confidence value of scanned document.
setConfidenceValue(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that shows average confidence value of scanned document.
setConfidenceValue(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setConfig(io.scanbot.barcodescanner.model.BarcodeScannerConfig) - function in io.scanbot.barcodescanner.BarcodeScanner
Set configuration that determines component behavior.
setConfig(io.scanbot.sdk.barcode.entity.BarcodeScannerConfig) - function in io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
Apply configuration to tweak scanning logic.
setConfig(io.scanbot.sdk.barcode.entity.BarcodeScannerConfig) - function in io.scanbot.sdk.barcode.ScanbotBarcodeDetector
Apply configuration to tweak scanning logic.
setConfig(io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfigurationHelper
 
setConfiguration(io.scanbot.generictext.NativeGenericTextRecognizerConfig) - function in io.scanbot.generictext.NativeGenericTextRecognizer
Sets the configuration to use during the text recognition.
setConfiguration(io.scanbot.licenseplate.NativeLicensePlateScannerConfig) - function in io.scanbot.licenseplate.NativeLicensePlateScanner
Sets the configuration to use during the text recognition.
setConfiguration(io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration,io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeCameraConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration,io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeCameraConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration,io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration,io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration,io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration,io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration,io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration,io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration,io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration,io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration,io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfigurationHelper
 
setConfiguration(io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration,io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfigurationHelper
Set configuration map from which it it will read configuration on ,io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel)>applyConfiguration call.
setConfiguration(io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration,io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfigurationHelper
 
setConfiguration(io.scanbot.vin.NativeVinScannerConfig) - function in io.scanbot.vin.NativeVinScanner
Sets the configuration to use during VIN recognition.
setConfirmationDialogAccentColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
The accent color of buttons on a confirmation dialog
setConfirmationDialogAccentColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The accent color of buttons on a confirmation dialog.
setConfirmationDialogConfiguration(io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls the state of the Barcode confirmation dialog.
setConfirmationDialogConfiguration(io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The confirmation dialog configuration.
setConfirmationDialogConfirmButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Allows to set if the confirm button should be filled
setConfirmationDialogConfirmButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Allows to set if the confirm button should be filled.
setConfirmationDialogConfirmButtonFilledTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Allows to set a text color of the filled button.
setConfirmationDialogConfirmButtonFilledTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Allows to set a text color of the filled button.
setConfirmationDialogConfirmButtonStyle(io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialogs confirm button.
setConfirmationDialogConfirmButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Confirmation dialog confirm button text
setConfirmationDialogConfirmButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog retry button.
setConfirmationDialogEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Enables or disables showing of the confirmation dialog after barcode scanning.
setConfirmationDialogEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Enables or disables showing of the confirmation dialog after barcode scanning.
setConfirmationDialogMessage(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Confirmation dialog message
setConfirmationDialogMessage(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The message text of the confirmation dialog.
setConfirmationDialogRetryButtonStyle(io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialogs retry button.
setConfirmationDialogRetryButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Confirmation dialog retry button text
setConfirmationDialogRetryButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog confirm button.
setConfirmationDialogStyle(io.scanbot.sdk.ui.configuration.json.JsonDialogStyle) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialog.
setConfirmationDialogTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Confirmation dialog title
setConfirmationDialogTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog.
setConfirmationSheetEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
If enabled, the confirmation sheet will be shown after the barcode has been scanned.
setConfirmButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
Allows to set if the confirm button should be filled.
setConfirmButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Allows to set if the confirm button should be filled.
setConfirmButtonFilledTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
Allows to set a text color of the filled button.
setConfirmButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog confirm button.
setConfirmButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog confirm button text.
setContent(kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.barcode.common.ArComposeView
Set the Jetpack Compose UI content for this view.
setContourDetectorSettings(io.scanbot.sdk.core.contourdetector.ContourDetectorSettings) - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
setCornerRadius(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes the radius of corners of the polygon
setCornerRadius(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes the corner Radius of the Finder view.
setCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The corner radius of the dialog.
setCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Radius of the viewfinder's corners.
setCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
The viewfinder's corner radius.
setCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Polygon corner radius in dp.
setCounterBadge(io.scanbot.sdk.ui_v2.barcode.configuration.BadgeStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Parameters of the counter badge appearance e.g.
setCountingRepeatDelay(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Time interval in milliseconds before a barcode is counted again.
setCroppedImage(android.graphics.Bitmap) - function in io.scanbot.sdk.check.entity.CheckRecognizerResult
Internal field, do not use.
setCurrentStep(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
setData(T) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setDebugImage(android.graphics.Bitmap) - function in io.scanbot.hicscanner.model.HealthInsuranceCardRecognitionResult
Internal field, do not use.
setDefaultDisplayState(io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldDisplayState) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration
The default display state of a field in the RTU UI, could be hidden by default or visible by default.
setDefaultDisplayText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonDocumentsDisplayConfiguration
The display text of the document in the list
setDefaultDisplayText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration
The display text of the field in the list
setDefaultPageFilter(io.scanbot.sdk.ui.configuration.json.JsonImageFilterType) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The default image filter type for new documents pages.
setDefaultPageFilter(io.scanbot.sdk.ui.configuration.json.JsonImageFilterType) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The default image filter type for new documents pages.
setDefaultPageParametricFilter(io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setDefaultPictureSize(android.hardware.Camera.Size) - function in com.commonsware.cwac.camera.CameraView
 
setDefaultPreviewSize(android.hardware.Camera.Size) - function in com.commonsware.cwac.camera.CameraView
 
setDefaultZoomFactor(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
The default zoom factor on start-up.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.camera.ScanbotCameraView
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
 
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Delay that camera will took before snap on auto focus complete called from camera core in ms.
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setDelayAfterFocusCompleteMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
setDelayAfterMove(java.lang.Long) - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
Delay to wait after significant move.
setDelayAfterScan(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Freezes a preview after a scan for a given amount of seconds.
setDelayAfterScanMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Sets a delay after scan in ms.
setDelayAfterScanMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Sets a delay after scan in ms.
setDelayAfterScanMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Sets delay after scan in ms.
setDeselected(io.scanbot.sdk.ui_v2.common.PolygonStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Appearance of the overlay polygon when a barcode is not selected.
setDetailsActionColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The color of Submit button.
setDetailsActionColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of Submit button
setDetailsActionColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
The color of Clear and Submit buttons
setDetailsActionColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of Submit button
setDetailsBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The color of bottom sheet.
setDetailsBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of bottom sheet
setDetailsBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
The color of bottom sheet
setDetailsBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of bottom sheet
setDetailsPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The color of text elements in bottom sheet.
setDetailsPrimaryColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of text elements in bottom sheet
setDetailsPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
The color of text elements in bottom sheet
setDetailsPrimaryColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of text elements in bottom sheet
setDetectButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the detect button
setDetectButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the detect button
setDetectButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Title of the Detect button.
setDetectButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Detect button.
setDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Set barcode detection interval in milliseconds
setDetectionStatusDefaultText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
setDetectionStatusFailedDetectionText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
setDetectionStatusFailedDetectionText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
String being displayed when health insurance card was not found.
setDetectionStatusFailedDetectionText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was not found.
setDetectionStatusFailedValidationText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
setDetectionStatusFailedValidationText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
String being displayed when health insurance card was found but not recognized.
setDetectionStatusFailedValidationText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was found but not recognized.
setDetectionStatusSuccessText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
setDetectionStatusSuccessText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
String being displayed when health insurance card was found and recognized.
setDetectionStatusSuccessText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was found and recognized.
setDetectResetButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Changes the visibility of Detect and Reset buttons.
setDetectResetButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Changes the visibility of Detect and Reset buttons.
setDialogBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The general background color of the actual dialog view.
setDialogBackgroundEffect(io.scanbot.sdk.ui.configuration.json.JsonBlurEffect) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The visual effect of the dialogs background.
setDialogButtonsAccentColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The accent color of buttons on a confirmation dialog.
setDialogMessage(java.lang.String) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The message text of the confirmation dialog.
setDialogTextFormat(io.scanbot.sdk.ui.configuration.json.JsonBarcodeDialogFormat) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The text format of the result dialog.
setDialogTextFormat(io.scanbot.sdk.ui.view.barcode.dialog.BarcodeDialogFormat) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The text format of the result dialog.
setDialogTitle(java.lang.String) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog.
setDISABLED_ACTIONMODE_CALLBACK(android.view.ActionMode.Callback) - function in io.scanbot.sdk.utils.ViewUtils
Use this ActionMode.Callback if action mode should be disabled
setDividerColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Color of the divider and separator lines in the barcode info dialog.
setDividerColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Color of the divider and separator lines in the edit dialog.
setDividerColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The color of the dividers in the list sheet.
setDividerColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Color of the divider and separator lines in the confirmation sheet.
setDocumentDetectorMode(io.scanbot.sdk.ui.configuration.json.JsonDocumentDetectorMode) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional mode for document detection.
setDocumentDisplayConfiguration(kotlin.collections.HashMap) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Allows to configure the display configuration for documents.
setDocumentDraftExtractor(io.scanbot.sdk.docprocessing.draft.DocumentDraftExtractor) - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
Customizable instances which will be used for injections.
setDocumentImageSizeLimit(io.scanbot.sdk.persistence.PageStorageProcessor.Configuration.Size) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Sets documentImageSizeLimit
setDocumentImageSizeLimit(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Document image size limit.
setDocumentImageSizeLimit(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Document image size limit.
setDocumentImageSizeLimit(io.scanbot.sdk.ui.configuration.json.JsonSize) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Limits the maximum size of the document image.
setDocumentImageSizeLimit(io.scanbot.sdk.ui.configuration.json.JsonSize) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Limits the maximum size of the document image.
setDocumentsDisplayConfiguration(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Allows to configure the display configuration for documents.
setDoneButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the done button.
setDoneButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the done button
setDoneButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Title of the Done button.
setDoneButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Done button.
setDrawPolygon(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
setDrawPolygon(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
setDrawPolygon(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
setDrawPolygonShadows(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Draw shadows under polygon stroke if polygon background color is transparent
setDrawPolygonShadows(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Draw shadows under polygon stroke if polygon background color is transparent.
setDrawPolygonShadows(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setDrawPolygonShadows(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
setDrawShadows(java.lang.Boolean) - function in io.scanbot.sdk.ui.PolygonView
Enable shadows under the polygon stroke if poly fill is transparent.
setEdgeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets edge color
setEdgeColorOnLine(java.lang.Integer) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets edge color on line
setEdgeWidth(java.lang.Float) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets edge width in pixels
setEditPolygonAnimationEndListener(io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonAnimationEndListener) - function in io.scanbot.sdk.ui.EditPolygonImageView
sets listener which will be invoked when animation will be finished
setEditPolygonDragListener(io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonDragListener) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets listener which will be invoked when the state of the polygon selection changes
setEditPolygonDragStateListener(io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonDragStateListener) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets the listener which helps to track the change of the state of dragging
setEnableBounding(java.lang.Boolean) - function in io.scanbot.sdk.ui.MagnifierView
Enables Bounding of magnifier view
setEnableCameraButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's confirmation button.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
setEnableCameraExplanation(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's explanatory text.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraExplanationText(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
setEnableCameraTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's title.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
true if auto-snapping is enabled.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
Set true to enable barcode/QR code detection.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
 
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerSelectionOverlayController
Controls the visibility of the selection overlay layer (disabled by default)
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.camera.FrameHandler
Toggle frame processing.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
Flag to disable autosnapping processing.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.camera.autosnapping.ShakeAutoSnappingPredicate
 
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
 
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Whether swipe to delete is enabled or not.
setEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.Vibration
Enable or disable vibration when a barcode is detected.
setEnableNativeLogging(java.lang.Boolean) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional boolean flag that enables Scanbot SDK Core native logging (default is false, Android only).
setEnergySaving(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text text that is shown when energy saving is active.
setEnergySaving(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text text that is shown when energy saving is active.
setEngineMode(io.scanbot.sdk.barcode.entity.EngineMode) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
 
setEngineMode(io.scanbot.sdk.ocr.OpticalCharacterRecognizer.EngineMode) - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig
The OCR and PDF engine mode to use.
setEngineMode(io.scanbot.sdk.barcode.entity.EngineMode) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Allows to set custom EngineMode for the barcode detection EngineMode.NextGen is used by default
setEngineMode(io.scanbot.sdk.barcode.entity.EngineMode) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Allows to set custom EngineMode for the barcode detection EngineMode.NextGen is used by default
setEngineMode(io.scanbot.sdk.barcode.entity.EngineMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Allows to set custom EngineMode for the barcode detection EngineMode.NextGen is used by default
setEngineMode(io.scanbot.sdk.ui.configuration.json.JsonEngineMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
String being displayed on the cancel button.
setEngineMode(io.scanbot.sdk.barcode.entity.EngineMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Allows to set custom EngineMode for the barcode detection EngineMode.NextGen is used by default
setEngineMode(io.scanbot.sdk.ui.configuration.json.JsonEngineMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The engine mode to be used for barcode scanning.
setErrorDialogAccentColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
The accent color of buttons on a error dialog.
setErrorDialogAccentColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The accent color of buttons on a error dialog.
setErrorDialogMessage(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Error dialog message.
setErrorDialogMessage(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog message
setErrorDialogOkButton(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog ok button text.
setErrorDialogOkButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Allows to set if the confirm button should be filled.
setErrorDialogOkButtonFilled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Allows to set if the confirm button should be filled.
setErrorDialogOkButtonFilledTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Allows to set a text color of the filled button.
setErrorDialogOkButtonFilledTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Allows to set a text color of the filled button.
setErrorDialogOkButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Error dialog ok button text.
setErrorDialogTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Error dialog title.
setErrorDialogTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog title
setErrorState(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Configuration of the error state displayed when processing a barcode fails.
setExcludedFields(java.util.Set) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setExcludedFieldTypes(java.util.Set) - function in io.scanbot.genericdocument.NativeGenericDocumentScanner
Set of secure fields which should be excluded from scanning process.
setExcludedFieldTypes(java.util.Set) - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Set of secure fields which should be excluded from scanning process.
setExcludedFieldTypes(java.util.Set) - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Set of secure fields which should be excluded from scanning process.
setExcludedFieldTypes(kotlin.collections.HashSet) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Set of secure fields which should be excluded from scanning process.
setExcludedFieldTypes(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
List of secure fields which should be excluded from scanning process.
setExif(java.util.Collection) - function in com.android.mms.exif.ExifInterface
Sets the exif tags, clearing this ExifInterface object's existing exif tags.
setExtractDocumentImage(java.lang.Boolean) - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Image extraction with the result.
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.check.BaseCheckRecognizerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.generictext.BaseTextDataScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
 
setFactory(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.viewmodel.ScreenInjector
 
setFetchingStateText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The text for the data fetching state of the barcode item in a list.
setFetchingStateText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The text for the data fetching state of the barcode item in a list.
setFieldConfidenceHighColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of confidence value label background in details screen, when the field confidence level is high.
setFieldConfidenceHighColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of confidence value label background in details screen, when the field confidence level is high.
setFieldConfidenceHighColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldConfidenceLowColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of confidence value label background in details screen, when the field confidence level is low.
setFieldConfidenceLowColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of confidence value label background in details screen, when the field confidence level is low.
setFieldConfidenceLowColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldConfidenceModerateColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of confidence value label background in details screen, when the field confidence level is moderate.
setFieldConfidenceModerateColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of confidence value label background in details screen, when the field confidence level is moderate.
setFieldConfidenceModerateColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldConfidenceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of confidence value label text in details.
setFieldConfidenceTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of confidence value label text in details.
setFieldConfidenceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldListView(io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListView) - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
setFieldsCountText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String used for displaying amount of detected fields.
setFieldsCountText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String used for displaying amount of detected fields.
setFieldsCountText(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldsCountTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Text color of the fields count label.
setFieldsCountTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Text color of the fields count label.
setFieldsCountTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setFieldsDisplayConfiguration(kotlin.collections.HashMap) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Allows to configure the display configuration for fields.
setFieldsDisplayConfiguration(java.util.List) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Allows to configure the display configuration for fields.
setFileEncryptionMode(io.scanbot.sdk.configuration.json.JsonFileEncryptionMode) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional file encryption mode, 'AES128' or 'AES256'.
setFileEncryptionPassword(java.lang.String) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional file encryption password.
setFileStorageSettings(io.scanbot.sdk.persistence.FileStorageSettings) - function in io.scanbot.sdk.di.SdkStorageModule.Companion
 
setFillColor(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes fill color of the polygon
setFillColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Polygon color.
setFillColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Polygon color.
setFillColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes fill color of the polygon when result is OK
setFilledConfirmButtonTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The text color of the confirm button if it is filled.
setFilteredPreviewForId(android.graphics.Bitmap,java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.PageFileStorage
Replace or creates filtered preview images for existingPageId, for filter
setFilteredPreviewForId(kotlin.ByteArray,java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.PageFileStorage
Replace or creates filtered preview images for existingPageId, for filter
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Aspect ratio of the finder window.
setFinderAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Aspect ratio of the finder window.
setFinderAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Aspect ratio of the finder window.
setFinderAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Aspect ratio of the finder window.
setFinderAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Aspect ratio of the finder window.
setFinderAspectRatio(io.scanbot.sdk.ui.configuration.json.JsonAspectRatio) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
setFinderAspectRatio(io.scanbot.sdk.AspectRatio) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Aspect ratio of the finder window.
setFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.IFinderViewController
Controls if the Finder view should be displayed and used in calculation of the area passed to recognizers
setFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set whether finder view should be enabled on the scanner or not.
setFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Enables the view finder.
setFinderInset(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes finder view padding to screen edgesSet value or null if you need to left default value
setFinderInset(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes finder view visible paddings to its edges
setFinderInsets(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Color of the finder window's outline.
setFinderLineColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Foreground color of the detection overlay.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Thickness of the finder window's outline.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Width of finder frame border.
setFinderLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Thickness of the finder window's outline in Px.
setFinderLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Width of finder frame border.
setFinderMaxSize(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setFinderMinPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes finder view padding to screen edges
setFinderMinPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes finder view padding to screen edges.
setFinderPlaceholder(android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set view inside of the finder window| | | | || | | | finderWindow | || | | | | |_________________|
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Text hint shown under the finder window.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
String being displayed as description.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Text hint shown under the finder window.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
String being displayed as description.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Text hint shown under the finder window.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed as description.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
User guidance text below the finder view
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
User guidance text below the finder view
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Text hint shown under the finder window.
setFinderTextHint(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
String being displayed as description.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Color of the text hint under the finder window.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Color of the text hint under the finder window.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
The color of the text with user guidance below the finder view.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Color of the text hint under the finder window.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
The color of the text with user guidance below the finder view
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Color of the text hint under the finder window.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Foreground color of the description label.
setFinderTextHintColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
The color of the text with user guidance below the finder view.
setFinderTextHintColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Foreground color of the description label.
setFinderViewEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setFixedFinderHeight(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set fixed Finder view window height.
setFixedFinderWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set fixed Finder view window width.
setFlashButton(io.scanbot.sdk.ui_v2.common.RoundButton) - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Appearance of the flash button.
setFlashButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the flash button.
setFlashButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the flash button.
setFlashButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the flash button.
setFlashButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the flash button.
setFlashButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the flash toggle button is hidden or not.
setFlashButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls whether the flash toggle button is hidden or not.
setFlashButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the flash toggle button is hidden or not.
setFlashButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Controls whether the flash toggle button is hidden or not.
setFlashButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Controls whether the flash toggle button is hidden or not.
setFlashButtonInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the flash button when flash is off.
setFlashButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title of the flash toggle button.
setFlashButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the flash toggle button.
setFlashButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Title of the flash toggle button.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Enables/disables flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Whether flash is toggled on or off.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether flash is toggled on or off.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Enables/Disables flash
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
Toggles flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
Enables/Disables flash
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
Toggles flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
Enables/Disables flash
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
Toggles flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
Toggles flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
Enables/Disables flash
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
Toggles flash.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Controls whether the flash should be initially enabled.
setFlashEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether the flash is enabled by default.
setFlashMode(java.lang.String) - function in com.commonsware.cwac.camera.CameraFragment
 
setFlashMode(java.lang.String) - function in com.commonsware.cwac.camera.CameraView
 
setFlipCameraButton(io.scanbot.sdk.ui_v2.common.RoundButton) - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Aappearance of the flip camera button.
setFont(io.scanbot.sdk.ui.configuration.json.JsonFont) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The font of the button title.
setFontName(java.lang.String) - function in io.scanbot.sdk.ui.configuration.json.JsonFont
The font name.
setFontSize(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonFont
The font size.
setForceAutofocusBeforeSnap(java.lang.Boolean) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
 
setForceMaxSnappingQuality(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set whether camera should force maximum possible quality of snapped picture.
setForceMaxSnappingQuality(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Set whether camera should force maximum possible quality of snapped picture.
setForceMaxSnappingQuality(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set whether camera should force maximum possible quality of snapped picture.
setForceMaxSnappingQuality(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set whether camera should force maximum possible quality of snapped picture.
setForceMaxSnappingQuality(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set whether camera should force maximum possible quality of snapped picture.
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set whether camera should force maximum possible size of snapped picture or use maximum size that available with the same aspect ratio as preview by default set to false This parameter works only with ScanbotCameraXView enabled
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setForceMaxSnappingSize(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
setForceUserGuidance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Enables/Disables forceUserGuidance
setForceUserGuidance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Force of showing PolygonView and user guiding when autosnapping is disabled
setForceUserGuidance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Force of showing PolygonView and user guiding when autosnapping is disabled.
setForceUserGuidance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Shows the user guidance elements if autosnapping is disabled.
setForceUserGuidance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Shows the user guidance elements if autosnapping is disabled.
setForeground(io.scanbot.sdk.ui_v2.common.ForegroundStyle) - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The style of the button's foreground (icon, text).
setForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BadgeStyle
Color of the button foreground (icon, text).
setForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button foreground (icon, text).
setForegroundColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button foreground (icon, text).
setFormattedBarcodeDataMapper(io.scanbot.sdk.barcode.entity.FormattedBarcodeDataMapper) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Additional filter to reject or accept barcode scanner results.
setFormattedDataMapper(java.lang.Class) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setFrameHeight(java.lang.Integer) - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
setFrameOrientation(java.lang.Integer) - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
setFrameProcessingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.ILiveDetectionCameraController
 
setFrameWidth(java.lang.Integer) - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
setFullPolygonSelected(java.lang.Boolean) - function in io.scanbot.sdk.ui.EditPolygonImageView
 
setGs1Handling(io.scanbot.sdk.ui_v2.barcode.configuration.Gs1Handling) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
The expected way of handling GS1_COMPOSITE barcodes.
setGs1HandlingMode(io.scanbot.sdk.barcode.entity.Gs1Handling) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
Set the GS1 handling mode.
setGs1HandlingMode(io.scanbot.sdk.barcode.entity.Gs1Handling) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
GS1 Codes Handling mode.
setGs1HandlingMode(io.scanbot.sdk.barcode.entity.Gs1Handling) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
GS1 Codes Handling mode.
setGs1HandlingMode(io.scanbot.sdk.ui.configuration.json.JsonGs1HandlingMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The GS1 handling mode.
setGs1HandlingMode(io.scanbot.sdk.ui.configuration.json.JsonGs1HandlingMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The GS1 handling mode.
setGuidanceText(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
User guidance hint text.
setGuidanceText(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
User guidance hint text.
setGuidanceText(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
User guidance hint text.
setHardwareButtonKeyCode(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
setHardwareButtonKeyCode(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
setHardwareSnapButton(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setHardwareSnapButton(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
setHeight(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
The height component of the aspect ratio.
setHeight(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonSize
Height parameter
setHeight(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.AspectRatio
Height component of the aspect ratio.
setHighlightedBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The background color of the button while pressed.
setHighlightedPolygonColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the polygon in the selection overlay, when highlighted.
setHighlightedPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the polygon in the selection overlay, when highlighted.
setHighlightedTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The color of the buttons title while pressed.
setHighlightedTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the text in the selection overlay, when highlighted.
setHighlightedTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the text in the selection overlay, when highlighted.
setHighlightedTextContainerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the texts background in the selection overlay, when highlighted.
setHighlightedTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the texts background in the selection overlay, when highlighted.
setHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintDontMove(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintDontMove(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintOffCenter(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintOffCenter(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Text of the edit screen hint.
setHintTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Text of the edit screen hint.
setHintTitleColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Color of the edit screen hint text.
setHintTitleColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Color of the edit screen hint text.
setHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setHintValues(io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
setHintValues(io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
setIcon(io.scanbot.sdk.ui_v2.common.IconStyle) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the icon used in the camera permission request.
setIconBackground(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Background color of the icon used in the camera permission request.
setIconColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Color of the icon on the swipe-to-delete button.
setIconVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Whether the icon is visible.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.contourdetector.ContourDetectorFrameHandler
Flag to determine whether to treat DetectionStatus.OK_BUT_BAD_ASPECT_RATIO status as DetectionStatus.OK.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerViewController
Flag to determine whether to treat DetectionStatus.OK_BUT_BAD_ASPECT_RATIO status as DetectionStatus.OK.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Sets flag which enables/disables BadAspectRatio detection ignoring.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
Sets flag which enables/disables BadAspectRatio detection ignoring.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Sets whether to ignore the DetectionResult.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Sets whether to ignore the DetectionResult.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Sets whether to ignore the OK_BUT_BAD_ASPECT_RATIO detection status.
setIgnoreBadAspectRatio(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Sets whether to ignore the OK_BUT_BAD_ASPECT_RATIO detection status.
setImage(android.graphics.Bitmap) - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
setImageBitmap(android.graphics.Bitmap) - function in io.scanbot.sdk.ui.EditPolygonImageView
set bitmap to the image view
setImageDrawableResource(java.lang.Integer) - function in io.scanbot.sdk.ui.view.widget.CancelView
Set the icon button image and hide text button
setImageFilterType(io.scanbot.sdk.process.ImageFilterType) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Add default filtration for scanned document for given ImageFilterType
setImageFilterType(io.scanbot.sdk.process.ImageFilterType) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Add default filtration for scanned document for given ImageFilterType.
setImageForId(android.graphics.Bitmap,java.lang.String,io.scanbot.sdk.persistence.PageFileStorage.PageFileType) - function in io.scanbot.sdk.persistence.PageFileStorage
Replace images for type, for existingPageId
setImageForId(kotlin.ByteArray,java.lang.String,io.scanbot.sdk.persistence.PageFileStorage.PageFileType) - function in io.scanbot.sdk.persistence.PageFileStorage
Replace images for type, for existingPageId
setImageFormat(io.scanbot.sdk.persistence.CameraImageFormat) - function in io.scanbot.sdk.persistence.PageStorageSettings
 
setImageQuality(java.lang.Integer) - function in io.scanbot.sdk.persistence.PageStorageSettings
 
setImageRotation(java.lang.Float) - function in io.scanbot.sdk.ui.MagnifierView
Sets rotation for the image preview when it is magnified
setImageScale(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Sets imageScale
setImageScale(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The image scaling factor.
setImageScale(java.lang.Float) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The image scaling factor.
setImageScale(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The image scaling factor.
setImageScale(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The image scaling factor.
setImageSize(int,int) - function in io.scanbot.sdk.util.view.PolygonViewHelper
Set scaled image size that will be drawn on screen
setImageTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
A title to show image content.
setImageTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
A title to show image content.
setImageTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setImageVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Control the visibility of the barcode image in the info box.
setInfo(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's info text.
setInitialScanDelay(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Scanning delay after scanner appearance in seconds.
setInitialScanDelay(java.lang.Double) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Scanning delay after scanner appearance in seconds.
setInitialScanDelay(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.common.Timeouts
Sets the time in ms the first scan is delayed by.
setInitialScanDelayMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Sets initial scan timeout in ms.
setInitialScanDelayMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Sets initial scan timeout in ms.
setInitialScanDelayMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Sets initial scan delay in ms.
setInitialScanDelayMs(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Sets initial scan delay in ms.
setInterval(java.lang.Long) - function in io.scanbot.sdk.barcode.SuccessFrameDebouncer
 
setItemLoadingText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
setItemsCountTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
Sets color for items count textview
setItemsCountTextPlaceholder(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
Sets a placeholder for items count textview
setItemsLoadingText(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
Sets loading text for item, which is being converted with a mapper
setJpegQuality(java.lang.Integer) - function in io.scanbot.sdk.core.processor.ImageProcessor.Companion
 
setLanguages(java.util.Set) - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig
Set of languages to use for OCR.
setLayout(int,int,int,int) - function in io.scanbot.sdk.util.view.PolygonViewHelper
Sets layout of surface inside parent to compensate differences between viewport and preview sizes and draw polygon correctly
setLicenseKey(java.lang.String) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Your license key for the Scanbot SDK.
setLifecycleOwner(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.ICameraViewController
Sets LifecycleOwner for CameraX view.
setLifecycleOwner(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
 
setLifecycleOwner(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setLines(java.util.List,java.util.List) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets detected horizontal and vertical lines
setListButton(io.scanbot.sdk.ui_v2.common.BadgedButton) - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Configuration of the list button.
setLoadingMessage(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Text being displayed while a barcode is being mapped.
setLockDocumentAspectRatioToFinder(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setLockDocumentAspectRatioToFinder(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set scanning of documents with the aspect ratio that set to the finderAspectRatio parameter.
setLockDocumentAspectRatioToFinder(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
If true allows only scanning of documents with the aspect ratio that the finder has.
setLogger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.sdk.util.log.LoggerProvider
 
setLoggingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional boolean flag to enable logging.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
setLowPowerMode(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
If true, enables a mode that slightly decreases scanning quality and energy consumption.
setMagnifier(io.scanbot.sdk.ui.MagnifierView) - function in io.scanbot.sdk.ui.EditPolygonImageView
 
setManualButtonDrawable(android.graphics.drawable.Drawable) - function in io.scanbot.sdk.ui.camera.ShutterButton
Sets drawable for button in ManualMode
setManualCountChangeColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Color of the buttons for manually changing the barcode count.
setManualCountChangeEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard.
setManualCountEditDialog(io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the dialog to manually edit the barcode count.
setManualCountOutlineColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The color of the outline of the manual counting buttons in the list sheet.
setMatchSubstringForPattern(java.lang.Boolean) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Find and match only part of the whole string if the pattern is used.
setMatchSubstringForPattern(java.lang.Boolean) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Find and match only part of the whole string if the pattern is used.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.vin.DefaultVinScanner
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumNumberOfAccumulatedFrames(java.lang.Integer) - function in io.scanbot.sdk.vin.VinScanner
Maximum number of accumulated frames to inspect before actual result is returned.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
Maximum text length of the detected barcode.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set maximum text length of the detected barcode.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set maximum text length of the detected barcode.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional maximum text length of the detected barcode.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional maximum text length of the detected barcode.
setMaximumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional maximum text length of the detected barcode.
setMaxNumberOfPages(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Set max number of scanned pages
setMaxNumberOfPages(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Defines max number of scanned pages.
setMaxNumberOfPages(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Maximum number of pages to scan.
setMaxZoom(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonZoomRange
The maximum zoom scale.
setMaxZoomRatio(java.lang.Float) - function in io.scanbot.sdk.camera.ZoomRange
Maximal zoom factor in the range from 0.2f to 100f.
setMessage(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog message.
setMessageColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the dialogs message.
setMessageFont(io.scanbot.sdk.ui.configuration.json.JsonFont) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The font of the dialogs message.
setMFileDescriptor(android.os.ParcelFileDescriptor) - function in io.scanbot.sdk.pdf.PdfiumSdk
 
setMinEstimatedNumberOfSymbolsForNoDocument(java.lang.Integer) - function in io.scanbot.sdk.process.DefaultDocumentQualityAnalyzer
Set the minimum estimated number of symbols for an image to be considered as a document.
setMinEstimatedNumberOfSymbolsForNoDocument(java.lang.Integer) - function in io.scanbot.sdk.process.DocumentQualityAnalyzer
Set the minimum estimated number of symbols for an image to be considered as a document.
setMinEstimatedNumberOfSymbolsForNoDocument(java.lang.Integer) - function in io.scanbot.sdk.process.NativeDocumentQualityAnalyzer
 
setMinFocusDistanceLock(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Locks the minimal supported focus distance and disables a continuous focus
setMinFocusDistanceLock(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Lock focus distance withing minimum possible range
setMinFocusDistanceLock(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Locks the minimal supported focus distance and disables a continuous focus
setMinFocusDistanceLock(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Lock focus distance withing minimum possible range
setMinFocusDistanceLock(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether to lock the focus on the minimum possible distance (device-specific).
setMinimum1DBarcodesQuietZone(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional minimum required quiet zone on the barcode.
setMinimum1DBarcodesQuietZone(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional minimum required quiet zone on the barcode.
setMinimum1DBarcodesQuietZone(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional minimum required quiet zone on the barcode.
setMinimum1DQuietZoneSize(java.lang.Integer) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
Minimum required quiet zone on the barcode.
setMinimum1DQuietZoneSize(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set minimum required quiet zone on the barcode.
setMinimum1DQuietZoneSize(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set minimum required quiet zone on the barcode.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.vin.DefaultVinScanner
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.vin.VinScanner
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualScanResult(java.lang.Integer) - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Minimum number of accumulated frames that have equal result.
setMinimumNumberOfRequiredFramesWithEqualScanResult(java.lang.Integer) - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Minimum number of accumulated frames that have equal result.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
Minimum required text length of the detected barcode.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
Set minimum required text length of the detected barcode.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
Set minimum required text length of the detected barcode.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional minimum required text length of the detected barcode.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional minimum required text length of the detected barcode.
setMinimumTextLength(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional minimum required text length of the detected barcode.
setMinNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Minimum number of accumulated frames that have equal result
setMinNumberOfRequiredFramesWithEqualRecognitionResult(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
setMinZoom(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonZoomRange
The minimum zoom scale.
setMinZoomRatio(java.lang.Float) - function in io.scanbot.sdk.camera.ZoomRange
Minimal zoom factor in the range from 0.2f to 100f.
setMNativeDocPtr(java.lang.Long) - function in io.scanbot.sdk.pdf.PdfiumSdk
 
setModalOverlayColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Background color of the overlay surrounding the barcode mapping error dialog.
setModalOverlayColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Background color of the overlay surrounding the edit dialog.
setModalOverlayColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Background color of the overlay surrounding the confirmation sheet.
setMode(io.scanbot.sdk.ui_v2.barcode.configuration.MultipleBarcodesScanningMode) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Mode used for scanning multiple barcodes.
setMode(io.scanbot.sdk.ui_v2.barcode.configuration.SheetMode) - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Mode used for the preview for scanning multiple barcodes.
setMode(io.scanbot.sdk.ui_v2.common.TopBarMode) - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Visual mode used for the top bar.
setMoveThreshold(java.lang.Float) - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveListener
 
setMsiPlesseyChecksumAlgorithm(io.scanbot.sdk.ui.configuration.json.JsonMSIPlesseyChecksumAlgorithm) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The checksum algorithm for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithm(io.scanbot.sdk.ui.configuration.json.JsonMSIPlesseyChecksumAlgorithm) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The checksum algorithm for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithm(io.scanbot.sdk.ui_v2.barcode.configuration.MSIPlesseyChecksumAlgorithm) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Checksum algorithm used for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithms(java.util.EnumSet) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
The checksum algorithms for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithms(java.util.EnumSet) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
The checksum algorithms for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithms(java.util.EnumSet) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
The checksum algorithms for MSI Plessey barcodes.
setMsiPlesseyChecksumAlgorithms(java.util.Set) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setMsiPlesseyChecksumAlgorithms(java.util.Set) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
setMultiPageButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the multi-page button.
setMultiPageButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the multi-page button.
setMultiPageButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the multi-page toggle button is hidden or not.
setMultiPageButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the multi-page toggle button is hidden or not.
setMultiPageButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title of the multi-page mode toggle button.
setMultiPageButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the multi-page mode toggle button.
setMultiPageEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Enables/Disables multipage
setMultiPageEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls multi-page mode.
setMultiPageEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls multi-page mode.
setNativeConfig(io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfigurationHelper
 
setNativeLogger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.common.util.NativeLogger
 
setNoBarcodesTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Text of the message that there are no barcodes scanned.
setNoBarcodesTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the message that there are no barcodes scanned
setNoDataTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that notifies that nothing was scanned yet.
setNoDataTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that notifies that nothing was scanned yet.
setNoDataTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setNormalizedDocumentName(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonDocumentsDisplayConfiguration
Complete list of available normalized document names is available in the documentation
setNormalizedFieldName(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration
Complete list of available normalized field names is available in the documentation
setOcrConfig(io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig) - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer
Sets the OCR and PDF engine mode configuration.
setOcrConfig(io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig) - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
Sets the OCR and PDF engine mode configuration.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Long) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Long) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.vin.DefaultVinScanner
The image will be downscaled to the given value during the processing.
setOcrResolutionLimit(java.lang.Integer) - function in io.scanbot.sdk.vin.VinScanner
The image will be downscaled to the given value during the processing.
setOcrSettings(io.scanbot.sdk.ocr.intelligence.OcrSettings) - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
setOnClickListener(android.view.View.OnClickListener) - function in io.scanbot.sdk.ui.view.widget.CancelView
 
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.OrientationMode) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Orientation lock mode of the cropping screen: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Orientation lock mode of the camera: CameraOrientationMode.PORTRAIT or CameraOrientationMode.LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Orientation lock mode of the camera: CameraOrientationMode.PORTRAIT or CameraOrientationMode.LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
setOrientationLockMode(io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
UI Interface orientation lock mode
setOrientationLockMode(io.scanbot.sdk.ui_v2.common.OrientationLockMode) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which mode to use when orientation should be locked to landscape or portrait.
setOverlayBottomPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes fill color of the Finder view
setOverlayColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes fill color of the Finder view
setOverlayColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Color of the viewfinder overlay.
setOverlayConfiguration(io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The selection overay configuration.
setOverlayConfiguration(io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The selection overlay configuration.
setOverlayEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Whether the barcode selection overlay is enabled or not.
setOverlayEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Whether the barcode selection overlay is enabled or not.
setOverlayLeftPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setOverlayRightPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setOverlayTopPadding(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setPage(io.scanbot.sdk.persistence.Page) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfiguration
 
setPageCounterAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the page-amount button.
setPageCounterButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the page-amount button.
setPageCounterButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Title suffix of the button that finishes the document scanning when multi-page scanning is enabled.
setPageCounterButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title suffix of the button that finishes the document scanning when multi-page scanning is enabled.
setPageIdx(java.lang.Long) - function in io.scanbot.sdk.pdf.Bookmark
 
setPageStorageSettings(io.scanbot.sdk.persistence.PageStorageSettings) - function in io.scanbot.sdk.di.SdkStorageModule.Companion
 
setPageText(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setPageTextContentDescription(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setPalette(io.scanbot.sdk.ui_v2.common.ScanbotPalette) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Define the screen's base color values from which other colors are derived.
setParametricFilter(io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Enables pages filtration for given ParametricFilter
setParametricFilter(io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Add default filtration for scanned document for given ParametricFilter
setPath(android.graphics.Path) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setPattern(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
Validation pattern to automatically validate recognized text.
setPaused(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown when the detector is paused.
setPdfImagesExtractorSettings(io.scanbot.sdk.pdf.PdfImagesExtractorSettings) - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
setPermissionBinding(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
setPermissionBinding(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setPermissionViewModel(io.scanbot.sdk.ui.view.base.IPermissionViewModel) - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
setPhotoQualityPrioritization(io.scanbot.sdk.ui.view.camera.configuration.json.CapturePhotoQualityPrioritization) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The prioritization of still image quality and capturing speed.
setPhotoQualityPrioritization(io.scanbot.sdk.ui.view.camera.configuration.json.CapturePhotoQualityPrioritization) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The prioritization of still image quality and capturing speed.
setPhotoQualityPrioritization(io.scanbot.sdk.ui.configuration.json.JsonCapturePhotoQualityPrioritization) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The prioritization of still image quality and capturing speed.
setPhotoQualityPrioritization(io.scanbot.sdk.ui.configuration.json.JsonCapturePhotoQualityPrioritization) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The prioritization of still image quality and capturing speed.
setPhysicalZoom(java.lang.Float) - function in io.scanbot.sdk.camera.ScanbotCameraView
Allows to set camera physical zoom value, if the value out of range of real camera min and max values it chooses min or max value.
setPhysicalZoom(java.lang.Float) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Allows to set camera physical zoom value, if the value out of range of real camera min and max values it chooses min or max value.
setPhysicalZoom(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
Allows to set camera physical zoom value, if the value out of range of real camera min and max values it chooses min or max value.
setPhysicalZoom(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Allows to set camera physical zoom value, if the value out of range of real camera min and max values it chooses min or max value.
setPhysicalZoom(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Allows to set camera physical zoom value, if the value out of range of real camera min and max values it chooses min or max value.
setPhysicalZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set custom zoom range.
setPhysicalZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Set custom zoom range.
setPhysicalZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set custom zoom range.
setPhysicalZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set custom zoom range.
setPhysicalZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set custom zoom range.
setPhysicalZoomRatio(java.lang.Float) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Sets current zoom ratio ranging from 0.5f to 100f.
setPictureSize(android.hardware.Camera.Size) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set camera picture size
setPictureSize(android.util.Size) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set camera picture size.
setPinchToZoomEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether pinch-to-zoom is enabled.
setPinchToZoomListener(io.scanbot.sdk.ui.camera.ScanbotCameraXView.PinchToZoomCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setPlaceholderIcon(io.scanbot.sdk.ui_v2.common.IconStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the icon displayed in an empty barcode list.
setPlaceholderIconBackground(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Background color of the icon displayed in an empty barcode list.
setPlaceholderSubtitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the subtitle displayed in an empty barcode list.
setPlaceholderTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the title displayed in an empty barcode list.
setPoints(kotlin.FloatArray) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setPoints(kotlin.FloatArray) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setPointsDraggable(java.lang.Boolean) - function in io.scanbot.sdk.ui.EditPolygonImageView
Control whether view is in editMode eg.
setPolygon(java.util.List) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setPolygon(java.util.List) - function in io.scanbot.sdk.ui.EditPolygonImageView
Sets polygon containing document coordinates
setPolygon(java.util.List) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setPolygon(io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
setPolygonAutoSnappingProgressStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes stroke color of the polygon animated progress line.
setPolygonAutoSnappingProgressStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes width of the stroke of the autosnapping animated polygon.
setPolygonAutoSnapProgressColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of the outline progress animation before the snap being taken after the successful document detection io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setPolygonAutoSnapProgressColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Stroke color of polygon auto snap progress animation.
setPolygonAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes if there is an animation should be played during the time when the user need to wait after the document was detected
setPolygonAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Enable/disable polygon autoSnap progress animation
setPolygonAutoSnapProgressEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether polygon auto snap progress animation is enabled or not.
setPolygonAutoSnapProgressLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Width of the document autoSnap animation outline.
setPolygonAutoSnapProgressLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Line width of polygon auto snap progress animation.
setPolygonBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonBackgroundColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the detected document outline when we are ready to snap io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setPolygonBackgroundColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the detected document outline when we are ready to snap io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setPolygonBackgroundColorOK(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the detected document outline when we are ready to snap OK.
setPolygonBackgroundColorOK(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the detected document outline when we are ready to snap OK.
setPolygonColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the polygon in the selection overlay.
setPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the polygon in the selection overlay.
setPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
setPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Default color of the cropping outline.
setPolygonColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Default color of the cropping outline.
setPolygonColorMagnetic(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Outline color of magnetically snapped edges.
setPolygonColorMagnetic(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Outline color of magnetically snapped edges.
setPolygonColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of the detected document outline when we are ready to snap io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setPolygonColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of the detected document outline when we are ready to snap io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setPolygonColorOK(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of the detected document outline when we are ready to snap OK.
setPolygonColorOK(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The color of the detected document outline when we are ready to snap OK.
setPolygonCornerRadius(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes the radius of corners of the polygon
setPolygonCornerRadius(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Radius of corners of the detected document outline.
setPolygonCornerRadius(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Radius of corners of the detected document outline.
setPolygonCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The radius to use when drawing rounded corners of the polygon.
setPolygonCornerRadius(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The radius to use when drawing rounded corners of the polygon.
setPolygonDrawShadows(java.lang.Boolean) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Enable shadows under the polygon stroke if poly fill is transparent.
setPolygonEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set whether polygon view should be enabled on the scanner or not.
setPolygonEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Enables the displaying of the documents polygon.
setPolygonFillColor(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes fill color of the polygon
setPolygonFillColorOK(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes fill color of the polygon when result is OK
setPolygonLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Width of the detected document outline in Px.
setPolygonLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Width of the detected document outline in Px.
setPolygonLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Width of the detected document outline.
setPolygonLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Width of the detected document outline.
setPolygonLineWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Width of the cropping outline in Px.
setPolygonLineWidth(java.lang.Double) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Width of the detected document outline.
setPolygonStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes stroke color of the polygon.
setPolygonStrokeColorOK(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes stroke color of the polygon when result is OK.
setPolygonStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Changes width of the stroke of the polygon.
setPolygonStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setPolygonStyle(io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setPolygonValueClickListener(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.PolygonValueClickListener) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a click listener to the view under the polygon created by barcodeItemViewFactory
setPolygonViewEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
setPolygonViewVisible(java.lang.Boolean) - function in io.scanbot.sdk.docdetection.ui.IPolygonViewController
Controls the visibility of the contour of the detected document
setPreferredZoom(java.lang.Double) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The cameras zoom level preferred for this step.
setPreviewCallback(android.hardware.Camera.PreviewCallback) - function in com.commonsware.cwac.camera.CameraView
 
setPreviewFrame(android.graphics.Bitmap) - function in io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
setPreviewFrameSize(android.util.Size) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set camera preview frame size.
setPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set the camera preview mode.
setPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set the camera preview mode.
setPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set the camera preview mode.
setPreviewMode(io.scanbot.sdk.camera.CameraPreviewMode) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set the camera preview mode.
setPreviewSize(android.hardware.Camera.Size) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set camera preview size
setPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
setPrimaryColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setProcessing(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text that is shown when the detector tries to detect the document from the snapped image.
setProcessing(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown when the detector tries to detect the document from the snapped image.
setProcessingEnabled(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
 
setRecognizeBarcode(java.lang.Boolean) - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Reading data from barcode, if it's present on document, could make data recognition more accurate.
setRecognizePatientInfo(java.lang.Boolean) - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Recognition of Patient Information block.
setRecognizePatientInfo(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
setRecognizePatientInfo(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Whether sdk should run recognition of Patient Information block.
setRecognizePatientInfo(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether sdk should run recognition of Patient Information block.
setRecognizerConfiguration(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scanning behavior.
setRectOfInterest(android.graphics.RectF) - function in io.scanbot.sdk.core.contourdetector.ContourDetector
Set rect od interest sizes.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setReplaceCancelButtonWithIcon(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
If true, replaces the cancel button in the top bar with a back arrow icon.
setRequiredAspectRatio(java.util.List) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Set required PageAspectRatio.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.contourdetector.ContourDetectorFrameHandler
Set required PageAspectRatios.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.core.contourdetector.ContourDetector
Set required AspectRatios.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerViewController
Set required PageAspectRatios.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.ui.IFinderViewController
Set required {@link PageAspectRatio}s.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set required {@link PageAspectRatio}s.
setRequiredAspectRatios(kotlin.collections.ArrayList) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Allowed aspect ratios of the document.
setRequiredAspectRatios(java.util.List) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
An optional array of aspect ratios the documents have to conform to.
setResetButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the reset button
setResetButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the reset button
setResetButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Title of the Reset button.
setResetButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Reset button.
setResultPoints(kotlin.Array) - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
setResultWithConfirmationEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
Defines, if the confirmation dialog should be displayed or not before returing the results to the delegate.
setResultWithConfirmationEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Defines, if the confirmation dialog should be displayed or not before returning the barcode scanning results.
setRetryButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Configuration of the retry button.
setRetryButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog retry button.
setRetryButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog retry button text.
setReturnCroppedDocument(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
setReturnCroppedDocumentImage(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Whether sdk should return cropped document image or not
setReturnCroppedDocumentImage(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether sdk should return cropped document image or not
setReturnFrameOnSuccess(java.lang.Boolean) - function in io.scanbot.sdk.check.CheckRecognizerFrameHandler
Returns the frame in the recognition result on success.
setRotateButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the rotate button
setRotateButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the rotate button
setRotateButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Changes the visibility of the Rotate button.
setRotateButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Changes the visibility of the Rotate button.
setRotateButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Title of the Rotate button.
setRotateButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Rotate button.
setRotation(java.lang.Float) - function in io.scanbot.sdk.ui.EditPolygonImageView
 
setRotation(int) - function in io.scanbot.sdk.util.view.PolygonViewHelper
Set rotation in degrees for polygon
setRotationAnimated(java.lang.Float) - function in io.scanbot.sdk.ui.EditPolygonImageView
 
setSafeAreaInset(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes additional finder view paddings that works as safe area to the others viewsSet value or null if you need to left default value
setSafeAreaInset(java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes additional finder view paddings that works as safe area to the others views
setSafeAreaInsets(.<Error class: unknown class>) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setSapManager(io.scanbot.sap.SapManager) - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
 
setSaveCameraPreviewFrame(java.lang.Boolean) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfigBuilder
Sets whether detector should save a frame with successful detection result
setSbColorModalOverlay(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Transparent color with a very high alpha value used to fill certain overlays.
setSbColorNegative(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used to convey a negative meaning.
setSbColorOnPrimary(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used for displaying elements on top of the primary color.
setSbColorOnSecondary(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used for displaying elements on top of the secondary color.
setSbColorOnSurface(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used on top of surfaces.
setSbColorOnSurfaceVariant(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Alternative color used on top of surfaces.
setSbColorOutline(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used for outlines.
setSbColorPositive(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used to convey a positive meaning.
setSbColorPrimary(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Primary color used for enabled elements.
setSbColorPrimaryDisabled(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Primary color used for disabled elements.
setSbColorSecondary(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Secondary color used for enabled elements.
setSbColorSecondaryDisabled(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Secondary color used for disabled elements.
setSbColorSurface(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used for surfaces.
setSbColorSurfaceHigh(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Transparent color with a high alpha value used for certain surfaces.
setSbColorSurfaceLow(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Transparent color with a low alpha value used for certain surfaces.
setSbColorWarning(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.ScanbotPalette
Color used to convey warnings.
setScaleX(java.lang.Float) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setScaleY(java.lang.Float) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
setScanBackSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that asks user to scan back side of a document.
setScanBackSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to scan back side of a document.
setScanBackSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setScanFrontSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that asks user to scan front side of a document.
setScanFrontSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to scan front side of a document.
setScanFrontSideTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setScannedEverythingTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that notifies that both sides of document are scanned.
setScannedEverythingTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that notifies that both sides of document are scanned.
setScannedEverythingTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setScanner(io.scanbot.sdk.licenseplate.LicensePlateScanner) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
setScanner(io.scanbot.sdk.mcrecognizer.MedicalCertificateRecognizer) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
setScanning(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
setScanning(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
setScanStrategy(io.scanbot.sdk.licenseplate.LicensePlateScanStrategy) - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Additional parameter to set the method of scanning.
setScanStrategy(io.scanbot.sdk.licenseplate.LicensePlateScanStrategy) - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Additional parameter to set the method of scanning.
setScanStrategy(io.scanbot.sdk.licenseplate.LicensePlateScanStrategy) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Additional parameter to set the type of the scanned object.
setScanStrategy(io.scanbot.sdk.ui.view.licenseplate.configuration.json.JsonLicensePlateScanStrategy) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Detector mode, classic (OCR based) or ML (machine learning based) approach.
setScreen(java.lang.String) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The configuration object should be applied for this screen
setScreen(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
The configuration object should be applied for this screen.
setScreenBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The Color of the screen-covering backdrop view.
setSdkComponent(io.scanbot.sdk.di.SdkComponent) - function in io.scanbot.sdk.ScanbotSDK.Companion
 
setSelected(io.scanbot.sdk.ui_v2.common.PolygonStyle) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Appearance of the overlay polygon after a barcode has been selected.
setSelectionLayerEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
Enables or disables barcode selection overlay layer
setSelectionLayerEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
Enables or disables barcode selection overlay layer
setSelectionOverlayConfiguration(io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Controls the state of the Barcode selection overlay.
setSelectionOverlayConfiguration(io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls the state of the Barcode selection overlay.
setSelectionOverlayEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Enables or disables barcode selection overlay layer
setSelectionOverlayEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Enables or disables barcode selection overlay layer
setSelectionOverlayHighlightedPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the polygon in the selection overlay, when highlighted.
setSelectionOverlayHighlightedPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the polygon in the selection overlay, when highlighted.
setSelectionOverlayHighlightedTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the text in the selection overlay, when highlighted.
setSelectionOverlayHighlightedTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the text in the selection overlay, when highlighted.
setSelectionOverlayHighlightedTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the texts background in the selection overlay, when highlighted.
setSelectionOverlayHighlightedTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the texts background in the selection overlay, when highlighted.
setSelectionOverlayPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the polygon in the selection overlay.
setSelectionOverlayPolygonColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the polygon in the selection overlay.
setSelectionOverlayTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the text in the selection overlay.
setSelectionOverlayTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the text in the selection overlay.
setSelectionOverlayTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the texts background in the selection overlay.
setSelectionOverlayTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the texts background in the selection overlay.
setSelectionOverlayTextFormat(io.scanbot.sdk.barcode.ui.BarcodeOverlayTextFormat) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
The color of the text in the selection overlay.
setSelectionOverlayTextFormat(io.scanbot.sdk.barcode.ui.BarcodeOverlayTextFormat) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
The color of the text in the selection overlay.
setSensitivity(java.lang.Float) - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
Changes sensitivity of auto-snapping.
setSensitivity(java.lang.Float) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
Changes sensitivity of auto-snapping.
setSensitivity(java.lang.Float) - function in io.scanbot.sdk.camera.autosnapping.CaptureIntervalAutoSnappingPredicate
 
setSeparatorColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the separators around the dialogs button area.
setSeparatorWidth(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The width of the separators in points.
setShakeDetectionEnabled(java.lang.Boolean) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
Allows to enable or disable shake detection before autosnapping.
setSharpnessAcceptanceFactor(java.lang.Float) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
Accepted minimal sharpness score.
setSharpnessAcceptanceFactor(java.lang.Float) - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
Accepted minimal sharpness score.
setSharpnessAcceptanceFactor(java.lang.Float) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Accepted minimal sharpness score.
setSharpnessAcceptanceFactor(java.lang.Double) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Accepted minimal sharpness score.
setSheet(io.scanbot.sdk.ui_v2.barcode.configuration.Sheet) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the preview mode for scanning multiple barcodes.
setSheetColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Background color of the barcode info dialog.
setSheetColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Color of the edit dialog's background.
setSheetColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Color of the list's background.
setSheetColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Color of the confirmation sheet's background.
setSheetContent(io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent) - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the list containing the barcodes that have already been scanned.
setShouldDrawPolygon(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setShouldDrawPolygon(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setShouldHighlight(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setShouldHighlight(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
setShouldMatchSubstring(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
If set to TRUE pattern validation also validates successfully if only a part of the whole recognized text matches the the validation pattern.
setShouldProvideCroppedImage(java.lang.Boolean) - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
If the result object should contain a cropped image with license plate
setShouldProvideCroppedImage(java.lang.Boolean) - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
If the result object should contain a cropped image with license plate
setShowFinderOverlay(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Option to show or hide finder overlay.
setShowFinderOverlay(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Option to show or hide finder overlay
setShutterButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the shutter button.
setShutterButtonAccessibilityHint(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the shutter button.
setShutterButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the shutter button.
setShutterButtonAccessibilityLabel(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the shutter button.
setShutterButtonAutoInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.ShutterButton
Sets color for button inner elements in AutoMode
setShutterButtonAutoInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The foreground color of the shutter button in auto-snapping mode.
setShutterButtonAutoInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The foreground color of the shutter button in auto-snapping mode.
setShutterButtonAutoInnerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether polygon auto snap progress animation is enabled or not.
setShutterButtonAutoInnerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether polygon auto snap progress animation is enabled or not.
setShutterButtonAutoOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.ShutterButton
Sets color for button background in AutoMode
setShutterButtonAutoOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the shutter button in auto-snapping mode.
setShutterButtonAutoOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the shutter button in auto-snapping mode.
setShutterButtonAutoOuterColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the shutter button in auto-snapping mode.
setShutterButtonAutoOuterColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the shutter button in auto-snapping mode.
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the shutter button is hidden or not.
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls whether the shutter button is hidden or not.
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Hides the shutter button if set to TRUE.
setShutterButtonHidden(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Hides the shutter button if set to TRUE.
setShutterButtonManualInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.ShutterButton
Sets color for button inner elements in ManualMode
setShutterButtonManualInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The foreground color of the shutter button in manual mode.
setShutterButtonManualInnerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The foreground color of the shutter button in manual mode.
setShutterButtonManualInnerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The foreground color of the shutter button in manual mode.
setShutterButtonManualInnerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The foreground color of the shutter button in manual mode.
setShutterButtonManualOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.ShutterButton
Sets color for button background in ManualMode
setShutterButtonManualOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the shutter button in manual mode.
setShutterButtonManualOuterColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the shutter button in manual mode.
setShutterButtonManualOuterColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the shutter button in manual mode.
setShutterButtonManualOuterColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the shutter button in manual mode.
setShutterSound(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set camera shutter sound state.
setShutterSound(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Set camera shutter sound state.
setShutterSound(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set camera shutter sound state.
setShutterSound(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set camera shutter sound state.
setShutterSound(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set camera shutter sound state.
setShutterSoundEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
Set camera shutter sound state.
setShutterSoundEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Set camera shutter sound state.
setShutterSoundEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Set camera shutter sound state.
setShutterSoundEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
setShutterSoundEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
setSignificantShakeDelay(java.lang.Long) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
Threshold used to pause the detection after significant movement occurred.
setSignificantShakeDelay(java.lang.Long) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Detection will be paused after significant movement Default is 1000
setSignificantShakeDelay(java.lang.Long) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Threshold used to pause the detection after significant movement occurred.
setSignificantShakeDelay(java.lang.Long) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Detection will be paused after significant movement, in milliseconds.
setSignificantShakeDelay(java.lang.Long) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Threshold used to pause the detection after significant movement occurred.
setSingleCodeScanningMode(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
Defines scanning mode.
setSnappingAutoAdjustment(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Set whether camera should automatically adjusts the final image with the surrounding scenery.
setSnappingAutoAdjustment(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Set whether camera should automatically adjusts the final image with the surrounding scenery.
setSnappingAutoAdjustment(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Set whether camera should automatically adjusts the final image with the surrounding scenery.
setSnappingAutoAdjustment(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Set whether camera should automatically adjusts the final image with the surrounding scenery.
setSnappingCallback(io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.Callback) - function in io.scanbot.sdk.ui.view.check.CheckCameraView
 
setSnappingCallback(io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.Callback) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
 
setSound(io.scanbot.sdk.ui_v2.common.Sound) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scan confirmation sound.
setSoundType(io.scanbot.sdk.ui_v2.common.SoundType) - function in io.scanbot.sdk.ui_v2.common.Sound
The beep type.
setStartScanning(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text that is shown on camera open.
setStartScanning(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown on camera open.
setStartScanningButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the button to start scanning displayed in an empty barcode list.
setStartScanningTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
String that asks user to start scanning a document.
setStartScanningTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to start scanning a document.
setStartScanningTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setStateListener(io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener) - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
 
setStateListener(io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener) - function in io.scanbot.sdk.camera.autosnapping.CaptureIntervalAutoSnappingPredicate
 
setStatusBarMode(io.scanbot.sdk.ui_v2.common.StatusBarMode) - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Visual mode for displaying the contents of the status bar.
setStatusBarMode(io.scanbot.sdk.ui_v2.common.StatusBarMode) - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Visual mode used for the status bar icons.
setSteps(io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep) - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
setStorageBaseDirectory(java.lang.String) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional directory as file URI to override the default storage base directory of the Scanbot SDK.
setStorageImageFormat(io.scanbot.sdk.configuration.json.JsonStorageImageFormat) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional image format, either 'JPG' or 'PNG'.
setStorageImageQuality(java.lang.Integer) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional image quality value.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfigBuilder
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes.
setStripCheckDigits(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
If true, check digits for UPC, EAN and MSI Plessey codes are removed from the result.
setStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes stroke color of the Finder view.
setStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes stroke color of the polygon.
setStrokeColor(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes stroke color of the Finder view.
setStrokeColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Color of the polygon outline.
setStrokeColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Color of the viewfinder corner's outlines.
setStrokeColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
Color of the viewfinder's outline.
setStrokeColor(io.scanbot.sdk.ui_v2.common.ScanbotColor) - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Color of the polygon outline.
setStrokeColorOK(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes stroke color of the polygon when result is OK.
setStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.IFinderViewController
Changes stroke width of the Finder view.
setStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.PolygonView
Changes width of the stroke of the polygon.
setStrokeWidth(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes stroke width of the Finder view.
setStrokeWidth(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Width of the polygon outline in dp.
setStrokeWidth(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Width of the viewfinder corner's outlines.
setStrokeWidth(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
Width of the viewfinder's outline.
setStrokeWidth(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Width of the polygon outline in dp.
setStyle(io.scanbot.sdk.ui_v2.common.FinderStyle) - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Visual apperance of the viewfinder.
setSubmitButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the barcode list's submit button.
setSubmitButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the confirm button on the confirmation sheet.
setSubmitButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Text of the button which finishes the flow.
setSubmitButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the button which finishes the flow
setSubmitButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Text of the button which finishes the flow
setSubmitButtonTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Text of the button which finishes the flow
setSubtitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Error message.
setSubtitle(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Subtitle of the barcode.
setSubtitleDeselected(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.
setSubtitleSelected(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Controls whether to play a beep sound after a successful detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Whether scanner screen should make a sound on successful barcode or MRZ detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls whether to play a beep sound after a successful detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether scanner screen should make a sound on successful barcode or MRZ detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Controls whether to play a beep sound after a successful detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Controls whether to play a beep sound after a successful detection.
setSuccessBeepEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.Sound
Enable or disable the beep sound when a barcode is detected.
setSuccessfulDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Set detection interval between successful frames in milliseconds
setSuccessfulDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Set detection interval between successful frames in milliseconds
setSuccessfulDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Set detection interval between successful frames in milliseconds.
setSuccessfulDetectionInterval(java.lang.Long) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
setSupportedPictureSizes(kotlin.Array) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setSupportedPreviewSizes(kotlin.Array) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setSupportedZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
setSupportedZoomRange(io.scanbot.sdk.camera.ZoomRange) - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
setSwapTopBottomButtons(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Swap top and bottom buttons on the screen.
setSwapTopBottomButtons(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Swap top and bottom buttons on the screen
setSwipeToDelete(io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The style of the swipe-to-delete button.
setTag(com.android.mms.exif.ExifTag) - function in com.android.mms.exif.ExifInterface
Puts an ExifTag into this ExifInterface object's tags, removing a previous ExifTag with the same TID and IFD.
setTagDefinition(short,int,short,short,kotlin.Array) - function in com.android.mms.exif.ExifInterface
Creates a new tag definition in this ExifInterface object for a given TID and default IFD.
setTags(java.util.Collection) - function in com.android.mms.exif.ExifInterface
Puts a collection of ExifTags into this ExifInterface objects's tags.
setTagValue(int,int,Object) - function in com.android.mms.exif.ExifInterface
Sets the value of an ExifTag if it exists in the given IFD.
setTagValue(int,Object) - function in com.android.mms.exif.ExifInterface
Sets the value of an ExifTag if it exists it's default IFD.
setText(java.lang.String) - function in io.scanbot.sdk.ui.view.widget.CancelView
Set the text button text value and hide icon button
setText(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The text to be displayed on the button.
setText(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.StyledText
Value of the text field.
setTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The color of the buttons title while not pressed.
setTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the text in the selection overlay.
setTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the text in the selection overlay.
setTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.widget.ToastView
Allows to set the color of text
setTextContainerColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the texts background in the selection overlay.
setTextContainerColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the texts background in the selection overlay.
setTextDataScannerStep(io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Configuration for the scanned item
setTextFormat(io.scanbot.sdk.ui.configuration.json.JsonBarcodeOverlayTextFormat) - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Define the way of how to show barcode data with selection overlay.
setTextFormat(io.scanbot.sdk.barcode.ui.BarcodeOverlayTextFormat) - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Define the way of how to show barcode data with selection overlay.
setTextHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_BAD_ANGLES
setTextHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_BAD_ANGLES.
setTextHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_BAD_ANGLES
setTextHintBadAngles(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_BAD_ANGLES
setTextHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_BAD_ASPECT_RATIO
setTextHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_BAD_ASPECT_RATIO.
setTextHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_BAD_ASPECT_RATIO
setTextHintBadAspectRatio(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_BAD_ASPECT_RATIO
setTextHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_NOTHING_DETECTED
setTextHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_NOTHING_DETECTED.
setTextHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_NOTHING_DETECTED
setTextHintNothingDetected(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_NOTHING_DETECTED
setTextHintOffCenter(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_OFF_CENTER.
setTextHintOffCenter(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The text being displayed on the user-guidance label, when a document was detected, but its center is too far away from the image center.
setTextHintOffCenter(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The text being displayed on the user-guidance label, when a document was detected, but its center is too far away from the image center.
setTextHintOK(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK
setTextHintOK(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK.
setTextHintOK(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK
setTextHintOK(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK
setTextHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_TOO_DARK
setTextHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_TOO_DARK.
setTextHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_TOO_DARK
setTextHintTooDark(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_TOO_DARK
setTextHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_TOO_NOISY
setTextHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.ERROR_TOO_NOISY.
setTextHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_TOO_NOISY
setTextHintTooNoisy(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is ERROR_TOO_NOISY
setTextHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_TOO_SMALL
setTextHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Text hint that will be shown when the current detection status is io.scanbot.sdk.core.contourdetector.DetectionStatus.OK_BUT_TOO_SMALL.
setTextHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_TOO_SMALL
setTextHintTooSmall(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK_BUT_TOO_SMALL
setTextStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setTimeouts(io.scanbot.sdk.ui_v2.common.Timeouts) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of timeouts.
setTimeValue(long) - function in com.android.mms.exif.ExifTag
Sets a timestamp to this tag.
setTipBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of tip background on scanning screen.
setTipBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of tip background on scanning screen.
setTipBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setTipTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of tip text on scanning screen.
setTipTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of tip text on scanning screen.
setTipTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
setTitle(java.lang.String) - function in io.scanbot.sdk.pdf.Bookmark
 
setTitle(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog title.
setTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Title displayed above the error message.
setTitle(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Title of the barcode.
setTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's title.
setTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the barcode list's title.
setTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Appearance of the top bar's title.
setTitle(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Title of the user guidance.
setTitleColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the dialogs title.
setTitleDeselected(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.
setTitleFont(io.scanbot.sdk.ui.configuration.json.JsonFont) - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The font of the dialogs title
setTitleSelected(io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.
settle(java.lang.Float) - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
Find the closest anchor taking into account the velocity and settle at it with an animation.
setToastBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.widget.ToastView
Allows to set the background color of the view
setTopBar(io.scanbot.sdk.ui_v2.common.TopBarConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the top bar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the top bar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Background color of the top bar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The background color of the top toolbar.
setTopBarBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Background color of the top toolbar.
setTopBarBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The background color of the top toolbar.
setTopBarButtonsActiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsActiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the cancel button.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the cancel button.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Color of the titles of all buttons in the top toolbar (Cancel and Done buttons).
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
The color of the inactive flash button in the toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the top bar buttons when disabled.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
The color of the inactive flash button in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Color of the titles of all inactive buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
The color of the inactive flash button in the toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopBarButtonsInactiveColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Color of the titles of all buttons in the top toolbar.
setTopBarButtonsInactiveColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
setTopPlaceholder(android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set view on top of the finder window| | | topPlaceholder | || | | | | || | | | | |_________________|
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Controls whether the touch to focus feature should be enabled.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
setTouchToFocusEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether touch-to-focus is enabled.
setUiZoomLevel(java.lang.Float) - function in io.scanbot.sdk.camera.ScanbotCameraView
Passes the zoom value to the dependent view
setUiZoomLevel(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Passes the zoom value to the dependent view
setUiZoomLevel(java.lang.Float) - function in io.scanbot.sdk.ui.camera.UiZoomDelegate
Passes the zoom value to the dependent view
setUnzoomedFinderHeight(java.lang.Double) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The preferred height of the finder for zoom scale 1.0 (unzoomed).
setUp() - function in io.scanbot.sdk.util.snap.SoundController
Prepare SoundController for future sound or vibration playing.
setUp() - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Prepare SoundController for future sound or vibration playing.
setUp() - function in io.scanbot.sdk.util.snap.StubSoundController
Prepare SoundController for future sound or vibration playing.
setUpdateButton(io.scanbot.sdk.ui_v2.common.ButtonConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's confirm button.
setupMagnifier(io.scanbot.sdk.ui.EditPolygonImageView) - function in io.scanbot.sdk.ui.MagnifierView
Setup magnifier using given EditPolygonImageView
setUseBounceInterpolator(java.lang.Boolean) - function in io.scanbot.sdk.ui.FadeAnimationView
Sets if should fade animation play with bounce or with linear interpolator
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
Controls whether buttons should use all capitals style
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
Controls whether buttons should use all capitals style
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
Controls whether buttons should use all capitals style
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
Controls whether buttons should use all capitals style.
setUseButtonsAllCaps(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Controls whether buttons should use all capitals style, as defined by the Android Material Design.
setUseCameraX(java.lang.Boolean) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
If set to true, Camera X will be used for the RTU-UI components (Android only).
setUseCase(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeUseCase) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the barcode scanner screen's behavior.
setUserGuidance(io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the text hint guiding users to move the view finder over a barcode.
setUserGuidanceBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
The background color of the user guidance hints.
setUserGuidanceBackgroundColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The background color of the user guidance hints.
setUserGuidanceFontSize(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Font size of the user guidance.
setUserGuidanceFontSize(java.lang.Double) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Font size of the user guidance.
setUserGuidanceStrings(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
Configuration that helps to override default hint values.
setUserGuidanceStrings(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
Configuration that helps to override default hint values.
setUserGuidanceStrings(io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Configuration that helps to override default hint values
setUserGuidanceStringValues(io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Configuration that helps to override default hint values.
setUserGuidanceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
The text color of the user guidance hints.
setUserGuidanceTextColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The text color of the user guidance hints.
setUseShadow(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Whether to use drop shadows for foreground elements.
setUseShadow(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.StyledText
Whether to enable drop shadows for the text.
setValidationCallback(java.lang.Class) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
setValidator(java.lang.String,io.scanbot.sdk.generictext.GenericTextRecognizer.GenericTextValidationCallback) - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Sets the configuration to use during the validation
setValidator(java.lang.String,io.scanbot.sdk.generictext.GenericTextRecognizer.GenericTextValidationCallback) - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Sets the configuration to use during the validation
setValue(byte) - function in com.android.mms.exif.ExifTag
Sets byte value into this tag.
setValue(kotlin.Array) - function in com.android.mms.exif.ExifTag
Equivalent to setValue(value, 0, value.length).
setValue(kotlin.Array,int,int) - function in com.android.mms.exif.ExifTag
Sets byte values into this tag.
setValue(com.android.mms.exif.Rational) - function in com.android.mms.exif.ExifTag
Sets a Rational value into this tag.
setValue(kotlin.Array) - function in com.android.mms.exif.ExifTag
Sets Rational values into this tag.
setValue(int) - function in com.android.mms.exif.ExifTag
Sets integer value into this tag.
setValue(kotlin.Array) - function in com.android.mms.exif.ExifTag
Sets integer values into this tag.
setValue(Object) - function in com.android.mms.exif.ExifTag
Sets the value for this tag using an appropriate setValue method for the given object.
setValue(java.lang.String) - function in com.android.mms.exif.ExifTag
Sets a string value into this tag.
setValue(long) - function in com.android.mms.exif.ExifTag
Sets long values into this tag.
setValue(kotlin.Array) - function in com.android.mms.exif.ExifTag
Sets long values into this tag.
setVersion(java.lang.String) - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
A version of the configuration object
setVersion(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Version number of the configuration object.
setVibration(io.scanbot.sdk.ui_v2.common.Vibration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scan scan confirmation vibration.
setVibrationEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.SoundController
Whether actual vibration is enabled.
setVibrationEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Whether actual vibration is enabled.
setVibrationEnabled(java.lang.Boolean) - function in io.scanbot.sdk.util.snap.StubSoundController
Whether actual vibration is enabled.
setView(android.view.View) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
setViewAsBottomSafeArea(io.scanbot.sdk.ui.IFinderViewController,android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayViewKt
 
setViewAsBottomSafeArea(io.scanbot.sdk.ui.camera.FinderOverlayView,android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayViewKt
 
setViewAsTopSafeArea(io.scanbot.sdk.ui.IFinderViewController,android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayViewKt
 
setViewAsTopSafeArea(io.scanbot.sdk.ui.camera.FinderOverlayView,android.view.View) - function in io.scanbot.sdk.ui.camera.FinderOverlayViewKt
 
setViewFinder(io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the view finder.
setViewFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
Set true to enable showing the area of interest on camera preview.
setViewFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Display the region of interest.
setViewFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
Set true to enable showing the area of interest on camera preview.
setViewFinderEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Display the region of interest.
setViewHandler(io.scanbot.sdk.barcode.BarcodeCounterFrameHandler.ResultHandler) - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
 
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Control the visibility of the user guidance.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Control the visibility of the overlay polygon.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BadgeStyle
Whether to display the button.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Whether the button is visible.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
Whether the button is visible or not.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.IconStyle
Whether the icon is visible on the button.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.RoundButton
Whether to display the button.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.StyledText
Whether the text field is visible.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Whether the user guidance is visible.
setVisible(java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Whether the viewfinder is visible.
setWidth(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
The width component of the aspect ratio.
setWidth(java.lang.Double) - function in io.scanbot.sdk.ui.configuration.json.JsonSize
Width parameter
setWidth(java.lang.Double) - function in io.scanbot.sdk.ui_v2.common.AspectRatio
Width component of the aspect ratio.
setWordBoxHighlightColor(java.lang.Integer) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
The color of the highlight of the wordboxes founded on the frame.
setWordBoxHighlightColor(io.scanbot.sdk.ui.configuration.json.JsonColor) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of the highlight of the wordboxes founded on the frame
setWordBoxHighlightEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
If the wordboxes should be highlighted when were found on the frame.
setWordBoxHighlightEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
If the wordboxes should be highlighted when were found on the frame
setZoomButton(io.scanbot.sdk.ui_v2.common.RoundButton) - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Appearance of the zoom button.
setZoomLevel(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
 
setZoomModeEnabled(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
 
setZoomSteps(java.util.List) - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
The number of zoom steps available to the user.
Sex - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
SEX - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Sex

ShakeAutoSnappingPredicate - class in io.scanbot.sdk.camera.autosnapping
Validation that tracks significant movements and allows snap only after some time passed since last significant move.
ShakePauseController - class in io.scanbot.sdk.ui.view.interactor
Validation that tracks significant movements and allows detection to be paused after some time passed since last significant move.
Shape - enum entry in io.scanbot.sdk.ui_v2.common.components.ScanbotButtonType
 
SharpnessAcceptanceFactor - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
Sheet - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the preview mode for scanning multiple barcodes.
SheetContent - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the list containing the barcodes that have already been scanned.
SheetMode - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the barcode result sheet's default visibility state.
SheetMode.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.SheetMode
 
ShimmerAnimation(.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.animation.ShimmerAnimationKt
 
ShimmerAnimationKt - class in io.scanbot.sdk.ui_v2.common.animation
 
SHORT - enum entry in io.scanbot.sdk.ui.view.widget.ToastView.Duration
 
shouldAccept(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAcceptanceDelegate
Implement this method to decide if the given barcode should be highlighted
shouldAdd(io.scanbot.sdk.barcode.entity.BarcodeItem,java.util.List) - function in io.scanbot.sdk.barcode.BarcodeFilter
Accepts or rejects a scanned barcode in the context of already accepted barcodes.
shouldAdd(io.scanbot.sdk.barcode.entity.BarcodeItem,java.util.List) - function in io.scanbot.sdk.barcode.IBarcodeFilter
Accepts or rejects a scanned barcode in the context of already accepted barcodes.
shouldHighlight(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeHighlightDelegate
Implement this method to decide if the given barcode should be highlighted
shouldHighlight(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
shouldHighlight(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
shouldHighlight(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
 
ShouldMatchSubstring - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerStepParameter
 
shouldSkip() - function in io.scanbot.sdk.barcode.SuccessFrameDebouncer
Returns if currently all the events should be skipped
showAutoButton() - function in io.scanbot.sdk.ui.camera.ShutterButton
Shows button in AutoMode.
ShowFinderOverlay - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerParameter
 
showManualButton() - function in io.scanbot.sdk.ui.camera.ShutterButton
Shows button in ManualMode.
showToast(java.lang.String,io.scanbot.sdk.ui.view.widget.ToastView.Duration) - function in io.scanbot.sdk.ui.view.widget.ToastView
Shows a message and than hides itself
showToast(android.content.Context,java.lang.Integer) - function in io.scanbot.sdk.util.thread.ExecutionUtils
Shows toast.
ShutterButton - class in io.scanbot.sdk.ui.camera
Customizable Button which provides 2 states (Manual and Auto)
ShutterButtonAccessibilityHint - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerAccessibilityConfigurationParameter
 
ShutterButtonAccessibilityHint - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerAccessibilityConfigurationParameter
 
ShutterButtonAccessibilityLabel - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerAccessibilityConfigurationParameter
 
ShutterButtonAccessibilityLabel - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerAccessibilityConfigurationParameter
 
ShutterButtonAutoInnerColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
ShutterButtonAutoInnerColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
ShutterButtonAutoOuterColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
ShutterButtonAutoOuterColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
ShutterButtonHidden - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
ShutterButtonHidden - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
ShutterButtonManualInnerColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
ShutterButtonManualInnerColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
ShutterButtonManualOuterColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
ShutterButtonManualOuterColor - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
 
Signature - enum entry in io.scanbot.genericdocument.entity.CommonFieldType

Signature field

SignificantMoveCatcher - class in io.scanbot.sdk.camera.autosnapping
Determines device movements
SignificantMoveListener - class in io.scanbot.sdk.camera.autosnapping
Get notified about move that passed threshold
SignificantMoveListener.Companion - class in io.scanbot.sdk.camera.autosnapping.SignificantMoveListener
 
SignificantShakeDelay - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerStepParameter
 
SignificantShakeDelay - enum entry in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerParameter
 
SignificantShakeDelay - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
 
SimpleCameraHost - class in com.commonsware.cwac.camera
 
SimpleCameraHost.Builder - class in com.commonsware.cwac.camera.SimpleCameraHost
 
SimpleComposer - class in io.scanbot.sdk.docprocessing.compose
Compose all pages into one pdf document
SimpleDeviceProfile - class in com.commonsware.cwac.camera
 
SIN - enum entry in io.scanbot.sdk.entity.Language
 
singleFlow(kotlin.coroutines.SuspendFunction0) - function in io.scanbot.sdk.util.FlowKt
Make flow generator work as rxJava Single so it will be called only once
singleScanningMode() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeUseCase.Companion
 
SingleScanningMode - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the single barcode scanning mode.
SingleScanningUseCaseViewModel - class in io.scanbot.sdk.ui_v2.barcode.common
 
SingleThreadLoader - class in io.scanbot.sdk.util.loading
Loads data in single thread.
size() - function in io.scanbot.sdk.entity.SnappingDraft
 
SLK - enum entry in io.scanbot.sdk.entity.Language
 
SLV - enum entry in io.scanbot.sdk.entity.Language
 
SMALL - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.CollapsedVisibleHeight

Result sheet is collapsed as much as possible, showing only the top part.

SnapFlashView - class in io.scanbot.sdk.camera
 
SnappingDraft - class in io.scanbot.sdk.entity
Contains Pages and naming metadata necessary for document creation
SnappingDraft.NoPageByIndexException - class in io.scanbot.sdk.entity.SnappingDraft
Thrown if page by index does not exist
snapTo(T) - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
Snap to a targetValue without any animation.
SOCIAL_SECURITY_NUMBER - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Social security number

SocialSecurityNumber - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
SOLID - enum entry in io.scanbot.sdk.ui_v2.common.TopBarMode

Display the top bar with a background color or with transparency.

Sound - enum entry in io.scanbot.barcodescanner.model.VCard.VCardDocumentFieldType
 
SOUND - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.VCardDocumentFormatFieldType

Sound

Sound - class in io.scanbot.sdk.ui_v2.common
Sound configuration.
SoundController - class in io.scanbot.sdk.util.snap
Encapsulates playing 'bleep' sound and setting up/releasing corresponding resources.
SoundControllerImpl - class in io.scanbot.sdk.util.snap
 
SoundType - class in io.scanbot.sdk.ui_v2.common
The sound selection type.
SoundType.Companion - class in io.scanbot.sdk.ui_v2.common.SoundType
 
Source - enum entry in io.scanbot.barcodescanner.model.VCard.VCardDocumentFieldType
 
SOURCE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.VCardDocumentFormatFieldType

Source

SOURCE_OF_BOARDING_PASS_ISSUANCE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BoardingPassDocumentFieldType

Source of boarding pass issuance

SOURCE_OF_CHECK_IN - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BoardingPassDocumentFieldType

Source of check-in

SourceFileDoesNotExistException - class in io.scanbot.sdk.exceptions.crypto
Thrown when Encriptor/Decriptor can't access to files
SourceOfBoardingPassIssuance - enum entry in io.scanbot.barcodescanner.model.boardingPass.BoardingPassDocumentFieldType
 
SourceOfCheckIn - enum entry in io.scanbot.barcodescanner.model.boardingPass.BoardingPassDocumentFieldType
 
SPA - enum entry in io.scanbot.sdk.entity.Language
 
SPA_OLD - enum entry in io.scanbot.sdk.entity.Language
 
SPEED - enum entry in io.scanbot.sdk.ui.configuration.json.JsonCapturePhotoQualityPrioritization

Captures a still image at the highest possible speed. The quality of the image may be degraded. iOS only.

SQI - enum entry in io.scanbot.sdk.entity.Language
 
SRP - enum entry in io.scanbot.sdk.entity.Language
 
SRP_LATN - enum entry in io.scanbot.sdk.entity.Language
 
STACKED - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemInfoPosition

Display the barcode info box in the center of the overlay polygon.

STANDARD_ENDORSEMENT_CODE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Standard endorsement code

STANDARD_RESTRICTION_CODE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Standard restriction code

STANDARD_VEHICLE_CLASSIFICATION - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Standard vehicle classification

StandardEndorsementCode - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
StandardRestrictionCode - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
StandardVehicleClassification - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
startCamera() - function in io.scanbot.sdk.ui.camera.CustomCameraLifecycleOwner
Trigger cameraResume.
startFaceDetection() - function in com.commonsware.cwac.camera.CameraFragment
Calls startFaceDetection() on the CameraView, which in turn calls startFaceDetection() on the underlying camera.
startFaceDetection() - function in com.commonsware.cwac.camera.CameraView
 
startPreview() - function in com.commonsware.cwac.camera.CameraView
 
startPreview() - function in io.scanbot.sdk.camera.ScanbotCameraView
Starts/resumes camera preview stream.
startPreview() - function in io.scanbot.sdk.ui.ICameraViewController
Starts/resumes camera preview stream.
startPreview() - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Starts/resumes camera preview stream.
startPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Starts/resumes camera preview stream.
startPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Starts/resumes camera preview stream.
startProgressAnimation() - function in io.scanbot.sdk.ui.FadeAnimationView
 
startRender(io.scanbot.sdk.entity.Document,io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.RecognizerInput,java.util.Collection,io.scanbot.sdk.ocr.intelligence.OcrSettings) - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer
Starts render of document into PDF file.
StartScanning - enum entry in io.scanbot.sdk.ui.view.check.configuration.json.CheckUserGuidanceStringsParameter
 
StartScanning - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateUserGuidanceStringsParameter
 
StartScanningTitle - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
startSearch() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
 
startSearch() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
STATEMENT - enum entry in io.scanbot.sdk.entity.DocumentType
 
Status - enum entry in io.scanbot.barcodescanner.model.MedicalCertificate.MedicalCertificateDocumentFieldType
 
Status - enum entry in io.scanbot.mcscanner.model.McPatientInfoFieldType
 
STATUS - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.MedicalCertificateDocumentFieldType

Status

StatusBarMode - class in io.scanbot.sdk.ui_v2.common
Visual mode used for the status bar icons.
StatusBarMode.Companion - class in io.scanbot.sdk.ui_v2.common.StatusBarMode
 
StatusBarSpacer() - function in io.scanbot.sdk.ui_v2.common.components.StatusBarSpacerKt
 
StatusBarSpacerKt - class in io.scanbot.sdk.ui_v2.common.components
 
STILL_ONLY - enum entry in com.commonsware.cwac.camera.CameraHost.RecordingHint
 
stopCamera() - function in io.scanbot.sdk.ui.camera.CustomCameraLifecycleOwner
Trigger cameraPause.
stopFaceDetection() - function in com.commonsware.cwac.camera.CameraFragment
Calls stopFaceDetection() on the CameraView, which in turn calls startFaceDetection() on the underlying camera.
stopFaceDetection() - function in com.commonsware.cwac.camera.CameraView
 
stopPreview() - function in com.commonsware.cwac.camera.CameraView
 
stopPreview() - function in io.scanbot.sdk.camera.ScanbotCameraView
Stops camera preview stream.
stopPreview() - function in io.scanbot.sdk.ui.ICameraViewController
Stops camera preview stream.
stopPreview() - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Stops camera preview stream.
stopPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Stops camera preview stream.
stopPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Stops camera preview stream.
stopProgressAnimation() - function in io.scanbot.sdk.ui.FadeAnimationView
 
stopRecording() - function in com.commonsware.cwac.camera.CameraFragment
Call this to stop the recording triggered earlier by a call to record()
stopRecording() - function in com.commonsware.cwac.camera.CameraView
 
stopSearch() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
 
stopSearch() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
StorageSpaceAware - class in io.scanbot.sdk.persistence
Encapsulates querying device's disk space parameters.
StorageSpaceAwareImpl - class in io.scanbot.sdk.persistence
 
Street - enum entry in io.scanbot.barcodescanner.model.DEMedicalPlan.DEMedicalPlanDoctorFieldType
 
STREET - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.MedicalPlanDoctorFieldType

Street

STRETCH - enum entry in io.scanbot.pdf.model.PageFit

Stretch image to fill page, does NOT preserve aspect ratio.

String - enum entry in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedFieldType

A string based field type.

String - enum entry in io.scanbot.tiffwriter.model.TIFFWriterUserDefinedFieldType

A string based field type.

StripCheckDigits - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
StripCheckDigits - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
StubSoundController - class in io.scanbot.sdk.util.snap
 
STUDIES - enum entry in io.scanbot.sdk.entity.DocumentType
 
StyledText - class in io.scanbot.sdk.ui_v2.common
Configuration of the text field appearance.
SUBHEADING_FREE_TEXT - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.MedicalPlanStandardSubheadingFieldType

Subheading free text

SubheadingFreeText - enum entry in io.scanbot.barcodescanner.model.DEMedicalPlan.DEMedicalPlanStandardSubheadingFieldType
 
submitButtonClick() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
User wants to finish the flow.
submitButtonClick() - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
User wants to finish the flow.
submitButtonClick() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListViewModel
User wants to finish the flow
submitButtonClick() - function in io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.ViewModel
User wants to finish the flow
SubmitButtonTitle - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
SubmitButtonTitle - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
 
SUCCESS - enum entry in io.scanbot.check.model.CheckRecognizerStatus

recognition successful

Success - enum entry in io.scanbot.genericdocument.entity.GenericDocumentScanResult.RecognitionStatus

Document found, cropped, all fields found and their data recognized

SUCCESS - enum entry in io.scanbot.hicscanner.model.HealthInsuranceCardDetectionStatus

Detection successful. The fields array is filled with all of the extracted data. All validatable fields have passed validation.

Success - enum entry in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult.RecognitionStatus

Document was found, cropped, all the fields found and their data was recognized

SuccessBeepEnabled - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
SuccessBeepEnabled - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
SuccessBeepEnabled - enum entry in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerParameter
 
SuccessFound - enum entry in io.scanbot.genericdocument.entity.GenericDocumentScanResult.RecognitionStatus

Document found and can be processed further

SuccessFound - enum entry in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult.RecognitionStatus

Document was found and can be processed further

SuccessFrameDebouncer - class in io.scanbot.sdk.barcode
Allows to keep track of the interval between successful events
Suffix - enum entry in io.scanbot.barcodescanner.model.DEMedicalPlan.DEMedicalPlanPatientFieldType
 
Suffix - enum entry in io.scanbot.barcodescanner.model.aamva.AAMVARecordFieldType
 
SUFFIX - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.AAMVARecordFieldType

Suffix

SUFFIX - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.MedicalPlanPatientFieldType

Suffix

Surname - enum entry in io.scanbot.genericdocument.entity.CommonFieldType

Person surname field

SURNAME - enum entry in io.scanbot.hicscanner.model.HealthInsuranceCardFieldType

Field 3: surname

SWA - enum entry in io.scanbot.sdk.entity.Language
 
swapButtons() - function in io.scanbot.sdk.ui.view.edit.EditPolygonView
 
SwapTopBottomButtons - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
 
SWE - enum entry in io.scanbot.sdk.entity.Language
 
SwipeableV2State - class in io.scanbot.sdk.ui_v2.common.components
State of the swipeableV2 modifier.
SwipeableV2State.Companion - class in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
 
SwipeToDelete - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the swipe-to-delete button.
SWISS_QR - enum entry in io.scanbot.sdk.barcode.entity.BarcodeDocumentFormat
 
SWISS_QR - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeDocumentFormat

Swiss QR barcode document

SWISS_QR - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeDocumentFormat

Swiss QR barcode document

SwissDriverLicense - enum entry in io.scanbot.mrzscanner.model.MRZGenericDocument.MRZDocumentType
 
SwissQRCodeDocumentField - class in io.scanbot.sdk.ui_v2.barcode.configuration
Swiss QR Code Document Field
SwissQRCodeDocumentFieldType - class in io.scanbot.sdk.ui_v2.barcode.configuration
Swiss QR Code Document Field Type
SwissQRCodeDocumentFieldType.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.SwissQRCodeDocumentFieldType
 
SwissQRCodeDocumentFormat - class in io.scanbot.sdk.ui_v2.barcode.configuration
Swiss QR Code Document Format
SwissQRCodeVersion - class in io.scanbot.sdk.ui_v2.barcode.configuration
Swiss QR Code Version
SwissQRCodeVersion.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.SwissQRCodeVersion
 
SwissQRDocument - class in io.scanbot.barcodescanner.model.swissqr
Swiss QR barcode parsed document
SwissQRDocumentField - class in io.scanbot.barcodescanner.model.swissqr
Swiss QR document field
SwissQRDocumentFieldType - class in io.scanbot.barcodescanner.model.swissqr
Swiss QR document field types
SwissQRVersion - class in io.scanbot.barcodescanner.model.swissqr
Swiss QR document version
SYR - enum entry in io.scanbot.sdk.entity.Language
 
SYSTEM_CHROME_MATERIAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

An adaptable blur effect that creates the appearance of the system chrome. iOS13+.

SYSTEM_CHROME_MATERIAL_DARK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of the system chrome and is always dark. iOS13+

SYSTEM_CHROME_MATERIAL_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of the system chrome and is always light. iOS13+

SYSTEM_MATERIAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

An adaptable blur effect that create the appearance of a material with normal thickness. Defaults on iOS13 and more. iOS13+.

SYSTEM_MATERIAL_DARK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a material with normal thickness and is always dark. iOS13+.

SYSTEM_MATERIAL_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a material with normal thickness and is always light. iOS13+.

SYSTEM_THICK_MATERIAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

An adaptable blur effect that creates the appearance of a material that's thicker than normal. iOS13+.

SYSTEM_THICK_MATERIAL_DARK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a material that’s thicker than normal and is always dark. iOS13+.

SYSTEM_THICK_MATERIAL_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a material that’s thicker than normal and is always light. iOS13+.

SYSTEM_THIN_MATERIAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

An adaptable blur effect that creates the appearance of a thin material. iOS13+.

SYSTEM_THIN_MATERIAL_DARK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a thin material and is always dark. iOS13+

SYSTEM_THIN_MATERIAL_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of a thin material and is always light. iOS13+.

SYSTEM_ULTRA_THIN_MATERIAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

An adaptable blur effect that creates the appearance of an ultra-thin material. iOS13+.

SYSTEM_ULTRA_THIN_MATERIAL_DARK - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of an ultra-thin material and is always dark. iOS13+

SYSTEM_ULTRA_THIN_MATERIAL_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A blur effect that creates the appearance of an ultra-thin material and is always light. iOS13+.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z