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

G

GalleryUtilsKt - class in io.scanbot.sdk.ui_v2.document.utils
 
Gender - enum entry in io.scanbot.genericdocument.entity.CommonFieldType

Gender field

generateAndSetFilteredPreviewForId(android.graphics.Bitmap,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Generates a preview image of given filteredImage and saves (replaces or creates) it as file for existingPageId, for parametricFilter.
generateAndSetFilteredPreviewForId(kotlin.ByteArray,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Generates a preview image of given filteredImage and saves (replaces or creates) it as file for existingPageId, for parametricFilter.
generateFilteredPreview(io.scanbot.sdk.persistence.page.legacy.Page,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.docprocessing.legacy.PageProcessor
Generates filtered preview image based on the unfiltered document preview image and caches it in the file system.
GENERIC_TEXT_RECOGNIZER_MODELS - enum entry in io.scanbot.sdk.blob.BlobType
 
GenericDocument - class in io.scanbot.genericdocument.entity
A generic document.
GenericDocument.Type - class in io.scanbot.genericdocument.entity.GenericDocument
Document type
GenericDocumentAutoSnappingController - class in io.scanbot.sdk.genericdocument
Controls auto-snapping for generic document scanning.
GenericDocumentAutoSnappingController.Param - class in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController
Data holder for info needed for frame validation.
GenericDocumentCameraView - class in io.scanbot.sdk.ui.view.genericdocument
Represents camera view for GenericDocumentRecognizer scanner.
GenericDocumentCameraViewModel - class in io.scanbot.sdk.ui.view.genericdocument
Presenter for GenericDocumentCameraView
GenericDocumentConfigurationHelper - class in io.scanbot.sdk.ui.view.genericdocument.configuration
Encapsulates the logic of work with configuration for document recognizer view.
GenericDocumentFieldListView - class in io.scanbot.sdk.ui.view.genericdocument.list
Represents a list of scanned field of the document
GenericDocumentFieldListViewModel - class in io.scanbot.sdk.ui.view.genericdocument.list
ViewModel for IGenericDocumentFieldListView
GenericDocumentGradleDependencyException - class in io.scanbot.sdk.exceptions.genericdocument
Thrown when there is no Generic Document Recognizer assets gradle dependency found which is required to run the Generic Document Recognizer
GenericDocumentJson - class in io.scanbot.genericdocument.entity
 
GenericDocumentJsonExtensionsKt - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentLibrary - class in io.scanbot.genericdocument.entity
Provides an ability to convert the GenericDocument object to a strongly typed successor of the GenericDocumentWrapper class.
GenericDocumentNavigationEvent - class in io.scanbot.sdk.ui.view.genericdocument
This is navigation events that describe all events inside Health insurance screen
GenericDocumentNavigationEvent.DocumentScanningFinished - class in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentNavigationEvent
This is navigation events that describe returning result when scanning is successful
GenericDocumentRecognitionResult - class in io.scanbot.sdk.genericdocument
Container for results of GenericDocumentRecognizer
GenericDocumentRecognitionResult.RecognitionStatus - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
Enumerated result status of the recognition
genericDocumentRecognizer() - function in io.scanbot.sdk.di.SdkComponent
 
GenericDocumentRecognizer - class in io.scanbot.sdk.genericdocument
Component to scan image, detect different documents of known types, perform image optimization, cropping and (optionally) fields detection and fields' data recognition
GenericDocumentRecognizer.Companion - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
 
GenericDocumentRecognizerActivity - class in io.scanbot.sdk.ui.view.genericdocument
Shows document recognizer camera screen of application.
GenericDocumentRecognizerActivity.Companion - class in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity
 
GenericDocumentRecognizerActivity.Result - class in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity
 
GenericDocumentRecognizerActivity.ResultContract - class in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity
Predefined AndroidX Activity Result API contract, ScanbotSDK-flavored.
GenericDocumentRecognizerConfiguration - class in io.scanbot.sdk.ui.view.genericdocument.configuration
Class which is used to configure io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity Contains settings indicating views Behaviour, Texts and Appearance
GenericDocumentRecognizerConfiguration.Companion - class in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
 
GenericDocumentRecognizerConfigurationException - class in io.scanbot.sdk.exceptions.genericdocument
Thrown when Generic Document Recognizer initialized with incorrect values
GenericDocumentRecognizerFrameHandler - class in io.scanbot.sdk.genericdocument
Performs document recognition on camera preview frames.
GenericDocumentRecognizerFrameHandler.GenericDocumentRecognizerResultHandler - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
Successor-class needed for cross-platform implementation
GenericDocumentRecognizerFrameHandler.ResultHandler - class in io.scanbot.sdk.genericdocument.GenericDocumentRecognizerFrameHandler
Continuously notified about document recognition results.
GenericDocumentRecognizerJsonConfiguration - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentRecognizerJsonConfigurationKt - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentRecognizerNativeConfiguration - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentRecognizerNativeConfigurationKt - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentRecognizerNativeParam - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentRecognizerNativeParam.CancelButtonIcon - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeParam
 
GenericDocumentRecognizerParameter - class in io.scanbot.sdk.ui.view.genericdocument.configuration.json
 
GenericDocumentResultLruStorage - class in io.scanbot.sdk.genericdocument.result
Stores and provides access to the scanning result of the given type by ResultId This implementation uses LRU cache as a storage to keep the memory usage low even if many results will be added to the storage
GenericDocumentResultRepository - class in io.scanbot.sdk.genericdocument.result
Provides access to the scanning result of the given type by ResultId The current implementation of the repository keeps the result only in RAM and does not store anything on the persistent storage It is important to persist the data manually if it is needed to be used after the restart of the process of the application Be careful when processing the intent with ResultId in onCreate method of the Activity as it may be recreated after the termination of the process
GenericDocumentScanningSession - class in io.scanbot.sdk.ui.view.genericdocument
Provides a wrapper for observing an document scanning result
GenericDocumentScanResult - class in io.scanbot.genericdocument.entity
Container for result of recognition attempt
GenericDocumentScanResult.RecognitionStatus - class in io.scanbot.genericdocument.entity.GenericDocumentScanResult
Enumerated Document scan attempt result status
GenericDocumentTypeJson - class in io.scanbot.genericdocument.entity
 
GenericDocumentUtilKt - class in io.scanbot.genericdocument.entity
 
GenericDocumentViewConfiguration - class in io.scanbot.sdk.ui.view.genericdocument.list
Inner class that handles string and color values for GenericDocumentCameraView and GenericDocumentFieldListView
GenericDocumentViewConfiguration.Companion - class in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
GenericDocumentWrapper - class in io.scanbot.genericdocument.entity
Base class for strongly-typed GenericDocument wrappers
GenericTextRecognitionResult - class in io.scanbot.sdk.generictext
Recognition result of generic text scanner
genericTextRecognizer() - function in io.scanbot.sdk.di.SdkComponent
 
GenericTextRecognizer - class in io.scanbot.sdk.generictext
Component to scan image, recognize text on it and validate the recognized text.
GenericTextRecognizer.CleanRecognitionResultCallback - class in io.scanbot.sdk.generictext.GenericTextRecognizer
Optional callback to clean recognized string prior to validation.
GenericTextRecognizer.GenericTextValidationCallback - class in io.scanbot.sdk.generictext.GenericTextRecognizer
Callback for text validation.
GenericTextRecognizerFrameHandler - class in io.scanbot.sdk.generictext
Performs generic text recognition on camera preview frames.
GenericTextRecognizerFrameHandler.ResultHandler - class in io.scanbot.sdk.generictext.GenericTextRecognizerFrameHandler
Continuously notified about generic text recognition results.
GenericTextRecognizerFrameHandler.TextRecognitionScannerResultHandler - class in io.scanbot.sdk.generictext.GenericTextRecognizerFrameHandler
Successor-class needed for cross-platform implementation
GenericTextRecognizerJsonConfigurationKt - class in io.scanbot.sdk.ui.view.generictext.configuration.json
 
genericTextScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
New frame was processed with generic recognizer.
genericTextScanned(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
New frame was processed with generic recognizer.
GenericTextWordBox - class in io.scanbot.sdk.generictext
Represents one word in detected text
Germany - enum entry in io.scanbot.ehicscanner.model.EhicCountryType
 
GERMANY - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Germany.

get(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.Localization
 
get_type() - function in io.scanbot.sdk.imagefilters.BrightnessFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.ColorDocumentFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.ContrastFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.LegacyFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.ParametricFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.ScanbotBinarizationFilter
 
get_type() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
 
get_type() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeUseCase
 
get_type() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
 
get_type() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
 
get_type() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
 
get_type() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
 
get_type() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
 
get_type() - function in io.scanbot.sdk.ui_v2.common.FinderStyle
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CheckIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CreditCardIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CustomImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.IdCardIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.MedicalCertificateIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.NoButtonMode
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.NoIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFeedbackMode
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFeedbackNone
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFunnelAnimation
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PreviewButton
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.ReceiptsIntroImage
 
get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
 
getA() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
A
getA1() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
A1
getA2() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
A2
getAcceptedAngleScore() - 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.
getAcceptedAngleScore() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Minimum score in percent (0 - 100) of the accepted perspective distortion of the detected document.
getAcceptedAngleScore() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
The minimum pitch/skew angle of the document to be accepted.
getAcceptedBrightnessThreshold() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The brightness threshold to accept a detected document in the range of 0 (very dark) to 255 (very bright).
getAcceptedBrightnessThreshold() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
The brightness threshold to accept a detected document in the range of 0 (very dark) to 255 (very bright).
getAcceptedBrightnessThreshold() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
The minimum brightness value to accept a detected document.
getAcceptedCheckStandards() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Accepted check standards.
getAcceptedCountries() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
List of allowed countries for the EHIC.
getAcceptedCountries() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
List of allowed countries for the health insurance card recognizer.
getAcceptedDocumentFormats() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfig
List of BarcodeDocumentFormat to scan.
getAcceptedDocumentFormats() - 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.
getAcceptedDocumentFormats() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
An optional array of barcode document formats that act as a detection filter.
getAcceptedDocumentFormats() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
List of accepted barcode document formats.
getAcceptedDocumentTypes() - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Accepted document types.
getAcceptedDocumentTypes() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Accepted document types.
getAcceptedDocumentTypes() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Accepted document types.
getAcceptedSizeScore() - 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.
getAcceptedSizeScore() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Minimum score in percent (0 - 100) of accepted document width or height to screen size ratio of the detected document.
getAcceptedSizeScore() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
The minimum size of the document in relation to the screen preview to be accepted.
getAcceptedType() - function in io.scanbot.sdk.check.result.CheckRecognizerResultLruStorage
 
getAcceptedType() - function in io.scanbot.sdk.check.result.CheckRecognizerResultRepository
 
getAcceptedType() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultLruStorage
 
getAcceptedType() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
 
getAcceptedType() - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultLruStorage
 
getAcceptedType() - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultRepository
 
getAcceptedType() - function in io.scanbot.sdk.ui.result.ResultRepository
Each result repository works with a single class.
getAcceptedType() - function in io.scanbot.sdk.ui.result.ResultStorage
Each result repository works with a single class.
getAcceptWhenNotOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
Configuration of the 'accept' button, when the quality of the scanned page is unacceptable.
getAcceptWhenOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
Configuration of the 'accept' button, when the quality of the scanned page is acceptable.
getAccessibilityClassName() - function in io.scanbot.sdk.ui_v2.common.components.ArComposeView
 
getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Allows you to customize the accessibility configuration for the Document Scanner UI
getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Allows you to customize the accessibility configuration for the Document Scanner UI.
getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Allows you to customize the accessibility configuration for the Cropping UI
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
The text to be read when button is selected through accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The text to be read when button is selected through accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.IconButton
The text to be read when button is selected through accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
The text to be read when button is selected through accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.RoundButton
The text to be read when button is selected through accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
The text to be read when the 'preview' button is selected via the accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
The text to be read when the 'shutter' button is selected via the accessibility mode.
getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
The text to be read when the 'preview' button is selected via the accessibility mode.
getAccessibilityDescriptionAcknowledgementAcceptButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'accept' button of the acknowledgement screen.
getAccessibilityDescriptionAcknowledgementRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'retake' button of the acknowledgement screen.
getAccessibilityDescriptionCameraAutoSnapButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'auto snapping' mode button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraCancelNoButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'no' button of the cancel camera screen alert dialog.
getAccessibilityDescriptionCameraCancelYesButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'yes' button of the cancel camera screen alert dialog.
getAccessibilityDescriptionCameraImportButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'import image' button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraIntroDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'done' button of the introduction screen.
getAccessibilityDescriptionCameraLimitReachedOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'OK' button of the page limit reached alert dialog.
getAccessibilityDescriptionCameraManualSnapButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'manual snapping' mode button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'close' button of the camera permission dialog.
getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'enable' button of the camera permission dialog.
getAccessibilityDescriptionCameraPreviewButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'preview' button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraShutterButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'shutter' button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'cancel' button, located in the top bar of the camera screen.
getAccessibilityDescriptionCameraTopBarIntroButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'introduction' button, located in the top bar of the camera screen.
getAccessibilityDescriptionCameraTorchOffButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'flashlight off' button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCameraTorchOnButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'flashlight on' button, located in the bottom bar of the camera screen.
getAccessibilityDescriptionCroppingDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The accessibility hint for the 'detect document' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'detect document' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The accessibility hint for the 'reset detection' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'reset detection' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The accessibility hint for the 'rotate page' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'rotate page' button, located in the bottom bar of the cropping screen.
getAccessibilityDescriptionCroppingTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The accessibility hint for the 'cancel' button, located in the top bar of the cropping screen.
getAccessibilityDescriptionCroppingTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'cancel' button, located in the top bar of the cropping screen.
getAccessibilityDescriptionCroppingTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The accessibility hint for the 'confirm' button, located in the top bar of the cropping screen.
getAccessibilityDescriptionCroppingTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'confirm' button, located in the top bar of the cropping screen.
getAccessibilityDescriptionReorderTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'cancel' button, located in the top bar of the reorder pages screen.
getAccessibilityDescriptionReorderTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'confirm' button, located in the top bar of the reorder pages screen.
getAccessibilityDescriptionReviewAddButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'add' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewCropButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'crop' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewDeleteAllButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'delete all' menu button, accessed via the 'more' button of the review screen.
getAccessibilityDescriptionReviewDeleteAllPagesAlertCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'cancel' button of the delete all pages alert dialog for the review screen.
getAccessibilityDescriptionReviewDeleteAllPagesAlertDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'confirm' button of the delete all pages alert dialog for the review screen.
getAccessibilityDescriptionReviewDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'delete' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewDeletePageAlertCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'cancel' button of the delete page alert dialog for the review screen.
getAccessibilityDescriptionReviewDeletePageAlertConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'confirm' button of the delete page alert dialog for the review screen.
getAccessibilityDescriptionReviewDeletePageAlertDeleteRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'delete and retake' button of the delete page alert dialog for the review screen.
getAccessibilityDescriptionReviewMoreButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'more' button, located in the top bar of the review screen.
getAccessibilityDescriptionReviewNextPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'next page' button of the review screen.
getAccessibilityDescriptionReviewPreviousPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'previous page' button of the review screen.
getAccessibilityDescriptionReviewReorderPagesButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'reorder pages' menu button, accessed via the 'more' button of the review screen.
getAccessibilityDescriptionReviewRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'retake' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'rotate' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewSubmitButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'submit' button, located in the bottom bar of the review screen.
getAccessibilityDescriptionReviewTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'back' button, located in the top bar of the review screen.
getAccessibilityDescriptionReviewZoomButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'zoom' button of the review screen.
getAccessibilityDescriptionZoomOverlayCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The accessibility hint for the 'close' button of the zoom overlay for the review screen.
getAccident() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Accident
getAccountNumber() - function in io.scanbot.check.entity.AUSCheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.CANCheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.FRACheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.INDCheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.ISRCheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.KWTCheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.UAECheck
Account number
getAccountNumber() - function in io.scanbot.check.entity.USACheck
Account number
getAcknowledgement() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the acknowledgement screen.
getAcknowledgementAcceptButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'accept' button title of the acknowledgement screen.
getAcknowledgementMode() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not.
getAcknowledgementRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'retake' button title of the acknowledgement screen.
getAcknowledgementScreenBadDocumentHint() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The hint text of the acknowledgement screen explaining that the quality of the scanned page is unacceptable.
getActionBar() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the action bar.
getActionBarHeight() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getActionBarSheetPadding() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getActionButton() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Configuration of the middle button for dialogs with tree buttons.
getActionButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
 
getActions() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
 
getActiveBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button background shape when the button is active (selected, toggled).
getActiveBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button background shape when the button is active (selected, toggled).
getActiveForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button foreground (icon, text) when the button is active (selected, toggled).
getActiveForegroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button foreground (icon, text) when the button is active (selected, toggled).
getActiveSubstance() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine.Substance
Active Substance
getAddAdditionalQuietZone() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
If true, an additional quiet zone is addede to the input image Default is false
getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
If true, an additional quiet zone is added to the input image Default is false
getAddButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'add' button, located in the bottom bar.
getAddImageFileFormatExtension() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
 
getAdditionalBillingInformation() - function in io.scanbot.barcodescanner.entity.SwissQR
Additional Billing Information
getAdditionalConfig() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfig
Additional config wrapped into separate entity.
getAdditionalInfoTrailer() - function in io.scanbot.barcodescanner.entity.SwissQR
Additional Info Trailer
getAdditionalInfoUnstructured() - function in io.scanbot.barcodescanner.entity.SwissQR
Additional Info Unstructured
getAddNavigationBarPadding() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotTopBarConfiguration
 
getAddress() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBI".
getAddress() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Address
getAddress() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Address (Anschrift)
getAddressCity() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAI".
getAddressCity() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBK".
getAddressCity() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAT".
getAddressJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAJ".
getAddressJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBL".
getAddressJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAU".
getAddressPostalCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAK".
getAddressStreet() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBI".
getAddressStreet() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAR".
getAddressStreet1() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAG".
getAddressStreet2() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAH".
getAddressZipCode() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBM".
getAddressZipCode() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAV".
getAddStatusBarPadding() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotTopBarConfiguration
 
getAdultInformation() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCJ".
getAirlineDesignatorOfBoardingPassIssuer() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Airline Designator Of Boarding Pass Issuer
getAirlineNumericCode() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Airline Numeric Code
getAlertDialog() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
getAlertDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getAliasFamilyName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBN".
getAliasGivenName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBG".
getAliasMiddleName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBQ".
getAliasPrefixName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBR".
getAliasSuffixName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBS".
getALL_CODES() - function in io.scanbot.sdk.barcode.entity.BarcodeFormat.Companion
List of all barcode formats
getALL_CODES() - function in io.scanbot.sdk.ui_v2.barcode.common.mappers.BarcodeItemKt
 
getALL_TYPES() - function in io.scanbot.barcodescanner.entity.RootDocumentType.Companion
List of all enum values
getALL_TYPES() - function in io.scanbot.check.entity.RootDocumentType.Companion
List of all enum values
getALL_TYPES() - function in io.scanbot.genericdocument.entity.RootDocumentType.Companion
List of all enum values
getAllDocuments() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentScanningSession
Provides access to the current state
getAllergiesAndIntolerances() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Allergies And Intolerances
getAllLanguagesWithAvailableOcrBlobs() - function in io.scanbot.sdk.blob.BlobManager
 
getAllowedSymbols() - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Allowed symbols to be detected.
getAllowedSymbols() - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Allowed symbols to be detected.
getAllowedSymbols() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
A string (list) of accepted characters during text recognition.
getAllowedSymbols() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Allowed symbols to be detected.
getAllowEmptySubmission() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Whether the user can submit an empty barcode list.
getAllowGpuAcceleration() - 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).
getAllowPartialScan() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
If the user is allowed to finish the scanning process without scanning all the expected barcodes.
getAllowXnnpackAcceleration() - 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)
getAlternativeProcedureParameter() - function in io.scanbot.barcodescanner.entity.SwissQR
Alternative Procedure Parameter
getAm() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
AM
getAmount() - function in io.scanbot.barcodescanner.entity.SEPA
Amount
getAmount() - function in io.scanbot.barcodescanner.entity.SwissQR
Amount
getAnalyzeDocumentQualityAfterScan() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
 
getAnalyzerImageSizeLimit() - function in io.scanbot.sdk.process.NativeDocumentQualityAnalyzer
 
getAnchorPointsColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Default color of the cropping draggable elements.
getAngleInDegrees() - function in io.scanbot.sdk.util.view.PolygonViewHelper.Edge
 
getAnimationPoints() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getAnimationPoints() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getAnimators() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getAnimators() - function in io.scanbot.sdk.ui.PolygonView
 
getAnimators() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getAnniversary() - function in io.scanbot.barcodescanner.entity.VCard
Anniversary
getAppearance() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Configuration of the general appearance for the cropping screen.
getAppearance() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Configuration of the general appearance.
getAppearance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getAppearanceConfiguration() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraView
 
getAppFilesDirOrShowError(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.FileUtils
Returns the application (internal or external) directory with provided name (creates if needed).
getApplication() - function in io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
 
getApplication() - function in io.scanbot.sdk.persistence.BarcodeFileStorage
 
getApplication() - function in io.scanbot.sdk.persistence.page.legacy.draft.DraftPageStorage
 
getApplicationIdentifier() - function in io.scanbot.barcodescanner.entity.GS1.Element
Application Identifier
getApplyValue() - function in io.scanbot.sdk.ui_v2.common.camera.ZoomCameraValue
 
getArOverlay() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the AR overlay.
getArOverlay() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the AR overlay.
getArOverlay() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Configuration of the AR overlay.
getAspectRatio() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The cameras zoom level preferred for this step.
getAspectRatio() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Aspect ratio for the step.
getAspectRatio() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The cameras zoom level preferred for this step.
getAspectRatio() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
The viewfinder's aspect ratio.
getAspectRatio() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getAspectRatio() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getAssignedToAccidentInsuranceDoctor() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Assigned To Accident Insurance Doctor
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.camera.PreviewBuffer
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.camera.ScanbotCameraView
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttachedFrameHandler(java.lang.Class) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Check whether there is same class of FrameHandler attached to the view return object of the same class if exists otherwise null
getAttrs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
 
getAustraliaPostCustomerFormat() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Defines the format of the barcode data for the Australian Post customer barcode.
getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
The australia post customer format.
getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The customer format used in AUSTRALIA_POST codes.
getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
 
getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The customer format used in AUSTRALIA_POST codes.
getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
The customer format used in AUSTRALIA_POST codes.
getAuthor() - function in io.scanbot.pdf.model.PdfAttributes
 
getAuthor() - function in io.scanbot.sdk.pdf.Meta
 
getAutoCancelTimeout() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Sets auto close timer in seconds.
getAutoCancelTimeout() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Sets auto close timer in seconds.
getAutoCancelTimeout() - function in io.scanbot.sdk.ui_v2.common.Timeouts
Sets the auto close timer in ms.
getAutoClearThreshold() - function in io.scanbot.genericdocument.entity.ResultAccumulationConfig
Will auto-clear the cache if this number of frames have been a different document type or empty.
getAutomaticSelection() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodesSelected
 
getAutomaticSelectionEnabled() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Whether the barcode is selected automatically when being detected or not.
getAutomaticSelectionEnabled() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Whether the barcode is selected automatically when being detected or not.
getAutomaticSelectionEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view.
getAutomaticSelectionEnabled() - 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.
getAutoSnapEnabled() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getAutoSnapEnabled() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getAutoSnapping() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getAutoSnapping() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getAutoSnappingButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the auto-snapping button
getAutoSnappingButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the auto-snapping button.
getAutoSnappingButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the auto-snapping button
getAutoSnappingButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the auto-snapping button.
getAutoSnappingButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the auto-snapping toggle button is hidden or not.
getAutoSnappingButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the auto-snapping toggle button.
getAutoSnappingDelay() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
After a page has been snapped, the delay in milliseconds before auto snapping resumes for the next page.
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.IAutoSnappingViewController
Flag to disable autosnapping processing.
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.DocumentScannerSettings
 
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
 
getAutoSnappingEnabled() - 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.
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to enable auto-snapping.
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines if auto snapping is enabled or not.
getAutoSnappingEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getAutoSnappingModeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'auto snapping mode' button.
getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls the auto-snapping speed.
getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Controls the auto-snapping speed.
getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Controls the auto snapping speed.
getAutoSnapProgress() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
Configuration of the animated polygon when the document is being scanned for capturing in 'auto snapping mode'.
getAutoSnapProgressColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Stroke color of the polygon or the finder's auto-snap progress animation.
getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.PolygonView
 
getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to enable the polygon or finder's auto-snap progress animation.
getAutoSnapProgressLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Line width of the polygon or the finder's auto-snap progress animation.
getAutosnapSensitivity() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getAutosnapSensitivity() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getAuxDomestic() - function in io.scanbot.check.entity.AUSCheck
Auxiliary domestic
getAuxiliaryOnUs() - function in io.scanbot.check.entity.USACheck
Auxiliary On-Us
getAvailableDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAware
Provides full info of how much space available to write data by sdk in bytes.
getAvailableDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAwareImpl
Provides full info of how much space available to write data by sdk in bytes.
getAverageBrightness() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getAverageConfidence() - function in io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionState
 
getAverageConfidence() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListViewModel
 
getAverageConfidence() - function in io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.ViewModel
 
getAxles() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VBC".
getB() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
B
getB1() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
B1
getBackground() - function in io.scanbot.sdk.ui.coroutines.DispatchersProvider
 
getBackground() - function in io.scanbot.sdk.ui.coroutines.IDispatchersProvider
 
getBackground() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
The style of the button's background.
getBackground() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
The style of the button's background.
getBackground() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The style of the button's background.
getBackground() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Background color of the camera permission request.
getBackground() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
Background style used for the user guidance.
getBackground() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Background style used for the user guidance.
getBackground() - function in io.scanbot.sdk.ui_v2.common.coroutines.DispatchersProvider
 
getBackground() - function in io.scanbot.sdk.ui_v2.common.coroutines.IDispatchersProvider
 
getBackground() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
Configure the background style for the user guidance hints.
getBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The background color of the button while not pressed.
getBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
getBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Background color of the screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Color of the screen's background.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Color of the swipe-to-delete button.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button background shape.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button background shape.
getBackgroundColor() - 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.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
The background color of the acknowledgement screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
The background color of the camera screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
The background color of the cropping screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
The background color of the introduction screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
The background color of the reorder pages screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
The background color of the popup menu.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
The background color of the review screen.
getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
The background color of the scan assistance overlay.
getBackgroundDeselected() - 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.
getBackgroundDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getBackgroundDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getBackgroundSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Appearance of the barcode info box's background when a barcode has been selected.
getBadAngles() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document pitch/skew angle is unacceptable.
getBadAspectRatio() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when a landscape document is detected when the camera is in portrait mode (and vice versa).
getBadge() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
Configuration of the round badge on find and pick ar layer.
getBadgeBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the badge's background shape.
getBadgeForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the badge foreground (icon, text).
getBadImageHint() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
Configuration of the hint that explains that the quality of the scanned page is unacceptable.
getBaggageTagLicensePlateNumbers() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Baggage Tag License Plate Numbers
getBankNumber() - function in io.scanbot.check.entity.CANCheck
Bank number
getBankNumber() - function in io.scanbot.check.entity.ISRCheck
Bank number
getBanksDataFile() - function in io.scanbot.sdk.blob.BlobManager
 
getBarcode() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Barcode image (only present in some formats)
getBarcodeAcceptanceDelegate() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Allows to set a delegate to decide if the given barcode should be highlighted
getBarcodeAppearanceDelegate() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Allows to set a style delegate to the view
getBarcodeAppearanceDelegate() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a style delegate to the view
getBarcodeBinarizationModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getBarcodeCameraView() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
 
getBarcodeDetectionInterval() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerViewController
Set barcode detection interval in milliseconds.
getBarcodeDetectionModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getBarcodeFilter() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getBarcodeFilter() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getBarcodeFilter() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getBarcodeFilter() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
getBarcodeFormat() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
Representing the format of the barcode that was decoded
getBarcodeFormats() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
List of formats to scan.
getBarcodeFormats() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfig
List of BarcodeFormat to scan.
getBarcodeFormats() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Accepted barcode formats
getBarcodeFormats() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Accepted barcode formats
getBarcodeFormats() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
List of accepted barcode symbologies.
getBarcodeHighlightDelegate() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a delegate to decide if the given barcode should be highlighted
getBarcodeImage() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
The image of the barcode.
getBarcodeImage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Image of the barcode.
getBarcodeImageBitmap() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
The image of the barcode.
getBarcodeImageGenerationType() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The type of barcode image generation.
getBarcodeImagePath() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
 
getBarcodeImagePath() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
Path to snapped image of area, containing detected barcode(s).
getBarcodeImagePath() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity.InternalResult
Path to snapped image of area, containing detected barcode(s).
getBarcodeImagesDirectory() - function in io.scanbot.sdk.persistence.BarcodeFileStorage
Provides directory which store all barcode images
getBarcodeImageVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
If enabled, the barcode image will be shown on the confirmation sheet.
getBarcodeInfoMapping() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Appearance of the barcode info mapping.
getBarcodeInfoMapping() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode info mapping.
getBarcodeInfoMappingErrorStateCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the barcode info mapping error state.
getBarcodeInfoMappingErrorStateRetryButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Retry button text for the barcode info mapping error state.
getBarcodeInfoMappingErrorStateSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Subtitle for the barcode info mapping error state.
getBarcodeInfoMappingErrorStateTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the barcode info mapping error state.
getBarcodeInfoMappingLoadingMessage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Loading message for barcode info mapping.
getBarcodeItem() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getBarcodeItem() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.AddBarcode
 
getBarcodeItem() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.RegisterExpectedBarcode
 
getBarcodeItem() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeArClicked
 
getBarcodeItem() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
 
getBarcodeItem() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getBarcodeItemConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Configuration of the barcode info box displayed in the camera preview.
getBarcodeItemImageVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Visibility of the barcode image in a barcode list entry.
getBarcodeItemInfoPosition() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Where to display the barcode info box in the camera preview.
getBarcodeItemMapper() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Callback to map the barcode data to the data of the corresponding product.
getBarcodeItemPositionHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
 
getBarcodeItems() - function in io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getBarcodeItemSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).
getBarcodeItemTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the title of a barcode list entry (displaying the barcode's value).
getBarcodeItemViewBinder() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Callback for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
getBarcodeItemViewBinder() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Callback for the binding a BarcodeItem to a view created by BarcodeItemViewFactory
getBarcodeItemViewFactory() - 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)
getBarcodeItemViewFactory() - 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)
getBarcodeItemViewPositionHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
 
getBarcodePreviewFramePath() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
 
getBarcodePreviewFramePath() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
Path to preview frame image of area, containing detected barcode(s).
getBarcodePreviewFramePath() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity.InternalResult
Path to preview frame image of area, containing detected barcode(s).
getBarcodes() - function in io.scanbot.sdk.ui.view.barcode.BatchBarcodeNavEvent.BarcodesScanFinished
 
getBarcodes() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
 
getBarcodes() - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
 
getBarcodes() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getBarcodes() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getBarcodesCountText() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color for barcodes count text
getBarcodesCountTextColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color for barcodes count text
getBarcodesExtensionFilter() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The extension filter for EAN and UPC barcodes.
getBarcodesExtensionFilter() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The extension filter for EAN and UPC barcodes.
getBarcodesExtensionFilter() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Filter for extended EAN and UPC barcodes.
getBarcodesRegexFilter() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Regular expression filter for barcode text.
getBarcodesResultHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Add this result handler to your BarcodeCounterFrameHandler
getBarcodesResultHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Add this result handler to your BarcodeDetectorFrameHandler
getBarcodeSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode subtitle (the barcode's symbology) on the confirmation sheet.
getBarcodeTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the barcode title (the barcode's value) on the confirmation sheet.
getBarcodeValue() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
Value of the barcode to find.
getBaseJurisdictionRegisteredWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RAU".
getBatteryLevel() - function in io.scanbot.sdk.util.device.DeviceUtils
 
getBe() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
BE
getBeepJob() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getBestAspectPictureSize(java.lang.Integer,java.lang.Integer,java.lang.Integer,android.hardware.Camera.Parameters,java.lang.Double) - function in io.scanbot.sdk.util.snap.Utils
 
getBinariesDirectory() - function in io.scanbot.sdk.persistence.BlobStoreStrategy
 
getBinarizationFilters() - function in io.scanbot.sdk.process.ImageFilterType.Companion
 
getBinarizeImage() - function in io.scanbot.sdk.ocr.intelligence.OcrSettings
 
getBinarizeImage() - function in io.scanbot.sdk.ocr.intelligence.OcrSettings.Builder
 
getBinding() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemViewHolder
 
getBinding() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getBinding() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getBinding() - function in io.scanbot.sdk.ui.view.widget.CancelView
 
getBirthDate() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Birth Date
getBirthDate() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Birth Date.
getBirthDate() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Birth Date.
getBirthDate() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Birth date (Field 3.
getBirthDate() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Birth date
getBirthDate() - function in io.scanbot.genericdocument.entity.DePassport
Birth date
getBirthDate() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Birth date (Geburtsdatum)
getBirthDate() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Birth date (Geburtsdatum)
getBirthDate() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Birth date
getBirthDate() - function in io.scanbot.genericdocument.entity.MRZ
Birth date
getBirthday() - function in io.scanbot.barcodescanner.entity.VCard
Birthday
getBirthplace() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Birthplace (Field 3.
getBirthplace() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Birthplace
getBirthplace() - function in io.scanbot.genericdocument.entity.DePassport
Birthplace
getBirthplace() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Birthplace (Geburtsort)
getBitmap() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
 
getBitmap() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.BitmapInput
 
getBitmap() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
 
getBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.PreviewBitmap
 
getBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
 
getBitmapBounds(java.lang.String) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
 
getBitmapMeshPaint() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getBlackOutliersFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
Clip this fraction of the darkest pixels in operations such as autocontrast.
getBlackPoint() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
Fraction of the value channel range that is set to 0.
getBlobsForType(io.scanbot.sdk.blob.BlobType) - function in io.scanbot.sdk.blob.BlobFactory
 
getBlurEstimatorModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getBody1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getBody2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getBodyStyle() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAO".
getBorderWidthFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
Ignore this fraction of pixels at the edge of the image when calculating statistics.
getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
Configuration of the bottom bar for the acknowledgement screen.
getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the bottom bar for the camera screen.
getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
Configuration of the bottom bar for the cropping screen.
getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the bottom bar for the review screen.
getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
 
getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
 
getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the bottom shutter-bar.
getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The background color of the bottom shutter-bar.
getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
The background color of the bottom bar.
getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
The background color of the bottom bar.
getBottomBarButtonsColor() - 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.
getBottomBarButtonsColor() - 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.
getBottomContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getBottomContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getBottomSheetCornerRadius() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getBottomSheetState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState
 
getBottomSheetToggleButtonLayoutHeight() - function in io.scanbot.sdk.ui_v2.barcode.components.BottomSheetToggleButtonKt
 
getBoundingRect() - function in io.scanbot.sdk.generictext.GenericTextWordBox
 
getBounds() - function in io.scanbot.sdk.pdf.Link
 
getBranchNumber() - function in io.scanbot.check.entity.ISRCheck
Branch number
getBreastFeeding() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Breast Feeding
getBrightness() - function in io.scanbot.sdk.imagefilters.BrightnessFilter
Brightness adjustment value in the range from -1 to 1.
getBsb() - function in io.scanbot.check.entity.AUSCheck
BSB
getBusinessName() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "BBC".
getBusinessName() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "BBC".
getBusyTimeURL() - function in io.scanbot.barcodescanner.entity.VCard
BusyTimeURL
getButtonMinHeight() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getButtonsAccentColor() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The accent color of buttons on a confirmation dialog.
getByCode(java.lang.Integer) - function in io.scanbot.sdk.process.ImageFilterType.Companion
 
getByCode(java.lang.Integer) - function in io.scanbot.textorientation.model.TextOrientation.Companion
 
getByCode(java.lang.Integer) - function in io.scanbot.tiffwriter.model.TIFFWriterCompressionOptions.Companion
 
getByCode(java.lang.Integer) - function in io.scanbot.tiffwriter.model.TIFFWriterUserDefinedFieldType.Companion
 
getByDatabaseId(java.lang.Integer) - function in io.scanbot.sdk.entity.OcrStatus.Companion
 
getByDegrees(java.lang.Integer) - function in io.scanbot.sdk.entity.RotationType.Companion
 
getByMimeType(java.lang.String) - function in io.scanbot.sdk.entity.DocumentType.Companion
 
getC() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
C
getC1() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
C1
getC1e() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
C1E
getCacheDir() - function in io.scanbot.sdk.docprocessing.compose.ComposerCache
Returns the directory which is needed to be used as a cache storage for composer
getCacheDir() - function in io.scanbot.sdk.docprocessing.compose.InternalComposerCache
Returns the directory which is needed to be used as a cache storage for composer
getCalendarURI() - function in io.scanbot.barcodescanner.entity.VCard
CalendarURI
getCalendarURIForRequests() - function in io.scanbot.barcodescanner.entity.VCard
CalendarURIForRequests
getCamera() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
Configuration of the screen for scanning the pages with the camera.
getCameraAutoSnapButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'auto snapping' mode button title, located in the bottom bar of the camera screen.
getCameraBackgroundColor() - 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).
getCameraBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
getCameraBinding() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
getCameraBlinkEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.CaptureFeedback
Whether the camera preview should blink or not after snapping a page.
getCameraCancelAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The subtitle of the cancel camera screen alert dialog.
getCameraCancelAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the cancel camera screen alert dialog.
getCameraCancelNoButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'no' button title of the cancel camera screen alert dialog.
getCameraCancelYesButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'yes' button title of the cancel camera screen alert dialog.
getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.IBarcodeCounterView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.docdetection.ui.DocumentScannerView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerView
Use this object to control configuration parameters of the Camera inside
getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the camera behavior.
getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the camera behavior.
getCameraHovered() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
The camera is on the screen or went to background somehow.
getCameraImportButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'import image' button title, located in the bottom bar of the camera screen.
getCameraIntroDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'done' button title of the introduction screen, located in the top bar.
getCameraIntroItem1() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The first scanning step text of the introduction screen.
getCameraIntroItem2() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The second scanning step text of the introduction screen.
getCameraIntroItem3() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The third scanning step text of the introduction screen.
getCameraIntroItem4() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The fourth scanning step text of the introduction screen.
getCameraIntroSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The subtitle of the introduction screen.
getCameraIntroTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the introduction screen, located in the top bar.
getCameraLimitReachedAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The subtitle of the page limit reached alert dialog.
getCameraLimitReachedAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the page limit reached alert dialog.
getCameraLimitReachedOkButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'OK' button title of the page limit reached alert dialog.
getCameraManualSnapButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'manual snapping' mode button title, located in the bottom bar of the camera screen.
getCameraMode() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getCameraMode() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getCameraModule() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the detection overlay.
getCameraModule() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The camera module to be used for barcode scanning.
getCameraModule() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Preferred camera module (Default: BACK).
getCameraModule() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Preferred camera module (Default: BACK).
getCameraModule() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The preferred camera module (default - BACK)
getCameraModule() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which camera module to use on start-up.
getCameraModule() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Which camera module should be used
getCameraModule() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines which camera module to use on start-up.
getCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
 
getCameraOpened() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
 
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the detection overlay.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Background color of the detection overlay.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Background color outside of the finder window.
getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Background color outside of the finder window.
getCameraPermission() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the dialog for requesting camera permissions.
getCameraPermission() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the camera permission screen.
getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Close button text for the camera permission dialog.
getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'close' button title of the camera permission dialog.
getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Button text for the camera permission dialog.
getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'enable' button title of the camera permission dialog.
getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Explanation for the camera permission dialog.
getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The explanation text of the camera permission dialog.
getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the camera permission dialog.
getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the camera permission dialog.
getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.IPermissionViewModel
 
getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.PermissionViewModel
 
getCameraPreviewButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'preview' button title, located in the bottom bar of the camera screen.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Preview mode of the camera.
getCameraPreviewMode() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which camera preview mode to use.
getCameraPreviewMode() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
The camera preview mode.
getCameraPreviewMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines which camera preview mode to use.
getCameraProgressOverlayTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The cropping progress overlay title.
getCameraProgressOverlayTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The progress overlay title that is displayed on the camera screen during processing.
getCameraTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'cancel' button title, located in the top bar of the camera screen and the reorder pages screen.
getCameraTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the camera screen, located in the top bar.
getCameraTopGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The text for the static user guidance, located just below the top bar of the camera screen.
getCameraTorchOffButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'flashlight off' button title, located in the bottom bar of the camera screen.
getCameraTorchOnButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'flashlight on' button title, located in the bottom bar of the camera screen.
getCameraType() - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
 
getCameraUiSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getCameraUiSettings() - function in io.scanbot.sdk.ui.view.base.BaseFragment
 
getCameraUiSettings() - function in io.scanbot.sdk.ui.view.base.NFBaseActivity
 
getCameraUiSettings() - function in io.scanbot.sdk.ui_v2.common.activity.BaseActivity
 
getCameraUserGuidanceBadAngles() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the document pitch/skew angle is unacceptable.
getCameraUserGuidanceBadAspectRatio() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when a landscape document is detected when the camera is in portrait mode (and vice versa).
getCameraUserGuidanceEnergySaveMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the device is in energy saving mode.
getCameraUserGuidanceNoDocumentFound() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when no document is found.
getCameraUserGuidanceReadyToCapture() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the document is ready to be captured in 'auto snapping' mode.
getCameraUserGuidanceReadyToCaptureManual() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the document is ready to be captured in 'manual snapping' mode.
getCameraUserGuidanceStart() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text that is initially displayed, before a document is detected.
getCameraUserGuidanceTextHintOffCenter() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the document is not centered in the finder view.
getCameraUserGuidanceTooDark() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when it is too dark to capture an adequate image.
getCameraUserGuidanceTooNoisy() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the background is too noisy.
getCameraUserGuidanceTooSmall() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The user guidance text displayed when the document is too far from camera.
getCameraView() - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
 
getCameraView() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getCameraViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
 
getCameraViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
 
getCameraViewModel() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getCameraViewModel() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
getCameraZoomFactor() - 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.
getCameraZoomFactor() - 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.
getCameraZoomRange() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The range of valid camera zoom factors.
getCameraZoomRange() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The range of valid camera zoom factors.
getCameraZoomRatio() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getCameraZoomRatio() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
getCancelAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the alert dialog displayed when the 'cancel' button is pressed.
getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Configuration of the cancel button.
getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's cancel button.
getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the cancel button on the confirmation sheet.
getCancelButton() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Configuration of the cancel button.
getCancelButton() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Configuration of the cancel button's appearance.
getCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
 
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button.
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility hint for the cancel button.
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the cancel button
getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text used as an accessibility hint for the cancel button.
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button.
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility label for the cancel button.
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button
getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the cancel button
getCancelButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfiguration
 
getCancelButtonIcon() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
 
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
String being displayed on the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
String being displayed on the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Title of the cancel button.
getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Title of the cancel button.
getCaption1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getCaption2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getCaptureFeedback() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the feedback shown after snapping a page.
getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Set high-resolution Check image capturing.
getCaptureManual() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document is ready to be captured in 'manual snapping' mode.
getCaptureQualityPrioritization() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getCaptureQualityPrioritization() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines the prioritization of still image quality and capturing speed.
getCaptureWithHardwareButtonsEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
When enabled the hardware volume up/down buttons can be used to capture an image if manual snapping is enabled.
getCapturing() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
 
getCapturing() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text that is shown when the camera snaps the image.
getCapturing() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
 
getCapturing() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown when the camera snaps the image.
getCapturing() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document is being captured and user needs to hold the device still.
getCardAccessNumber() - function in io.scanbot.genericdocument.entity.DeHealthInsuranceCardFront
Six digit card access number
getCardAccessNumber() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Six digit card access number
getCardAccessNumber() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Six digit card access number
getCardNumber() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Card number
getCardRevisionDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDB".
getCarrierName() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAA".
getCarrierNameRegistrant() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBC".
getCategories() - function in io.scanbot.barcodescanner.entity.VCard
Categories
getCategories() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack
Categories
getCe() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
CE
getChar() - function in io.scanbot.generictext.NativeTextCharacterBox
 
getCharacterIndex(java.lang.Integer,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get the index of a character at or nearby a certain position on the page
getCharacterSet() - function in io.scanbot.barcodescanner.entity.SEPA
Character Set
getCheck() - function in io.scanbot.sdk.check.entity.CheckRecognizerResult
Represents recognized Check data
getCheckDigitBirthDate() - function in io.scanbot.genericdocument.entity.MRZ
Check digit birth date
getCheckDigitDocumentNumber() - function in io.scanbot.genericdocument.entity.MRZ
Check digit document number
getCheckDigitExpiryDate() - function in io.scanbot.genericdocument.entity.MRZ
Check digit expiry date
getCheckDigitGeneral() - function in io.scanbot.genericdocument.entity.MRZ
Check digit general
getCheckDigitPersonalNumber() - function in io.scanbot.genericdocument.entity.MRZ
Check digit personal number
getCheckDigitPredictionModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getCheckingPredicate() - function in io.scanbot.sdk.di.DependenciesCheckUtils.RequiredDependency
 
getCheckInSequenceNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Check In Sequence Number
getCheckMarkBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
The background color for the check mark animation.
getCheckMarkColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
The check mark color for the check mark animation.
getCheckRecognizer() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getCheckRecognizer() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getChequeNumber() - function in io.scanbot.check.entity.CANCheck
Cheque number
getChequeNumber() - function in io.scanbot.check.entity.FRACheck
Cheque number
getChequeNumber() - function in io.scanbot.check.entity.ISRCheck
Cheque number
getChequeNumber() - function in io.scanbot.check.entity.KWTCheck
Cheque number
getChequeNumber() - function in io.scanbot.check.entity.UAECheck
Cheque number
getChildNeedsCareFrom() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Child Needs Care From
getChildNeedsCareUntil() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Child Needs Care Until
getChildren() - function in io.scanbot.genericdocument.entity.GenericDocument
a list of sub-documents
getChildren() - function in io.scanbot.sdk.pdf.Bookmark
 
getCity() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAL".
getCity() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBK".
getClazz() - function in io.scanbot.sdk.ui.result.ResultWrapper
 
getCleanRecognitionResultCallback() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
getCleanRecognitionResultCallback() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Callback to clean recognized string prior to validation.
getCleanScanningSession() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Clean the existing pages from the scanning session.
getClearAllButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the button for clearing the barcode list.
getClearButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the button which clears the list of scanned barcodes.
getClearButtonTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String used for displaying amount of detected fields.
getClearTextButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's button to clear the entered count number.
getClientPIDMap() - function in io.scanbot.barcodescanner.entity.VCard
ClientPIDMap
getCloseAction() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
getCloseAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getCloseButton() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's close button.
getCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ZoomOverlay
Configuration of the 'close' button for the zoom overlay.
getCode() - function in io.scanbot.barcodescanner.entity.GS1.Element.ValidationError
Error Code
getCode() - function in io.scanbot.sdk.process.ImageFilterType
 
getCode() - function in io.scanbot.textorientation.model.TextOrientation
Integer parameter that should be passed to io.scanbot.textorientation.TextOrientationRecognizer and used in persistence
getCollapsedVisibleHeight() - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Height of the collapsed result sheet.
getColor() - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Color used for foreground elements.
getColor() - function in io.scanbot.sdk.ui_v2.common.IconButton
Icon color.
getColor() - function in io.scanbot.sdk.ui_v2.common.IconStyle
Icon color.
getColor() - function in io.scanbot.sdk.ui_v2.common.StyledText
Text color.
getColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
 
getColorBy(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
 
getCOMMON_CODES() - function in io.scanbot.sdk.barcode.entity.BarcodeFormat.Companion
List of common barcode formats
getCOMMON_CODES() - function in io.scanbot.sdk.ui_v2.barcode.common.mappers.BarcodeItemKt
 
getCommonType() - function in io.scanbot.genericdocument.entity.Field.Type
optional common field type.
getCompartmentCode() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Compartment Code
getCompatColor(android.content.Context,java.lang.Integer) - function in io.scanbot.sdk.ui.utils.ThemeUtilsKt
 
getCompleted() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
Appearance of the overlay polygon when a barcode is completed.
getCompleted() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickBadgeConfiguration
Appearance of the badge when a barcode is completed.
getComplianceType() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDA".
getComponent() - function in io.scanbot.sdk.ui.di.HasComponent
 
getComponent() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity
 
getComponent() - function in io.scanbot.sdk.ui_v2.common.di.HasComponent
 
getCompression() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterParameters
Defines target document compression algorithm.
getConfidence() - function in io.scanbot.genericdocument.entity.GenericDocument
the average confidence in the accuracy of the document recognition result
getConfidence() - function in io.scanbot.genericdocument.entity.OcrResult
confidence in result accuracy.
getConfidence() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStepResult
The confidence of the recognized text
getConfidence() - function in io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult
The confidence of the recognized text.
getConfidenceValue() - function in io.scanbot.generictext.NativeTextCharacterBox
 
getConfidenceValue() - function in io.scanbot.generictext.NativeTextRecognitionResult
 
getConfidenceValue() - function in io.scanbot.generictext.NativeTextWordBox
 
getConfidenceValue() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getConfidenceValue() - function in io.scanbot.mcscanner.model.McPatientInfoField
 
getConfidenceValue() - function in io.scanbot.sdk.generictext.GenericTextRecognitionResult
 
getConfidenceValue() - function in io.scanbot.sdk.generictext.GenericTextWordBox
 
getConfidenceValue() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getConfidenceValue() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that shows average confidence value of scanned document.
getConfidenceValue() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getConfidenceValue() - function in io.scanbot.sdk.vin.VinScanResult
 
getConfidenceValue() - function in io.scanbot.vin.NativeVinScanResult
 
getConfidenceWeight() - function in io.scanbot.genericdocument.entity.GenericDocument
the weight of the confidence.
getConfig() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
 
getConfig() - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
 
getConfig() - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfigurationHelper
 
getConfig() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
 
getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getConfigHelper() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
 
getConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
 
getConfirmationAlertDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the confirmation alert dialog.
getConfirmationAlertDialogEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
If the confirmation alert dialog is enabled.
getConfirmationDialogAccentColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The accent color of buttons on a confirmation dialog.
getConfirmationDialogConfiguration() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The confirmation dialog configuration.
getConfirmationDialogConfirmButtonFilled() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Allows to set if the confirm button should be filled.
getConfirmationDialogConfirmButtonFilledTextColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Allows to set a text color of the filled button.
getConfirmationDialogConfirmButtonStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialogs confirm button.
getConfirmationDialogConfirmButtonTitle() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog retry button.
getConfirmationDialogMessage() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The message text of the confirmation dialog.
getConfirmationDialogRetryButtonStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialogs retry button.
getConfirmationDialogRetryButtonTitle() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog confirm button.
getConfirmationDialogStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The style of the confirmation dialog.
getConfirmationDialogTitle() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The title of the confirmation dialog.
getConfirmationSheetEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
If enabled, the confirmation sheet will be shown after the barcode has been scanned.
getConfirmationState() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getConfirmationState() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getConfirmationState() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
 
getConfirmationState() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
getConfirmButtonFilled() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
Allows to set if the confirm button should be filled.
getConfirmButtonFilledTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
Allows to set a text color of the filled button.
getConfirmButtonTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog confirm button.
getConfirmButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog confirm button text.
getConstantValue(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.ManifestConstantsProvider
 
getContainerSize() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getContentBounds(android.graphics.Bitmap) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
 
getContext() - function in io.scanbot.sdk.pdf.PdfiumPdfImagesExtractor
 
getContext() - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
 
getContext() - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
 
getContext() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
getContourDetector() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getContourDetector() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getContourDetector() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getContourDetector() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getContourDetector() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getContourDetectorFrameHandler() - function in io.scanbot.sdk.ui.camera.AdaptiveFinderOverlayView
 
getContourDetectorSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getContrast() - function in io.scanbot.sdk.imagefilters.ContrastFilter
Contrast adjustment value in the range from -1 to 254 (inclusively).
getCoreEngineMode() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Defines used engine mode.
getCoreEngineMode() - function in io.scanbot.sdk.barcode.entity.EngineMode
 
getCornerHighlightedRadius() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getCornerRadius() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getCornerRadius() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getCornerRadius() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The corner radius of the dialog.
getCornerRadius() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Radius of the viewfinder's corners.
getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
The viewfinder's corner radius.
getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Polygon corner radius in dp.
getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getCornerRadius() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getCoroutineScope() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
 
getCoroutineScope() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.AddBarcode
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.SetCount
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.ManualEditDialogData
 
getCount() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
Number of recognized barcodes of this symbology and value.
getCount() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
Number of barcodes with given symbology/value required to scan.
getCountedBarcodes() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
 
getCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getCounterBadge() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Parameters of the counter badge appearance e.g.
getCounterOverlayController() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
Use this object to control the state or the behavior of the selection overlay layer
getCounterOverlayController() - function in io.scanbot.sdk.barcode.ui.IBarcodeCounterView
Use this object to control the state or the behavior of the selection overlay layer
getCountingRepeatDelay() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Time interval in milliseconds before a barcode is counted again.
getCountingRepeatDelay() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Time interval in milliseconds before a barcode is counted again.
getCountryCode() - function in io.scanbot.genericdocument.entity.DePassport
Country code
getCountryCode() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Country code (ISO 3166-1 alpha-2)
getCountryCode() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getCountryCode() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getCountryCode() - function in io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult
The validated result of the scanning.
getCountryIdentification() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCG".
getCreateDocument() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getCreateDocument() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getCreatePreview() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getCreatePreview() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getCreateView() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreateView() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreateView() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreateView() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreateView() - function in io.scanbot.sdk.ui_v2.document.screen.BaseCroppingActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreateView() - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
getCreatinineValue() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Creatinine Value
getCreationDate() - function in io.scanbot.sdk.pdf.Meta
 
getCreationTimeStamp() - function in io.scanbot.sdk.docprocessing.Document
 
getCreator() - function in io.scanbot.pdf.model.PdfAttributes
 
getCreator() - function in io.scanbot.sdk.pdf.Meta
 
getCrop() - function in io.scanbot.genericdocument.entity.GenericDocument
 
getCropButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'crop' button, located in the bottom bar.
getCroppedImage() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getCroppedImage() - function in io.scanbot.sdk.check.entity.CheckRecognizerResult
Internal field, do not use.
getCroppedImage() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
Contains cropped document image if it was detected (that is when status equals RecognitionStatus.Success or RecognitionStatus.
getCroppedImage() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getCropping() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Configuration of the cropping screen.
getCropping() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
Configuration of the screen for cropping the scanned pages.
getCroppingDetectButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The 'detect document' button title, located in the bottom bar of the cropping screen.
getCroppingDetectButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'detect document' button title, located in the bottom bar of the cropping screen.
getCroppingHandlerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
The color of the cropping handles.
getCroppingPolygonColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
The color of the cropping polygon.
getCroppingResetButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The 'reset detection' button title, located in the bottom bar of the cropping screen.
getCroppingResetButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'reset detection' button title, located in the bottom bar of the cropping screen.
getCroppingRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The 'rotate page' button title, located in the bottom bar of the cropping screen.
getCroppingRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'rotate page' button title, located in the bottom bar of the cropping screen.
getCroppingScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The cropping screen title, located in the top bar.
getCroppingScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the cropping screen, located in the top bar.
getCroppingState() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getCroppingTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The 'cancel' button title, located in the top bar of the cropping screen.
getCroppingTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'cancel' button title, located in the top bar of the cropping screen.
getCroppingTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
The 'confirm' button title, located in the top bar of the cropping screen.
getCroppingTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'confirm' button title, located in the top bar of the cropping screen.
getCurrency() - function in io.scanbot.barcodescanner.entity.SwissQR
Currency
getCurrentDpi() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getCurrentPage() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Current Page
getCurrentPageId() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession.CameraScreenMode.Add
 
getCurrentPageIndex() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getCurrentStep() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
 
getCurrentStep() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
getCurrentValue() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
 
getCurrentValue() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The current value of the SwipeableV2State.
getCustomerFamilyName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCS".
getCustomerFirstName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAC".
getCustomerGivenNames() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCT".
getCustomerIdNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAQ".
getCustomerMiddleName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAD".
getCustomFileIOProcessor() - function in io.scanbot.sdk.persistence.FileStorageSettings
 
getCustomFileIOProcessor() - function in io.scanbot.sdk.persistence.FileStorageSettings.Builder
 
getCustoms() - function in io.scanbot.barcodescanner.entity.VCard
Custom
getD() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
D
getD1() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
D1
getD1e() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
D1E
getData() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateFormattedData
 
getData() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel.FindAndPickDialogEditCount
 
getData() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getDatabaseId() - function in io.scanbot.sdk.entity.OcrStatus
 
getDataColumn(android.content.Context,android.net.Uri,java.lang.String,kotlin.Array) - function in io.scanbot.sdk.util.FileChooserUtils
Get the value of the data column for this Uri.
getDataTitle() - function in io.scanbot.barcodescanner.entity.GS1.Element
Data Title
getDateExpired() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Date Expired.
getDateIssued() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Date Issued.
getDateJunked() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAG".
getDateOfBirth() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBB".
getDateOfBoardingPassIssuanceJulian() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Date Of Boarding Pass Issuance Julian
getDateOfFlightJulian() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Date Of Flight Julian
getDateOfIssuance() - function in io.scanbot.genericdocument.entity.MRZ
Date of issuance
getDateRecovered() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAJ".
getDateStolen() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAI".
getDcModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
 
getDe() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
DE
getDebtorAddressType() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Address Type
getDebtorBuildingOrAddressLine2() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Building Or Address Line 2
getDebtorCountry() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Country
getDebtorName() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Name
getDebtorPlace() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Place
getDebtorPostalCode() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Postal Code
getDebtorStreetOrAddressLine1() - function in io.scanbot.barcodescanner.entity.SwissQR
Debtor Street Or Address Line 1
getDebugImage() - function in io.scanbot.ehicscanner.model.EhicRecognitionResult
Internal field, do not use.
getDEFAULT_AUSTRALIA_POST_CUSTOMER_FORMAT() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig.Companion
 
getDEFAULT_DOCUMENT_IMAGE_SIZE_LIMIT() - function in io.scanbot.sdk.docprocessing.Document.Companion
The default maximum size of the document image.
getDEFAULT_GS1_DECODING_HANDLING() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig.Companion
 
getDEFAULT_MSI_PLESSEY_CHECKSUM_ALGORITHMS() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig.Companion
 
getDEFAULT_ZOOM_STEPS() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel.Companion
 
getDefaultCornerRadius() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getDefaultDisplayState() - function in io.scanbot.genericdocument.entity.FieldProperties
the default display state of a field in the RTU UI, could be hidden by default or visible by default.
getDefaultDisplayState() - 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.
getDefaultDisplayText() - function in io.scanbot.genericdocument.entity.DocumentProperties
the friendly display name of a document in English.
getDefaultDisplayText() - function in io.scanbot.genericdocument.entity.FieldProperties
the friendly display name of a field in English.
getDefaultDisplayText() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonDocumentsDisplayConfiguration
The display text of the document in the list
getDefaultDisplayText() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration
The display text of the field in the list
getDefaultFilter() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
Determines the image filter to apply by default.
getDefaultPageFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The default image filter type for new documents pages.
getDefaultPageFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Default image filter type for new document pages.
getDefaultPageParametricFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getDefaultPattern() - function in io.scanbot.sdk.util.DateFormat
Default UTS pattern for DateFormat
getDefaultZoomFactor() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
The default zoom factor on start-up.
getDefaultZoomFactor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
The default zoom factor on start-up.
getDegrees() - function in io.scanbot.sdk.entity.RotationType
 
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.camera.ScanbotCameraView
Delay that camera will took before snap on auto focus complete called from camera core in ms.
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Delay that camera will took before snap on auto focus complete called from camera core in ms.
getDelayAfterFocusCompleteMs() - 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.
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
 
getDelayAfterFocusCompleteMs() - 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.
getDelayAfterFocusCompleteMs() - 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.
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
getDelayAfterMove() - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
Delay to wait after significant move.
getDelayAfterScan() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Freezes a preview after a scan for a given amount of seconds.
getDelayAfterScanMs() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
 
getDelayAfterScanMs() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodesSelected
 
getDeleteAll() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
Configuration of the 'delete all' button.
getDeleteAllPagesAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the alert dialog displayed when trying to delete all the pages.
getDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'delete' button, located in the bottom bar.
getDeletePageAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the alert dialog displayed when trying to delete a single page.
getDeliveryAddress() - function in io.scanbot.barcodescanner.entity.VCard
DeliveryAddress
getDenoise() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
Value controlling the amount of noise removal.
getDepartureAirportCode() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Departure Airport Code
getDescriptionBinding() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
getDeselected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Appearance of the overlay polygon when a barcode is not selected.
getDesignationNumber() - function in io.scanbot.check.entity.CANCheck
Designation number
getDestinationAirportCode() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Destination Airport Code
getDestPageIdx() - function in io.scanbot.sdk.pdf.Link
 
getDetailsActionColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of Submit button
getDetailsActionColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of Submit button
getDetailsBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of bottom sheet
getDetailsBackgroundColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of bottom sheet
getDetailsOpened() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListViewModel
 
getDetailsOpened() - function in io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.ViewModel
 
getDetailsPrimaryColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The color of text elements in bottom sheet
getDetailsPrimaryColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of text elements in bottom sheet
getDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
Configuration of the 'detect document' button, located in the bottom bar.
getDetectButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the detect button
getDetectButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the detect button
getDetectButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the detect button
getDetectButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the detect button
getDetectButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Detect button.
getDetectedBarcodes() - function in io.scanbot.barcodescanner.model.BarcodeScannerResult
Detected list of barcodes
getDetectedLines() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedParagraphs() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedText() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedWords() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getDetectionResultFlow() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getDetectionScore() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getDetectionStatus() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getDetectionStatus() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getDetectionStatus() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getDetectionStatusDefaultText() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
getDetectionStatusFailedDetectionText() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
getDetectionStatusFailedDetectionText() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was not found.
getDetectionStatusFailedValidationText() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
getDetectionStatusFailedValidationText() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was found but not recognized.
getDetectionStatusSuccessText() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraView
 
getDetectionStatusSuccessText() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed when health insurance card was found and recognized.
getDetectResetButtonHidden() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Changes the visibility of Detect and Reset buttons.
getDiagnose() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Diagnose
getDiagnosedOn() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Diagnosed On.
getDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getDialogBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The general background color of the actual dialog view.
getDialogBackgroundEffect() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The visual effect of the dialogs background.
getDialogButtonsAccentColor() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The accent color of buttons on a confirmation dialog.
getDialogMessage() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The message text of the confirmation dialog.
getDialogTextFormat() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The text format of the result dialog.
getDialogTextFormat() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The text format of the result dialog.
getDialogTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog.
getDisplayName(android.content.Context) - function in io.scanbot.sdk.entity.DocumentType
 
getDistanceToPoint(android.graphics.PointF) - function in io.scanbot.sdk.util.view.PolygonViewHelper.Line
Calculates distance to point Should be used after line components are calculated
getDividerColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Color of the divider and separator lines in the barcode info dialog.
getDividerColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Color of the divider and separator lines in the edit dialog.
getDividerColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The color of the dividers in the list sheet.
getDividerColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Color of the divider and separator lines in the confirmation sheet.
getDividerColor() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Color of the divider line.
getDividerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
The divider color of the introduction screen.
getDocProps() - function in io.scanbot.barcodescanner.entity.ModelConstants
Default document display properties containing English translation
getDocProps() - function in io.scanbot.check.entity.ModelConstants
Default document display properties containing English translation
getDocProps() - function in io.scanbot.genericdocument.entity.ModelConstants
Default document display properties containing English translation
getDoctor() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Doctor
getDoctorNumber() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Doctor Number
getDoctorNumber() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Doctor Number
getDocument() - function in io.scanbot.genericdocument.entity.GenericDocumentScanResult
Generic document object containing the recognized document
getDocument() - function in io.scanbot.genericdocument.entity.GenericDocumentWrapper
 
getDocument() - function in io.scanbot.sdk.docprocessing.DocumentProcessingResult
Document which was processed.
getDocument() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
Contains a document which might be wrapped into one of io.scanbot.genericdocument.entity modelsFor the convenience it is possible to get strongly typed wrapper around GenericDocument To do so, use the io.scanbot.genericdocument.entity.GenericDocumentLibrary wrapperFromGenericDocument method
getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.IDocumentHolder
 
getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.
getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.
getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getDocumentApi() - function in io.scanbot.sdk.ScanbotSDK
 
getDocumentCode() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Document Code
getDocumentDate() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Document Date.
getDocumentDetectionStatus() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentDetectionStatus() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getDocumentDetectorMode() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional mode for document detection.
getDocumentDetectorModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides directory to save files for current Document.
getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
Provides directory to save files for current Document.
getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getDocumentDiscriminator() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCF".
getDocumentDisplayMap() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getDocumentDraftExtractor() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
Customizable instances which will be used for injections.
getDocumentExpirationDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBA".
getDocumentFile() - function in io.scanbot.sdk.docprocessing.DocumentProcessingResult
resulting file of the document
getDocumentFile(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getDocumentFileUri() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentFormSerialNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Document Form Serial Number
getDocumentImage() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the document image.
getDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the document image.
getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the document image.
getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the document image.
getDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the document preview image.
getDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the document preview image.
getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the document preview image.
getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the document preview image.
getDocumentImageSizeLimit() - function in io.scanbot.sdk.docprocessing.Document
 
getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Limits the maximum size of the document image.
getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Limits the maximum size of the document image.
getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
The limit of the size of the cropped document images.
getDocumentIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBD".
getDocumentJsonFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides File of the document json file.
getDocumentJsonFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
Provides File of the document json file.
getDocumentMeta() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getDocumentNotOk() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
Configuration of the polygon when the detected document status is 'not OK'.
getDocumentNumber() - function in io.scanbot.genericdocument.entity.MRZ
Document number
getDocumentOk() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
Configuration of the polygon when the detected document status is 'OK'.
getDocumentPdfFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides File of the document pdf file.
getDocumentPdfFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
Provides File of the document pdf file.
getDocumentPreviewFileUri() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentPreviewImage() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentQuality() - function in io.scanbot.sdk.docprocessing.Page
 
getDocumentQualityAnalyzer() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getDocuments() - function in io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionState
 
getDocuments() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListViewModel
 
getDocuments() - function in io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.ViewModel
 
getDocumentsDir() - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.CustomDocumentStorage
Provides the directory which stores all documents.
getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides the directory which stores all documents.
getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.InternalDocumentStorage
Provides the directory which stores all documents.
getDocumentsDisplayConfiguration() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Allows to configure the display configuration for documents.
getDocumentsFiles() - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getDocumentTiffFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides File of the document tiff file.
getDocumentTiffFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
Provides File of the document tiff file.
getDocumentType() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Document Type
getDocumentTypeCode() - function in io.scanbot.genericdocument.entity.MRZ
Document type code
getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
The UUID of the document to be cropped.
getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
The UUID of the document that was cropped.
getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
The UUID of the existing document to be edited.
getDocumentVersionNumber() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Document Version Number
getDoneButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the done button.
getDoneButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text used as an accessibility hint for the done button.
getDoneButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the done button
getDoneButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the done button
getDoneButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Done button.
getDosageForm() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Dosage Form
getDosageFormFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Dosage Form Free Text
getDosageFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Dosage Free Text
getDosingUnit() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Dosing Unit
getDosingUnitFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Dosing Unit Free Text
getDoubleValue() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getDpi() - function in io.scanbot.pdf.model.PdfConfig
 
getDpi() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterParameters
Defines target document DPI.
getDraggedDistance() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getDraggedItem() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getDrawable() - function in io.scanbot.sdk.ui.EditPolygonImageView
 
getDrawerState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState
 
getDrawingPolygon(java.util.List,java.util.List) - function in io.scanbot.sdk.util.view.PolygonViewHelper
Processes original polygon with coordinates 0..
getDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getDrawPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getDrawPolygon() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getDrawPolygon() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getDrawPolygonShadows() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getDrawPolygonShadows() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
getDriverAliasDateOfBirthField() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBL".
getDriverAliasFirstName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBP".
getDriverAliasLastName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBO".
getDriverAliasSocialSecurityNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBM".
getDriverLastName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAB".
getDriverLicense() - function in io.scanbot.barcodescanner.entity.AAMVA
DriverLicense
getDriverLicenseClassificationCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAR".
getDriverLicenseEndorsementsCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAT".
getDriverLicenseName() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAA".
getDriverLicenseRestrictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAS".
getDriverNamePrefix() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAF".
getDriverNameSuffix() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAE".
getDriverPermitClassificationCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAA".
getDriverPermitEndorsementCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAF".
getDriverPermitIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAD".
getDriverPermitRestrictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAE".
getDriverResidenceCity() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAN".
getDriverResidenceJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAO".
getDriverResidencePostalCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAP".
getDriverResidenceStreetAddress1() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAL".
getDriverResidenceStreetAddress2() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAM".
getDrugName() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Drug Name
getDueDate() - function in io.scanbot.barcodescanner.entity.SwissQR
Due Date
getElectronicTicket() - function in io.scanbot.barcodescanner.entity.BoardingPass
Electronic Ticket
getElementDescription() - function in io.scanbot.barcodescanner.entity.GS1.Element
Description
getElements() - function in io.scanbot.barcodescanner.entity.GS1
Element
getEmail() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Email
getEmail() - function in io.scanbot.barcodescanner.entity.VCard
Email
getEnableCameraButton() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's confirmation button.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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.
getEnableCameraButtonTitle() - 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 app to use the camera.
getEnableCameraButtonTitle() - 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.
getEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's explanatory text.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraExplanationText() - 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.
getEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's title.
getEnableContinuousScanning() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeNativeConfiguration
 
getEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Whether swipe to delete is enabled or not.
getEnabled() - function in io.scanbot.sdk.ui_v2.common.Vibration
Enable or disable vibration when a barcode is detected.
getEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Determines whether the review screen should be shown or not.
getEnabledInAutoSnappingMode() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
Determines if the 'shutter' button can be tapped to manually snap a document when 'auto snapping mode' is active.
getEnableNativeLogging() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional boolean flag that enables Scanbot SDK Core native logging (default is false, Android only).
getEncoding() - function in io.scanbot.barcodescanner.entity.SwissQR
Encoding
getEncryptedInput() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getEncrypterMode() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getEncryptionEnabled() - function in io.scanbot.sdk.persistence.FileStorageSettings
 
getEncryptionEnabled() - function in io.scanbot.sdk.persistence.FileStorageSettings.Builder
 
getEnergySaveMode() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the device is in energy saving mode.
getEnergySaving() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text text that is shown when energy saving is active.
getEnergySaving() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text text that is shown when energy saving is active.
getEngineDisplacement() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAW".
getEngineMode() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfig
Defines barcode detection mode to be used.
getEngineMode() - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig
The OCR and PDF engine mode to use.
getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.BitmapInput
 
getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.PagesInput
 
getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.RecognizerInput
 
getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getEngineMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The engine mode to be used for barcode scanning.
getEngineMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The engine mode to be used for barcode scanning.
getEngineSize() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAR".
getEnhancedDriverLicense() - function in io.scanbot.barcodescanner.entity.AAMVA
EnhancedDriverLicense
getError() - function in io.scanbot.sdk.camera.FrameHandlerResult.Failure
 
getError() - function in io.scanbot.sdk.ui_v2.common.viewmodel.Result.Failure
 
getErrorDialogAccentColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The accent color of buttons on a error dialog.
getErrorDialogMessage() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog message
getErrorDialogOkButton() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog ok button text.
getErrorDialogOkButtonFilled() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Allows to set if the confirm button should be filled.
getErrorDialogOkButtonFilledTextColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Allows to set a text color of the filled button.
getErrorDialogTitle() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Error dialog title
getErrorMessage() - function in io.scanbot.sdk.SdkLicenseError
 
getErrorMessage() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
The error message if a problem occurred.
getErrorState() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Configuration of the error state displayed when processing a barcode fails.
getEvening() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Evening Intake Dose
getException() - function in io.scanbot.sdk.di.DependenciesCheckUtils.RequiredDependency
 
getExcludedFields() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getExcludedFieldTypes() - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Set of secure fields which should be excluded from scanning process.
getExcludedFieldTypes() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Set of secure fields which should be excluded from scanning process.
getExcludedFieldTypes() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
List of secure fields which should be excluded from scanning process.
getExpectedBarcodes() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
List of barcodes that the user has to find and scan.
getExpectedCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
 
getExpiryDate() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Expiry date (Field 4b.
getExpiryDate() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Expiry date
getExpiryDate() - function in io.scanbot.genericdocument.entity.DePassport
Expiry date
getExpiryDate() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Expiry date (Gültig bis)
getExpiryDate() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Expiry date
getExpiryDate() - function in io.scanbot.genericdocument.entity.MRZ
Expiry date
getExternalCacheDirOrShowError(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.FileUtils
Returns external cache directory with provided name (creates if needed).
getExternalFilesDirOrShowError(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.FileUtils
Returns external directory with provided name (creates if needed).
getExternalStorageDirOrShowError(java.lang.String) - function in io.scanbot.sdk.util.FileUtils
Returns external directory with provided name (creates if needed).
getExtraAuxDomestic() - function in io.scanbot.check.entity.AUSCheck
Extra auxiliary domestic
getExtractDocumentImage() - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Image extraction with the result.
getExtractorType() - function in io.scanbot.sdk.pdf.PdfImagesExtractorSettings
Defines which PdfImagesExtractor.Type will be used in SDK
getEyeColor() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Eye color
getEyeColor() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Eye color (Augenfarbe)
getFabAdditionalSpacing() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
 
getFabSpacing() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
 
getFactory() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.check.BaseCheckRecognizerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.generictext.BaseTextDataScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
 
getFactory() - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
 
getFactory(android.os.Bundle) - function in io.scanbot.sdk.ui_v2.common.viewmodel.DaggerViewModelInjector
 
getFactory() - function in io.scanbot.sdk.ui_v2.common.viewmodel.ViewModelInjector
 
getFailureType() - function in io.scanbot.sdk.exceptions.camera.CodecFailedException
 
getFamilyName() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAA".
getFamilyNameTruncation() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDE".
getFastTrack() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Fast Track
getFederalCommercialVehicleCodes() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCH".
getFetchingStateText() - 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.
getFieldConfidenceHighColor() - 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.
getFieldConfidenceHighColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldConfidenceLowColor() - 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.
getFieldConfidenceLowColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldConfidenceModerateColor() - 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.
getFieldConfidenceModerateColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldConfidenceTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of confidence value label text in details.
getFieldConfidenceTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldListView() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getFieldListViewModel() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getFieldName() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getFieldProps() - function in io.scanbot.barcodescanner.entity.ModelConstants
Default field display properties containing visibility and English translation
getFieldProps() - function in io.scanbot.check.entity.ModelConstants
Default field display properties containing visibility and English translation
getFieldProps() - function in io.scanbot.genericdocument.entity.ModelConstants
Default field display properties containing visibility and English translation
getFields() - function in io.scanbot.genericdocument.entity.GenericDocument
a list of document fields
getFieldsCountText() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String used for displaying amount of detected fields.
getFieldsCountText() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldsCountTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Text color of the fields count label.
getFieldsCountTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldsDisplayConfiguration() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Allows to configure the display configuration for fields.
getFieldsDisplayMap() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getFieldTag() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getFieldType() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getFileEncryptionMode() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional file encryption mode, 'AES128' or 'AES256'.
getFileEncryptionPassword() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional file encryption password.
getFileIOProcessor() - function in io.scanbot.sdk.pdf.DefaultPdfImagesExtractor
 
getFileIOProcessor() - function in io.scanbot.sdk.pdf.PdfiumPdfImagesExtractor
 
getFileIOProcessor() - function in io.scanbot.sdk.tiff.TIFFWriter
 
getFileIOProcessor() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getFilename() - function in io.scanbot.sdk.blob.BlobType
 
getFileName() - function in io.scanbot.sdk.persistence.page.PageStorage.ImageType
File name to be saved on disk for this image type.
getFilesDirOrShowError(java.lang.String,java.lang.String) - function in io.scanbot.sdk.util.FileUtils
Returns directory with provided path (creates if needed).
getFillColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getFillColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getFillColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getFillColor() - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Polygon color.
getFillColor() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Polygon color.
getFillColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getFillDeclinedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getFilledConfirmButtonTextColor() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
The text color of the confirm button if it is filled.
getFillHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getFillHighlightedColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getFillHighlightedPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getFillPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getFillScaleWithBufferAspectRatio(android.view.View,android.util.Size) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
Computes the scale by which a view has to scale in x and y in order to fill its parent while maintaining the buffer's aspect ratio.
getFilter() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getFilter() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterParameters
Defines if target document should be binarized.
getFilteredImagePreview(java.lang.String,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File containing page preview with applied ParametricFilter for a given document.
getFilteredImagePreview(java.lang.String,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File containing page preview with applied ParametricFilter for a given document.
getFilteredImagePreview(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File containing page preview with applied ParametricFilter
getFilteredImagePreview(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File containing page preview with applied ParametricFilter
getFilteredImagePreviews(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides full list of Files containing page preview with applied filters for a given document.
getFilteredImagePreviews(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides full list of Files containing page preview with applied filters for a given document.
getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides full list of Files containing page preview with applied filters
getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides full list of Files containing page preview with applied filters
getFilteredPreviewImage(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides filtered preview image Bitmap for provided filter
getFilteredPreviewImageURI(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides filtered preview imageUri Uri for provided filter
getFilterName() - function in io.scanbot.sdk.process.ImageFilterType
 
getFilterPredictionModelFile() - function in io.scanbot.sdk.blob.BlobManager
 
getFilters() - function in io.scanbot.sdk.docprocessing.Page
 
getFiltersFlow() - function in io.scanbot.sdk.docprocessing.Page
 
getFilterType() - function in io.scanbot.sdk.imagefilters.LegacyFilter
Id of filter to be applied.
getFinalPayeeAddressType() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Address Type
getFinalPayeeBuildingOrAddressLine2() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Building Or Address Line 2
getFinalPayeeCountry() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Country
getFinalPayeeName() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Name
getFinalPayeePlace() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Place
getFinalPayeePostalCode() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Postal Code
getFinalPayeeStreetOrAddressLine1() - function in io.scanbot.barcodescanner.entity.SwissQR
Final Payee Street Or Address Line 1
getFindAndPickCompleteAlertCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the find and pick complete alert.
getFindAndPickCompleteAlertSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Submit button text for the find and pick complete alert.
getFindAndPickCompleteAlertSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Subtitle for the find and pick complete alert.
getFindAndPickCompleteAlertTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the find and pick complete alert.
getFindAndPickPartialAlertCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the find and pick partial alert.
getFindAndPickPartialAlertSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Submit button text for the find and pick partial alert.
getFindAndPickPartialAlertSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Subtitle for the find and pick partial alert.
getFindAndPickPartialAlertTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the find and pick partial alert.
getFindAndPickSheetBarcodeItemSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Subtitle for the find and pick barcode sheet.
getFindAndPickSheetTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the find and pick barcode sheet.
getFinderAspectRatio() - 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.
getFinderAspectRatio() - 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.
getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Aspect ratio of the finder frame (width to height), which is used to build the actual finder frame.
getFinderAspectRatio() - 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.
getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Aspect ratio of the finder frame (width to height), which is used to build the actual finder frame.
getFinderBaseInset() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getFinderContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getFinderContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getFinderEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to enable the view finder.
getFinderInnerThresholdPx() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getFinderInsets() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Changes finder view padding to preview edges
getFinderLineColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Foreground color of the detection overlay.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Width of finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Width of the finder frame border.
getFinderLineWidth() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Width of finder frame border.
getFinderMaxSize() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set the maximus size of the finder bigger size.
getFinderOuterThresholdPx() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getFinderRect() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getFinderTextHint() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
String being displayed as description.
getFinderTextHint() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
String being displayed as description.
getFinderTextHint() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
String being displayed as description.
getFinderTextHint() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
User guidance text below the finder view
getFinderTextHint() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
String being displayed as a description.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Foreground color of the description label.
getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Foreground color of the description label.
getFinderViewController() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
Use this object to control the state or the behavior of the Finder inside
getFinderViewController() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
Use this object to control the state or the behavior of the Finder inside
getFinderViewController() - function in io.scanbot.sdk.docdetection.ui.DocumentScannerView
Use this object to control configuration parameters of the Finder view inside
getFinderViewController() - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerView
Use this object to control configuration parameters of the Finder view inside
getFinderViewEnabled() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getFinderViewId() - function in io.scanbot.sdk.ui.camera.util.FinderViewAttributeHandler
 
getFinderViewId() - function in io.scanbot.sdk.ui.camera.util.FinderViewAttributeHandlerImpl
 
getFirstLienHolderId() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "LAF".
getFirstLienHolderName() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "LAA".
getFirstName() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
First Name
getFirstName() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
First Name
getFirstName() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
First Name
getFirstName() - function in io.scanbot.barcodescanner.entity.VCard
FirstName
getFirstNameTruncation() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDF".
getFirstNonConsecutiveBaggageTagLicensePlateNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
First Non Consecutive Baggage Tag License Plate Number
getFirstOwnerIdNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAX".
getFirstOwnerLastName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAB".
getFirstOwnerLegalStatus() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NBA".
getFirstOwnerMiddleName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAD".
getFirstOwnerName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAC".
getFirstOwnerTotalName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAA".
getFitScaleWithBufferAspectRatio(android.view.View,android.util.Size) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
Computes the scale by which a view has to scale in x and y in order to fit its parent while maintaining the buffer's aspect ratio.
getFlash() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
 
getFlash() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
 
getFlashButton() - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Appearance of the flash button.
getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the flash button
getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the flash button
getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the flash button.
getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility hint for the flash button.
getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the flash button
getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the flash button
getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the flash button.
getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility label for the flash button.
getFlashButtonEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Whether the flash is enabled.
getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the flash toggle button is hidden or not.
getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether the flash toggle button is hidden.
getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Controls whether the flash toggle button is hidden or not.
getFlashButtonInactiveColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the flash button when flash is off.
getFlashButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the flash toggle button.
getFlashButtonTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Title of the flash toggle button.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Whether flash is toggled on or off.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether flash is toggled on or off.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.DocumentScannerSettings
 
getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
 
getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.FinderDocumentScannerSettings
 
getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Controls whether the flash should be initially enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether the flash is enabled by default.
getFlashEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Whether the flash is enabled.
getFlashEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines whether the flashlight is enabled or not on start-up.
getFlightNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Flight Number
getFlipCameraButton() - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Appearance of the flip camera button.
getFocusedBarcode(java.util.List,io.scanbot.sdk.camera.FrameHandler.Frame) - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModelKt
 
getFont() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The font of the button title.
getFontName() - function in io.scanbot.sdk.ui.configuration.json.JsonFont
The font name.
getFontSize() - function in io.scanbot.sdk.ui.configuration.json.JsonFont
The font size.
getFontType() - function in io.scanbot.check.entity.Check
type of check font
getForceMaxSnappingSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getForceMaxSnappingSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Shows the user guidance elements if autosnapping is disabled.
getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to show the user guidance elements if auto-snapping is disabled.
getForeground() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The style of the button's foreground (icon, text).
getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
Color of the button foreground (icon, text).
getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Color of the button foreground (icon, text).
getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
Color of the button foreground (icon, text).
getForegroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
The foreground color of the scan assistance overlay image.
getForIndividualAirlineUse() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
For Individual Airline Use
getFormatExtension() - function in io.scanbot.sdk.persistence.CameraImageFormat
 
getFormattedData() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
Allows to set additional data encoded in barcode such as title and subtitle
getFormattedDataMapper() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getFormattedResult() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
Formatted result represented by the barcode content
getFrame() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getFrameHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
Attach this frame handler to IScanbotCameraView
getFrameHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Attach this frame handler to IScanbotCameraView
getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
 
getFrameHandler() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getFrameHeight() - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
getFrameOrientation() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getFrameOrientation() - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
getFrameSizeFlow() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getFrameSizeFlow() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getFrameWidth() - function in io.scanbot.sdk.generictext.ui.WordboxPreviewView
 
getFreeBaggageAllowance() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Free Baggage Allowance
getFrequentFlyerAirlineDesignator() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Frequent Flyer Airline Designator
getFrequentFlyerNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Frequent Flyer Number
getFuel() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "FUL".
getFuelType() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAN".
getFullName() - function in io.scanbot.genericdocument.entity.Field.Type
Unique global field type name prefixed with the document types of all containing documents
getFullName() - function in io.scanbot.genericdocument.entity.GenericDocument.Type
Unique global document type name prefixed with the document types of all containing documents
getFullPolygon() - function in io.scanbot.sdk.util.PolygonHelper.Companion
Provide Polygon, covering whole image {(0,0), (0,1), (1,1), (1,0)}
getFullPolygonSelected() - function in io.scanbot.sdk.ui.EditPolygonImageView
 
getFullPolygonSelected() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getFullPolygonSelected() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getFullPolygonСCW() - function in io.scanbot.sdk.util.PolygonHelper.Companion
Provide contra-clockwise Polygon, covering whole image {(0,0), (1,0), (1,1), (0,1)}
getGender() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Gender
getGender() - function in io.scanbot.barcodescanner.entity.VCard
Gender
getGender() - function in io.scanbot.genericdocument.entity.DePassport
Gender
getGender() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Gender (Geschlecht)
getGender() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Gender (Geschlecht)
getGender() - function in io.scanbot.genericdocument.entity.MRZ
Gender
getGeneralInformation() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Prescription
General Information
getGeneralNotes() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading
General Note
getGeneralNotes() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
General Notes
getGenericTextRecognizerModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
 
getGeoLocation() - function in io.scanbot.barcodescanner.entity.VCard
GeoLocation
getGivenName() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "NAE".
getGivenNames() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Given names (Field 2.
getGivenNames() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Given names
getGivenNames() - function in io.scanbot.genericdocument.entity.DePassport
Given names
getGivenNames() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Given names
getGivenNames() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Given names
getGivenNames() - function in io.scanbot.genericdocument.entity.MRZ
Given names
getGridState() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getGrossVehicleWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "VAT".
getGrossVehicleWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAT".
getGs1Handling() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Handling mode for GS1-formatted results.
getGs1Handling() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
GS1 handling mode.
getGs1Handling() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
The expected way of handling GS1_COMPOSITE barcodes.
getGs1HandlingMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The GS1 handling mode.
getGs1HandlingMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
GS1 handling mode.
getGs1HandlingMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The GS1 handling mode.
getGuid() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
GUID
getGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
Configuration of the static user guidance, located just below the top bar.
getGuidanceText() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
User guidance hint text.
getGuidanceText() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
User guidance for the step.
getGuidanceText() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
User guidance hint text.
getH1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getH2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getH3() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getHairColor() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAZ".
getHandle() - function in io.scanbot.sdk.util.view.PolygonViewHelper.Edge
 
getHandlerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
The handle color of the introduction screen.
getHardwareButtonKeyCode() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getHardwareButtonKeyCode() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getHardwareSnapButton() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getHardwareSnapButton() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
getHazmatEndorsementExpirationDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDC".
getHealthInsuranceCardCameraViewModel() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
 
getHealthInsuranceCardRecognitionResult() - function in io.scanbot.sdk.ui.view.hic.EhicNavigationEvent.HealthInsuranceCardScanned
 
getHealthInsuranceNumber() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Health Insurance Number
getHeight() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAV".
getHeight() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Height
getHeight() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Height
getHeight() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Height (Größe)
getHeight() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getHeight() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration.Size
 
getHeight() - function in io.scanbot.sdk.persistence.page.legacy.Page.Size
 
getHeight() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration.Size
 
getHeight() - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
The height component of the aspect ratio.
getHeight() - function in io.scanbot.sdk.ui.configuration.json.JsonSize
Height parameter
getHeight() - function in io.scanbot.sdk.ui_v2.common.AspectRatio
Height component of the aspect ratio.
getHeightInches() - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
 
getHexString() - function in io.scanbot.sdk.ui.configuration.json.JsonColor
 
getHighlightDelegate() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
Set this delegate to the barcode selection overlay
getHighlightDelegate() - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
Set this delegate to the barcode selection overlay
getHighlightedBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The background color of the button while pressed.
getHighlightedPolygonColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the polygon in the selection overlay, when highlighted.
getHighlightedPolygonColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the polygon in the selection overlay, when highlighted.
getHighlightedTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The color of the buttons title while pressed.
getHighlightedTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the text in the selection overlay, when highlighted.
getHighlightedTextColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the text in the selection overlay, when highlighted.
getHighlightedTextContainerColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the texts background in the selection overlay, when highlighted.
getHighlightedTextContainerColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the texts background in the selection overlay, when highlighted.
getHint() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getHint() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getHint() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getHint() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getHintBadAngles() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintBadAngles() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintContentSize() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
 
getHintDontMove() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintDontMove() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintNothingDetected() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintNothingDetected() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintOffCenter() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintOffCenter() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Text of the edit screen hint.
getHintTitleColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Color of the edit screen hint text.
getHintTooDark() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintTooDark() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintTooNoisy() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintTooNoisy() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintTooSmall() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getHintTooSmall() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getHintValues() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getHintValues() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getHorizontal() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getHorizontal() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getHorizontal() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
 
getHorizontalLines() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getHorizontalLines() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getHorsepower() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAU".
getHospitalID() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Hospital ID
getHoveredItem() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getIban() - function in io.scanbot.barcodescanner.entity.SwissQR
IBAN
getIcon() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
The style of the button's icon (icon, text).
getIcon() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the icon used in the camera permission request.
getIcon() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
Icon of the user guidance.
getIcon() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
The style of the button's icon (icon, text).
getIconBackground() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Background color of the icon used in the camera permission request.
getIconColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SwipeToDelete
Color of the icon on the swipe-to-delete button.
getIconVisible() - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Whether the icon is visible.
getId() - function in io.scanbot.ehicscanner.model.EhicCountryType
 
getId() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Document ID number (in the top-right corner, Field 5.
getId() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Document ID number (in the top-right corner)
getId() - function in io.scanbot.genericdocument.entity.DePassport
Document ID number (in the top-right corner)
getId() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Document ID number (in the top-right corner)
getId() - function in io.scanbot.mrzscanner.model.MRZGenericDocument.MRZDocumentType
 
getId() - function in io.scanbot.ocr.model.OcrResultBlock.OcrResultBlockType
 
getId() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterCompressionOptions
 
getId() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedFieldType
 
getId() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderPagePreview
 
getId() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderedPage
 
getIdadIndicator() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
IDAD Indicator
getIdCard() - function in io.scanbot.barcodescanner.entity.AAMVA
IDCard
getIdCardScannerModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
 
getIdentification() - function in io.scanbot.barcodescanner.entity.SEPA
Identification
getIftaIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAY".
getIgnoreBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getIgnoreBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getIgnoreBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Sets whether to ignore the OK_BUT_BAD_ASPECT_RATIO detection status.
getIgnoreBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Sets whether to ignore the OK_BUT_BAD_ASPECT_RATIO detection status.
getIgnoreBadAspectRatio() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines whether a landscape document will be detected when the camera is in portrait mode (and vice versa) or not.
getImage() - function in io.scanbot.barcodescanner.model.BarcodeItem
Detected barcode image.
getImage() - function in io.scanbot.genericdocument.entity.Field
image crop of the field.
getImage() - function in io.scanbot.genericdocument.entity.FieldWrapper
Field image crop
getImage() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
Provides image Bitmap from provided File.
getImage(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
Provides Bitmap image of type for given pageId.
getImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides image Bitmap from provided File
getImage(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides image Bitmap for provided type
getImage() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getImage() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getImage() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateImage
 
getImage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
Image of the barcode to find.
getImage() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroListEntry
The image of the entry.
getImageFetcherFactory() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageFetcherFactoryInjector
 
getImageFormat() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
 
getImageOrientation() - function in io.scanbot.sdk.camera.CaptureInfo
 
getImageOrientation() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getImageOrientation() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getImageOrientation() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
 
getImagePlaceholderColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
The color of the image placeholder.
getImageProcessorModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
 
getImageQuality() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
 
getImageScale() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getImageScale() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getImageScale() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The image scaling factor.
getImageScale() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Image scaling factor.
getImageSource() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
 
getImageState() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getImageTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
A title to show image content.
getImageTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getImageURI(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.PageFileStorage
Provides imageUri for given page type.
getImageURI(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides imageUri Uri for provided type
getImageUrl() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderPagePreview
 
getImageUrl() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderedPage
 
getImageVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Control the visibility of the barcode image in the info box.
getImplementation() - function in io.scanbot.sdk.SdkInitializer.Companion
 
getImportAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getImportButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'import' button.
getImportedImageUris() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getImportedImageUris() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getImportTypes() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewKt
 
getImpp() - function in io.scanbot.barcodescanner.entity.VCard
IMPP
getIncapableOfWorkSince() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Incapable Of Work Since.
getIncapableOfWorkUntil() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Incapable Of Work Until.
getIndex() - function in io.scanbot.pdf.model.PageDirection
 
getIndex() - function in io.scanbot.pdf.model.PageFit
 
getIndex() - function in io.scanbot.pdf.model.PageSize
 
getIndex() - function in io.scanbot.pdf.model.ResamplingMethod
 
getIndex() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction.CurrentPageChanged
 
getInfo() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's info text.
getInformation() - function in io.scanbot.barcodescanner.entity.SEPA
Information
getInitialCertificate() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Initial Certificate
getInitializationVector() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getInitialOffset() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getInitialScanDelay() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Scanning delay after scanner appearance in seconds.
getInitialScanDelay() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Scanning delay after scanner appearance in seconds.
getInitialScanDelay() - function in io.scanbot.sdk.ui_v2.common.Timeouts
Sets the time in ms the first scan is delayed by.
getInnerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
The inner color of the 'shutter' button.
getInputEncrypted() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
 
getInspectionAddress() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "IAN".
getInspectionAirPollutionDeviceConditions() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "IPD".
getInspectionFacilityIdentifier() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "IFI".
getInspectionFormOrStickerNumberCurrent() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "INC".
getInspectionFormOrStickerNumberPrevious() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "INP".
getInspectionSmogCertificateIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "ISC".
getInspectionStationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "ISN".
getInspectorIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "IIN".
getInstalledLanguages() - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer
 
getInstalledLanguages() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
 
getInsuredPersonNumber() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Insured Person Number
getInternationalDocumentationVerification() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
International Documentation Verification
getIntersectionPoint(io.scanbot.sdk.util.view.PolygonViewHelper.Line) - function in io.scanbot.sdk.util.view.PolygonViewHelper.Line
 
getInterval() - function in io.scanbot.sdk.barcode.SuccessFrameDebouncer
 
getIntroDialogButtonEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getIntroduction() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the introduction screen.
getIntValue() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getInventoryControlNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCK".
getIo() - function in io.scanbot.sdk.ui.coroutines.DispatchersProvider
 
getIo() - function in io.scanbot.sdk.ui.coroutines.IDispatchersProvider
 
getIo() - function in io.scanbot.sdk.ui_v2.common.coroutines.DispatchersProvider
 
getIo() - function in io.scanbot.sdk.ui_v2.common.coroutines.IDispatchersProvider
 
getIoDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getIrpIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAX".
getIssueDate() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Issue date (Field 4a.
getIssueDate() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Issue date
getIssueDate() - function in io.scanbot.genericdocument.entity.DePassport
Issue date
getIssuerIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA
Issuer Identification Number
getIssuerName() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Issuer Name
getIssuerName() - function in io.scanbot.genericdocument.entity.DeHealthInsuranceCardFront
Issuer name
getIssuerName() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Issuer name
getIssuerNumber() - function in io.scanbot.genericdocument.entity.DeHealthInsuranceCardFront
Issuer number (Versicherung bzw.
getIssuerNumber() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Issuer number
getIssueTimeStamp() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBE".
getIssuingAuthority() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Issuing authority (Field 4c.
getIssuingAuthority() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Issuing authority
getIssuingAuthority() - function in io.scanbot.genericdocument.entity.DePassport
Issuing authority
getIssuingAuthority() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Issuing authority (Ausländerbehörde)
getIssuingAuthority() - function in io.scanbot.genericdocument.entity.MRZ
Issuing authority
getIssuingDateAndTime() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Issuing Date And Time
getItemLoadingText() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
getItems() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerResult
Recognized barcode items.
getItems() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
Configure the scanning steps of the introduction screen.
getIterationCount() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getIterator(io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeDocumentScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfiguration) - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonDocumentsDisplayConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeConfiguration) - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.GenericTextRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.GenericTextRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfigurationKt
 
getIterator(io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfigurationKt
 
getJpegQuality() - function in io.scanbot.pdf.model.PdfConfig
 
getJpegQuality() - function in io.scanbot.sdk.core.processor.ImageProcessor.Companion
 
getJpegQuality() - function in io.scanbot.sdk.process.ImageProcessor.Companion
 
getJsonConfig(android.content.Context,java.lang.String,.<Error class: unknown class>,java.lang.String) - function in io.scanbot.sdk.util.JsonConfigUtilsKt
 
getJsonReader(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.JsonConfigUtilsKt
 
getJunkedIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAF".
getJurisdiction() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAI".
getJurisdiction() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBL".
getJurisdictionSpecificEndorsementCodeDescription() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCQ".
getJurisdictionSpecificEndorsementCodes() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCD".
getJurisdictionSpecificRestrictionCodeDescription() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCR".
getJurisdictionSpecificRestrictionCodes() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCB".
getJurisdictionSpecificVehicleClass() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCA".
getJurisdictionSpecificVehicleClassificationDescription() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCP".
getJurisdictionVersionNumber() - function in io.scanbot.barcodescanner.entity.AAMVA
Jurisdiction Version Number
getKey() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getKey() - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfigurationParams
 
getKeySize() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor.AESEncrypterMode
 
getKeyWords() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading
Key Words
getKeywords() - function in io.scanbot.pdf.model.PdfAttributes
 
getKeywords() - function in io.scanbot.sdk.pdf.Meta
 
getKind() - function in io.scanbot.barcodescanner.entity.VCard
Kind
getL() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
L
getLanguageCode() - function in io.scanbot.genericdocument.entity.MRZ
Language code
getLanguageCountryCode() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Language Country Code
getLanguageDataPath() - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer
 
getLanguageDataPath() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer
 
getLanguages() - function in io.scanbot.barcodescanner.entity.VCard
Languages
getLanguages() - function in io.scanbot.sdk.ocr.OpticalCharacterRecognizer.OcrConfig
Set of languages to use for OCR.
getLanguageTags() - function in io.scanbot.sdk.entity.Language
 
getLargestPictureSize(android.hardware.Camera.Parameters) - function in io.scanbot.sdk.util.snap.Utils
Returns the biggest size for resulting image
getLargestSizeWithAspectRatioMatch(java.util.List,java.lang.Double) - function in io.scanbot.sdk.util.snap.Utils
 
getLastName() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Last Name
getLastName() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Last Name
getLastName() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Last Name
getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getLastProcessedPosition() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.RenderIterator
 
getLastVelocity() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The velocity of the last known animation.
getLegs() - function in io.scanbot.barcodescanner.entity.BoardingPass
Leg
getLicenseCategories() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Driver's license categories (Field 9.
getLicenseInfo() - function in io.scanbot.sdk.LicensableSdk
Provides full info of the license current state.
getLicenseInfo() - function in io.scanbot.sdk.ScanbotSDK
Provides full info of the license current state.
getLicenseKey() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Your license key for the Scanbot SDK.
getLicensePlate() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getLicensePlate() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getLicensePlate() - function in io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult
The validated result of the scanning.
getLifecycle() - function in io.scanbot.sdk.ui.camera.CustomCameraLifecycleOwner
 
getLifecycleOwner() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
getLimitedDurationDocumentIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDD".
getLimitReachedAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the alert dialog displayed when the scan limit is reached.
getListButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Configuration of the list button.
getListIndex() - function in io.scanbot.genericdocument.entity.Field.Type
A document contain multiple fields of the same name, the property serves for storing natural order of such fields, null if multiple entries aren't allowed for this child
getListIndex() - function in io.scanbot.genericdocument.entity.GenericDocument.Type
A document contain multiple children of the same name, the property serves for storing natural order of such children, null if multiple entries aren't allowed for this child
getListOfCharacters() - function in io.scanbot.generictext.NativeTextRecognitionResult
 
getListOfWords() - function in io.scanbot.generictext.NativeTextRecognitionResult
 
getLiveDetectionParameters() - function in io.scanbot.ehicscanner.EhicRecognizer
 
getLoadingMessage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Text being displayed while a barcode is being mapped.
getLocalBarcodeNativeConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeNativeConfigurationKt
Composition local for the BarcodeNativeConfiguration.
getLocalDocumentAnimationMetadata() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfigurationKt
 
getLocalDocumentNativeConfiguration() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfigurationKt
Composition local for the DocumentNativeConfiguration.
getLocalFileFor(io.scanbot.sdk.blob.BlobType) - function in io.scanbot.sdk.persistence.BlobStoreStrategy
Returns a file where a blob of the given type should be stored in local storage
getLocalImageFetcherFactory() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageFetcherFactoryInjectorKt
 
getLocalization() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the all strings for barcode scanner.
getLocalization() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
 
getLocalization() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Configuration of all the strings for the standalone cropping screen.
getLocalization() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Configuration of all the strings for the document scanner screen.
getLocalKeyCodeProvider() - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeProviderKt
Composition local for the DocumentNativeConfiguration.
getLocalNavControllerProvider() - function in io.scanbot.sdk.ui_v2.common.utils.NavHostControllerProviderKt
 
getLocalPath() - function in io.scanbot.sdk.entity.Blob
Local path of binary file
getLocalScanbotTheme() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotThemeKt
 
getLocalScanbotTopBarConfiguration() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotCommonTopBarKt
Composition local for the top bar configuration.
getLocalScanbotZoomElementScope() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotZoomElementScopeKt
 
getLocalViewModelInjector() - function in io.scanbot.sdk.ui_v2.common.viewmodel.ViewModelInjectorKt
 
getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to allow scanning only for documents with the same aspect ratio as the finder.
getLogger() - function in io.scanbot.sdk.util.log.LoggerProvider
 
getLoggingEnabled() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional boolean flag to enable logging.
getLogo() - function in io.scanbot.barcodescanner.entity.VCard
Logo
getLowPowerMode() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
getLowPowerMode() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
getLowPowerMode() - 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.
getLowPowerMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
If true, enabled the mode which slightly decreases the scanning quality and the energy consumption, and increases the scanning speed.
getLowPowerMode() - 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.
getLowPowerMode() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
If true, enables a mode that slightly decreases scanning quality and energy consumption.
getMaidenName() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Maiden name
getMaidenName() - function in io.scanbot.genericdocument.entity.DePassport
Maiden name
getMailingAddress1() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAR".
getMailingAddress2() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAS".
getMailingCity() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAT".
getMailingJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAU".
getMailingZipCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAV".
getMain() - function in io.scanbot.sdk.ui.coroutines.DispatchersProvider
 
getMain() - function in io.scanbot.sdk.ui.coroutines.IDispatchersProvider
 
getMain() - function in io.scanbot.sdk.ui_v2.common.coroutines.DispatchersProvider
 
getMain() - function in io.scanbot.sdk.ui_v2.common.coroutines.IDispatchersProvider
 
getMajorCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAA".
getMakeYear() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAL".
getManualCountChangeColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Color of the buttons for manually changing the barcode count.
getManualCountChangeEnabled() - 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.
getManualCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the dialog to manually edit the barcode count.
getManualCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the dialog to manually edit the barcode count.
getManualCountEditDialogCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the manual count edit dialog.
getManualCountEditDialogInfo() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Info for the manual count edit dialog.
getManualCountEditDialogTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the manual count edit dialog.
getManualCountEditDialogUpdateButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Update button text for the manual count edit dialog.
getManualCountOutlineColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The color of the outline of the manual counting buttons in the list sheet.
getManualSnappingModeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'manual snapping mode' button.
getManufactureGrossWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAT".
getMapOf() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotZoomScope
 
getMappedStrings() - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeLocalRegister
 
getMarketingCarrierDesignator() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Marketing Carrier Designator
getMatchSubstringForPattern() - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Find and match only part of the whole string if the pattern is used.
getMatchSubstringForPattern() - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Find and match only part of the whole string if the pattern is used.
getMaxAccumulatedFrameCount() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Maximum number of partial frame results to keep in cache while waiting to gather minEqualFrameCount equal results.
getMaxAccumulatedFrameCount() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Maximum number of partial frame results to keep in cache while waiting to gather minEqualFrameCount equal results.
getMaxBirthYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Maximum of birth-year
getMaxBirthYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Maximum of birth-year.
getMaxCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.ManualEditDialogData
 
getMaxCountryDetectionAttempts() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Maximum number of attempts before giving up on country detection.
getMaxCountryDetectionAttempts() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Maximum number of attempts before giving up on country detection.
getMaxExpirationYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Maximum ranges of card-expiration-year
getMaxExpirationYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Maximum ranges of card-expiration-year.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Maximum number of accumulated frames to inspect before actual result is returned
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.vin.DefaultVinScanner
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.vin.VinScanner
Maximum number of accumulated frames to inspect before actual result is returned.
getMaximumTextLength() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Maximum text length of the detected barcode.
getMaximumTextLength() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
Maximum text length of the detected barcode.
getMaximumTextLength() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional maximum text length of the detected barcode.
getMaximumTextLength() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
Maximum text length of the detected barcode.
getMaximumTextLength() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional maximum text length of the detected barcode.
getMaximumTextLength() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional maximum text length of the detected barcode.
getMaxNumberOfPages() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Maximum number of pages to scan.
getMaxOffset() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The maximum offset this state can reach.
getMaxScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
 
getMaxZoom() - function in io.scanbot.sdk.ui.configuration.json.JsonZoomRange
The maximum zoom scale.
getMaxZoomRatio() - function in io.scanbot.sdk.camera.ZoomRange
Maximal zoom factor in the range from 0.2f to 100f.
getMedicines() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading
Medicine
getMember() - function in io.scanbot.barcodescanner.entity.VCard
Member
getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraConfigurationException
 
getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraParametersException
 
getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraTransformationException
 
getMessage() - function in io.scanbot.sdk.exceptions.crypto.EncryptionArgumentsException
 
getMessage() - function in io.scanbot.sdk.exceptions.crypto.EncryptionInitException
 
getMessage() - function in io.scanbot.sdk.exceptions.files.FileAccessException
 
getMessage() - function in io.scanbot.sdk.exceptions.files.blobManager.BlobsDirectoryException
 
getMessage() - function in io.scanbot.sdk.exceptions.files.blobManager.BlobsException
 
getMessage() - function in io.scanbot.sdk.exceptions.imageprocessing.BitmapAccessException
 
getMessage() - function in io.scanbot.sdk.exceptions.imageprocessing.ImageProcessorInitialisationException
 
getMessage() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog message.
getMessage() - function in io.scanbot.sdk.ui_v2.common.activity.SystemError
 
getMessageColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the dialogs message.
getMessageFont() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The font of the dialogs message.
getMetadata() - function in io.scanbot.barcodescanner.model.BarcodeItem
Additional metadata of the barcode.
getMetadata() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
Additional metadata of the barcode
getMFileDescriptor() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getMidday() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Midday Intake Dose
getMiddleNameTruncation() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDG".
getMimeByName(java.lang.String) - function in io.scanbot.sdk.util.thread.MimeUtils
Detects MIME from document or file name.
getMimeType() - function in io.scanbot.sdk.entity.DocumentType
 
getMinBirthYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Minimum of birth-year
getMinBirthYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Minimum of birth-year.
getMinConfidenceForStableField() - function in io.scanbot.genericdocument.entity.ResultAccumulationConfig
Minimum confidence required to consider a field confirmed.
getMinConfirmations() - function in io.scanbot.genericdocument.entity.ResultAccumulationConfig
Number of identical results required to consider a field confirmed.
getMinEqualFrameCount() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Minimum number of accumulated frames that should have equal result for a field.
getMinEqualFrameCount() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Minimum number of accumulated frames that should have equal result for a field.
getMinEstimatedNumberOfSymbolsForNoDocument() - function in io.scanbot.sdk.process.NativeDocumentQualityAnalyzer
 
getMinExpirationYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
Minimum of card-expiration-year
getMinExpirationYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
Minimum of card-expiration-year.
getMinFocusDistanceLock() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Lock focus distance withing minimum possible range
getMinFocusDistanceLock() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Lock focus distance withing minimum possible range
getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether to lock the focus on the minimum possible distance (device-specific).
getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Lock the focus on minimum possible distance (device specific).
getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines whether locking the focus at the minimum possible distance is enabled or not (device-specific).
getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional minimum required quiet zone on the barcode.
getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional minimum required quiet zone on the barcode.
getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional minimum required quiet zone on the barcode.
getMinimum1DQuietZoneSize() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Minimum required quiet zone on the barcode.
getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
Minimum required quiet zone on the barcode.
getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
Minimum required quiet zone on the barcode.
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
Minimum number of accumulated frames that have equal result.
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.generictext.GenericTextRecognizer
Minimum number of accumulated frames that have equal result.
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.vin.DefaultVinScanner
Minimum number of accumulated frames that have equal result.
getMinimumNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.vin.VinScanner
Minimum number of accumulated frames that have equal result.
getMinimumNumberOfRequiredFramesWithEqualScanResult() - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Minimum number of accumulated frames that have equal result.
getMinimumNumberOfRequiredFramesWithEqualScanResult() - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Minimum number of accumulated frames that have equal result.
getMinimumQuality() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
The minimum quality of a scanned page to be deemed acceptable.
getMinimumTextLength() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
Minimum required text length of the detected barcode.
getMinimumTextLength() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
Minimum required text length of the detected barcode.
getMinimumTextLength() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Optional minimum required text length of the detected barcode.
getMinimumTextLength() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
Minimum required text length of the detected barcode.
getMinimumTextLength() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Optional minimum required text length of the detected barcode.
getMinimumTextLength() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Optional minimum required text length of the detected barcode.
getMinNumberOfRequiredFramesWithEqualRecognitionResult() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Minimum number of accumulated frames that have equal result
getMinOffset() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The minimum offset this state can reach.
getMinorCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAB".
getMinScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
 
getMinZoom() - function in io.scanbot.sdk.ui.configuration.json.JsonZoomRange
The minimum zoom scale.
getMinZoomRatio() - function in io.scanbot.sdk.camera.ZoomRange
Minimal zoom factor in the range from 0.2f to 100f.
getMNativeDocPtr() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getMNativePagesPtr() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getMNativeSearchHandlePtr() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getMNativeTextPagesPtr() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getModalOverlayColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Background color of the overlay surrounding the barcode mapping error dialog.
getModalOverlayColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Background color of the overlay surrounding the edit dialog.
getModalOverlayColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Background color of the overlay surrounding the confirmation sheet.
getModalOverlayColor() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Dialog overlay color.
getModDate() - function in io.scanbot.sdk.pdf.Meta
 
getMode() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Mode used for scanning multiple barcodes.
getMode() - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
Mode used for the preview for scanning multiple barcodes.
getMode() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Visual mode used for the top bar.
getModelYear() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "VAL".
getMoreButtonVisible() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getMorePopup() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'more' popup menu for the review screen.
getMorning() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Morning Intake Dose
getMotorCarrierData() - function in io.scanbot.barcodescanner.entity.AAMVA
MotorCarrierData
getMoveThreshold() - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveListener
 
getMrz() - function in io.scanbot.genericdocument.entity.DeIdCardBack
MRZ
getMrz() - function in io.scanbot.genericdocument.entity.DePassport
MRZ
getMrz() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
MRZ
getMrzCascadeFile() - function in io.scanbot.sdk.blob.BlobManager
 
getMrzRecognitionResult() - function in io.scanbot.sdk.ui.view.mrz.MrzNavigationEvent.MrzScanned
 
getMrzScanner() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
 
getMrzTrainedDataFile() - function in io.scanbot.sdk.blob.BlobManager
 
getMsiPlesseyChecksumAlgorithm() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The checksum algorithm for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithm() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The checksum algorithm for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithm() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
Checksum algorithm used for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithms() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
The checksum algorithms for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithms() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
The checksum algorithms for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithms() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getMsiPlesseyChecksumAlgorithms() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
The checksum algorithms for MSI Plessey barcodes.
getMsiPlesseyChecksumAlgorithms() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
 
getMsrp() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAE".
getMultiPage() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getMultiPage() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getMultiPageButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the multi-page button.
getMultiPageButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the multi-page button.
getMultiPageButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the multi-page button
getMultiPageButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the multi-page button.
getMultiPageButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls whether the multi-page toggle button is hidden or not.
getMultiPageButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Title of the multi-page mode toggle button.
getMultiPageEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.DocumentScannerSettings
 
getMultiPageEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
 
getMultiPageEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Controls multi-page mode.
getMultipleModeSheetTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the multiple mode barcode sheet.
getName() - function in io.scanbot.barcodescanner.entity.BoardingPass
Name
getName() - function in io.scanbot.barcodescanner.entity.VCard
Name
getName() - function in io.scanbot.genericdocument.entity.DeHealthInsuranceCardFront
Full name with title
getName() - function in io.scanbot.genericdocument.entity.Field.Type
Local field type name scoped to the containing document type
getName() - function in io.scanbot.genericdocument.entity.GenericDocument.Type
Local document type name
getName(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeFormat) - function in io.scanbot.sdk.ui_v2.barcode.common.mappers.BarcodeFormatNamesKt
 
getNamedMap() - function in io.scanbot.sdk.ui_v2.common.Palette
 
getNameSuffix() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCU".
getNationality() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Nationality
getNationality() - function in io.scanbot.genericdocument.entity.DePassport
Nationality
getNationality() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Nationality (Staatsangehörigkeit)
getNationality() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Nationality (Staatsangehörigkeit)
getNationality() - function in io.scanbot.genericdocument.entity.MRZ
Nationality
getNativeConfig() - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfiguration
 
getNativeConfig() - function in io.scanbot.sdk.ui.view.generictext.configuration.TextDataScannerConfigurationHelper
 
getNativeConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getNativeId() - function in io.scanbot.licenseplate.NativeLicensePlateScanStrategy
 
getNativeParams() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
 
getNativeParams() - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
 
getNativePtr() - function in io.scanbot.sdk.pdf.Bookmark
 
getNavControllerProvider() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getNavEvents() - function in io.scanbot.sdk.ui.utils.Router
 
getNavEvents() - function in io.scanbot.sdk.ui.utils.RouterImpl
 
getNavigationBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
Determines the visual mode used for the navigation bar icons.
getNavigationBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
Determines the visual mode used for the navigation bar icons.
getNewUsedIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAW".
getNickname() - function in io.scanbot.barcodescanner.entity.VCard
Nickname
getNight() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Night Intake Dose
getNoBarcodesTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the message that there are no barcodes scanned
getNoDataTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that notifies that nothing was scanned yet.
getNoDataTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getNoDocumentFound() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when no document is found.
getNonResidentIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBI".
getNormalizedDocumentName() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonDocumentsDisplayConfiguration
Complete list of available normalized document names is available in the documentation
getNormalizedFieldName() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.JsonFieldsDisplayConfiguration
Complete list of available normalized field names is available in the documentation
getNormalizedName() - function in io.scanbot.genericdocument.entity.Field.Type
Normalized global field type name.
getNormalizedName() - function in io.scanbot.genericdocument.entity.GenericDocument.Type
Normalized global document type name.
getNote() - function in io.scanbot.barcodescanner.entity.VCard
Note
getNULL() - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener.Companion
 
getNULL() - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.Callback.Companion
NULL-object pattern.
getNumberOfAxles() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VBC".
getNumberOfCylinders() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAQ".
getNumberOfDoors() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAP".
getNumberOfDuplicates() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBF".
getNumberOfLegs() - function in io.scanbot.barcodescanner.entity.BoardingPass
Number Of Legs
getNumberOfSeats() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element IDs "RAP", "VBC".
getNumBits() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getOcrBlobLanguageTag() - function in io.scanbot.sdk.entity.Language
 
getOcrBlobsDirectory() - function in io.scanbot.sdk.blob.BlobManager
 
getOcrDataDirectory() - function in io.scanbot.sdk.persistence.BlobStoreStrategy
 
getOcrResolutionLimit() - function in io.scanbot.sdk.generictext.DefaultGenericTextRecognizer
The image will be downscaled to the given value during the processing.
getOcrResolutionLimit() - function in io.scanbot.sdk.generictext.GenericTextRecognizer
The image will be downscaled to the given value during the processing.
getOcrResolutionLimit() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The image will be downscaled to the given value during the processing.
getOcrResolutionLimit() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The image will be downscaled to the given value during the processing.
getOcrResolutionLimit() - function in io.scanbot.sdk.vin.DefaultVinScanner
The image will be downscaled to the given value during the processing.
getOcrResolutionLimit() - function in io.scanbot.sdk.vin.VinScanner
The image will be downscaled to the given value during the processing.
getOcrSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getOdometerDate() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAH".
getOdometerDisclosure() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAG".
getOdometerReadingAtInspection() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "ORI".
getOdometerReadingKilometers() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAI".
getOdometerReadingMileage() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAF".
getOfficeOfIssuance() - function in io.scanbot.genericdocument.entity.MRZ
Office of issuance
getOffset() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
 
getOffset() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The current offset, or null if it has not been initialized yet.
getOkButton() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Configuration of the retry button.
getOkButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
 
getONE_DIMENSIONAL() - function in io.scanbot.sdk.barcode.entity.BarcodeFormat.Companion
List of 1D barcode formats
getOnKeyCode() - function in io.scanbot.sdk.ui_v2.document.configuration.OnKeyCodeListener
 
getOnPageOrderChanged() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getOnPermissionGranted() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
 
getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.MockLayoutAnimation
 
getOperatingCarrierDesignator() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Operating Carrier Designator
getOperatingCarrierPNRCode() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Operating Carrier PNR Code
getOptional() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Optional
getOptional1() - function in io.scanbot.genericdocument.entity.MRZ
TD1 Optional field (line 2)
getOptional2() - function in io.scanbot.genericdocument.entity.MRZ
TD1 Optional field (line 3)
getOrganDonor() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBH".
getOrganDonorIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDK".
getOrganisation() - function in io.scanbot.barcodescanner.entity.VCard
Organisation
getOrientation() - function in io.scanbot.sdk.ui_v2.document.screen.camera.PreviewBitmap
 
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Mode for locking the UI's orientation.
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Lock mode for the UI's orientation.
getOrientationLockMode() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
UI Interface orientation lock mode
getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Which mode to use when orientation should be locked to landscape or portrait.
getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
The orientation lock mode.
getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
Which mode to use when orientation should be locked to landscape or portrait.
getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
Which mode to use when orientation should be locked to landscape or portrait.
getOriginalFileUri() - function in io.scanbot.sdk.docprocessing.Page
 
getOriginalImage() - function in io.scanbot.sdk.docprocessing.Page
 
getOriginalImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the original image.
getOriginalImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the original image.
getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the original image.
getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the original image.
getOriginalImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the original preview image.
getOriginalImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the original preview image.
getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the original preview image.
getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the original preview image.
getOriginOfCenteredView(android.view.View,android.view.View) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
Computes the top left coordinates for the view to be centered inside its parent.
getOuterColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
The outer color of the 'shutter' button.
getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
 
getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
 
getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.PdfRendererInput
 
getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
 
getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.BitmapInput
 
getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.PagesInput
 
getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.RecognizerInput
 
getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getOutputMode() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
Output mode of the filter.
getOutputMode() - function in io.scanbot.sdk.imagefilters.ScanbotBinarizationFilter
Output mode of the filter.
getOutputSettings() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Configuration of the output settings.
getOverlayBottomPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Color of the viewfinder overlay.
getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
The overlay color for the check mark animation.
getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFunnelAnimation
The overlay color for the funnel animation.
getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ZoomOverlay
The background color of the zoom overlay.
getOverlayConfiguration() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The selection overay configuration.
getOverlayConfiguration() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The selection overlay configuration.
getOverlayEnabled() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Whether the barcode selection overlay is enabled or not.
getOverlayEnabled() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Whether the barcode selection overlay is enabled or not.
getOverlayLeftPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
getOverlayRightPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
getOverlayTopPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
getPage(java.lang.Integer) - function in io.scanbot.sdk.entity.SnappingDraft
 
getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
 
getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfiguration
 
getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeParam.PageParam
 
getPage() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
 
getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Finalize
 
getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.QualityAnalyze
 
getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowResult
 
getPageCount() - function in io.scanbot.sdk.docprocessing.Document
 
getPageCount() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getPageCounter() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
Configuration of the page counter icon.
getPageCounter() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the page count label.
getPageCounterAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the page-amount button
getPageCounterAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the page-amount button.
getPageCounterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the page-amount button.
getPageCounterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the page-amount button.
getPageCounterButtonTitle() - 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.
getPageDir(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides directory to store image files for current Page.
getPageDir(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides directory to store image files for current Page.
getPageDir(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides directory to save image files for current Page
getPageDir(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides directory to save image files for current Page
getPageDirection() - function in io.scanbot.pdf.model.PdfConfig
 
getPageFileStorage() - function in io.scanbot.sdk.ScanbotSDK
 
getPageFileStorage() - function in io.scanbot.sdk.docprocessing.DefaultPdfPagesExtractor
 
getPageFileStorage() - function in io.scanbot.sdk.pdf.PdfiumPdfPagesExtractor
 
getPageFit() - function in io.scanbot.pdf.model.PdfConfig
 
getPageHeight(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get page height in pixels.
getPageHeightPoint(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get page height in PostScript points (1/72th of an inch).<br></br> This method requires page to be opened.
getPageId() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getPageId() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession.CameraScreenMode.Replace
 
getPageIdx() - function in io.scanbot.sdk.pdf.Bookmark
 
getPageImagePath(java.lang.Integer,io.scanbot.sdk.entity.Document) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getPageImageSource() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
 
getPageImageSource() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getPageImageSource() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getPageIndex() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
 
getPageIndex() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
getPageLinks(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get all links from given page
getPageRotation(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get the rotation of page<br></br>
getPagerVisible() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getPages() - function in io.scanbot.sdk.docprocessing.Document
 
getPages() - function in io.scanbot.sdk.docprocessing.DocumentProcessingResult
pages of the processed document
getPages() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
 
getPages() - function in io.scanbot.sdk.entity.SnappingDraft
 
getPages() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.PagesInput
 
getPages() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
 
getPages() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getPagesCount() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getPagesCount() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getPagesCountToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getPagesCountToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getPagesDirectory(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides directory which stores all pages for document.
getPagesDirectory(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides directory which stores all pages for document.
getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.CustomPageStorage
Provides directory which store all pages
getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.InternalPageStorage
Provides directory which store all pages
getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides directory which store all pages
getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.draft.CustomDraftPageStorage
Provides directory which store all pages
getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.draft.InternalDraftPageStorage
Provides directory which store all pages
getPagesFlow() - function in io.scanbot.sdk.docprocessing.Document
The flow of pages in the document.
getPageSize() - function in io.scanbot.pdf.model.PdfConfig
 
getPageSize(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get size of page in pixels.<br></br> This method does not require given page to be opened.
getPagesLimit() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getPagesScanLimit() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
The limit of the number of pages that can be scanned.
getPageStorage() - function in io.scanbot.sdk.persistence.page.PageFileStorage
 
getPageStorageSettings() - function in io.scanbot.sdk.persistence.page.legacy.draft.DraftPageStorage
 
getPageText() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getPageTextContentDescription() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getPageTextStyle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
Configuration of the title below each page object.
getPageUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
The UUID of the page of the document to be cropped.
getPageUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
The UUID of the page of the document that was cropped.
getPageWidth(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get page width in pixels.
getPageWidthPoint(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get page width in PostScript points (1/72th of an inch).<br></br> This method requires page to be opened.
getPalette() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Define the screen's base color values from which other colors are derived.
getPalette() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
 
getPalette() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Define the screen's base color values from which other colors are derived.
getPalette() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Define the screen's base color values from which other colors are derived.
getParametricFilter() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getParametricFilter() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getParametricFilters() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getParams() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.GenericDocumentRecognizerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateRecognizerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
 
getParams() - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
 
getParsedDocument() - function in io.scanbot.barcodescanner.model.BarcodeItem
Parsed known document format.
getParsedDocument() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
The parsed known document format (if parsed successfully).
getPartiallyScanned() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
Appearance of the overlay polygon when a barcode is partially scanned.
getPartiallyScanned() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickBadgeConfiguration
Appearance of the badge when a barcode is partially scanned.
getPartialScannedAlertDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the partial scanned alert dialog.
getPartialScannedAlertDialogEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
If the partial scanned alert dialog is enabled.
getPassengerDescription() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Passenger Description
getPassengerStatus() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Passenger Status
getPassportType() - function in io.scanbot.genericdocument.entity.DePassport
Passport type
getPatchVersionNumber() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Patch Version Number
getPath() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getPath(android.content.Context,android.net.Uri) - function in io.scanbot.sdk.util.FileChooserUtils
Get a file path from a Uri.
getPatient() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Patient
getPatientFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Patient Free Text
getPatientID() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Patient ID
getPatientInfoFieldType() - function in io.scanbot.mcscanner.model.McPatientInfoField
 
getPattern() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
Validation pattern to automatically validate recognized text.
getPattern() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Sets a validation pattern (Supports ?
getPaused() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown when the detector is paused.
getPayeeAddressType() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Address Type
getPayeeBuildingOrAddressLine2() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Building Or Address Line 2
getPayeeCountry() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Country
getPayeeName() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Name
getPayeePlace() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Place
getPayeePostalCode() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Postal Code
getPayeeStreetOrAddressLine1() - function in io.scanbot.barcodescanner.entity.SwissQR
Payee Street Or Address Line 1
getPaymentReference() - function in io.scanbot.barcodescanner.entity.SwissQR
Payment Reference
getPaymentReferenceType() - function in io.scanbot.barcodescanner.entity.SwissQR
Payment Reference Type
getPdfAttributes() - function in io.scanbot.pdf.model.PdfConfig
 
getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
 
getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
 
getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.PdfRendererInput
 
getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
 
getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.BitmapInput
 
getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.PagesInput
 
getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.RecognizerInput
 
getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getPdfImagesExtractorSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getPdfUri() - function in io.scanbot.sdk.docprocessing.Document
 
getPermissionBinding() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
 
getPermissionBinding() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getPermissionBinding() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
getPermissionEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Updated whe permission status is clarified
getPermissionViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
 
getPermissionViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
 
getPermissionViewModel() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
 
getPermissionViewModel() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
 
getPermissionViewModel() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
 
getPermitExpirationDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAB".
getPermitIdentifier() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "PAC".
getPersonalNumber() - function in io.scanbot.genericdocument.entity.DeHealthInsuranceCardFront
Personal number (Versichertennummer)
getPersonalNumber() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Personal number
getPersonalNumber() - function in io.scanbot.genericdocument.entity.MRZ
Personal number
getPharmaceuticalNumber() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Pharmaceutical Number
getPharmacyID() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Pharmacy ID
getPhoto() - function in io.scanbot.barcodescanner.entity.VCard
Photo
getPhoto() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Photo image
getPhoto() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Photo image
getPhoto() - function in io.scanbot.genericdocument.entity.DePassport
Photo image
getPhoto() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Photo image
getPhotoQualityPrioritization() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The prioritization of still image quality and capturing speed.
getPhotoQualityPrioritization() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Prioritization of still image quality and capturing speed.
getPhysicalDescriptionEyeColor() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAY".
getPhysicalDescriptionHeight() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAU".
getPhysicalDescriptionSex() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBC".
getPhysicalDescriptionWeightRange() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCE".
getPictureProcessing() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getPictureProcessing() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getPictureProcessing() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getPictureProcessing() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getPictureProcessing() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getPictureProcessing() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether pinch-to-zoom is enabled.
getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Whether the pinch to zoom is enabled.
getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines whether pinch-to-zoom is enabled or not.
getPinchToZoomListener() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
getPinCode() - function in io.scanbot.genericdocument.entity.MRZ
PIN code
getPlace() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Place
getPlaceholderIcon() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the icon displayed in an empty barcode list.
getPlaceholderIconBackground() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Background color of the icon displayed in an empty barcode list.
getPlaceholderSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the subtitle displayed in an empty barcode list.
getPlaceholderTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the title displayed in an empty barcode list.
getPlaceOfBirth() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCI".
getPlaceOfIssue() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Place of issue (Ausstellungsort)
getPlaceOfOperationNumber() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Place Of Operation Number
getPoints() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getPoints() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getPointsList() - function in io.scanbot.barcodescanner.model.BarcodeItem
Polygon's points.
getPolygon() - function in io.scanbot.sdk.autosnapping.BaseContourAutoSnappingController.Param
 
getPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getPolygon() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getPolygon() - function in io.scanbot.sdk.docprocessing.Page
 
getPolygon() - function in io.scanbot.sdk.persistence.page.legacy.Page
 
getPolygon() - function in io.scanbot.sdk.ui.EditPolygonImageView
 
getPolygon() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getPolygon() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getPolygon() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
 
getPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getPolygon() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
getPolygon() - 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.
getPolygon() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the document contour detection polygon.
getPolygon() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getPolygonAutoSnapProgressColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Stroke color of polygon auto snap progress animation.
getPolygonAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether polygon auto snap progress animation is enabled or not.
getPolygonAutoSnapProgressLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Line width of polygon auto snap progress animation.
getPolygonBackgroundColor() - 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.
getPolygonBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good.
getPolygonBackgroundColorOK() - 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.
getPolygonBackgroundColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the detected document's outline when ready to snap.
getPolygonColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the polygon in the selection overlay.
getPolygonColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the polygon in the selection overlay.
getPolygonColor() - 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.
getPolygonColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good.
getPolygonColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Default color of the cropping outline.
getPolygonColorMagnetic() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Outline color of magnetically snapped edges.
getPolygonColorOK() - 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.
getPolygonColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Color of the detected document's outline when ready to snap.
getPolygonConfiguration() - function in io.scanbot.sdk.docdetection.ui.DocumentScannerView
Use this object to control configuration parameters of the Polygon view inside
getPolygonConfiguration() - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerView
Use this object to control configuration parameters of the Polygon view inside
getPolygonCornerRadius() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The radius to use when drawing rounded corners of the polygon.
getPolygonCornerRadius() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Radius to use when drawing rounded corners of the polygon.
getPolygonEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to display the document's polygon.
getPolygonF() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getPolygonFlow() - function in io.scanbot.sdk.docprocessing.Page
 
getPolygonFromDrawingPolygon(java.util.List,java.util.List) - function in io.scanbot.sdk.util.view.PolygonViewHelper
Processes drawing polygon coordinates to polygon with coordinates 0..
getPolygonInRoot() - function in io.scanbot.genericdocument.entity.Field
 
getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Width of the detected document outline.
getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Width of the detected document's outline.
getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Width of the detected document outline.
getPolygonStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle,io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAppearanceDelegate
Implement this method to decide the colors of the given barcodes polygon
getPolygonStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle,io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate
Implement this method to decide the colors of the given barcodes polygon
getPolygonStyle() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getPolygonStyle() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getPolygonType() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getPolygonValueClickListener() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Allows to set a click listener to the view under the polygon created by barcodeItemViewFactory
getPolygonViewEnabled() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getPosition(io.scanbot.sdk.persistence.page.legacy.Page) - function in io.scanbot.sdk.entity.SnappingDraft
 
getPOSTAL() - function in io.scanbot.sdk.barcode.entity.BarcodeFormat.Companion
List of postal barcode formats
getPostalCode() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Postal Code
getPotency() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine.Substance
Potency
getPreferredZoom() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The cameras zoom level preferred for this step.
getPreferredZoom() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Zoom level required for this step.
getPregnant() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Pregnant
getPreName() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Pre Name
getPrescriptionFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Prescription
Prescription Free Text
getPrescriptions() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading
Prescription
getPreset() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
Preset of binarization filter parameters that are found to perform well on different types of documents.
getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
 
getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
 
getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.MockLayoutAnimation
 
getPreviewBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowResult
 
getPreviewBuffer() - function in io.scanbot.sdk.camera.ScanbotCameraView
 
getPreviewButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'preview' button.
getPreviewEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
The camera should be enabled.
getPreviewFrame() - function in io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getPreviewImage(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
Provides preview Bitmap image of type for given pageId.
getPreviewImage(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides preview image Bitmap for provided type
getPreviewImageURI(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.PageFileStorage
Provides preview imageUri for given page type.
getPreviewImageURI(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides preview imageUri Uri for provided type
getPreviewInsets() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getPreviewInsets() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getPreviewTargetMax() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
 
getPreviousTitleNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAZ".
getPreviousTitlingJurisdiction() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TPJ".
getPrimaryColor() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
 
getPrimaryColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getProcessing() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
 
getProcessing() - 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.
getProcessing() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
 
getProcessing() - 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.
getProcessingEnabled() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
 
getProducer() - function in io.scanbot.sdk.pdf.Meta
 
getProductId() - function in io.scanbot.barcodescanner.entity.VCard
ProductId
getProgress() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
 
getProgress() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The fraction of the progress going from currentValue to targetValue, within 0f..
getProgress() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.IProgressAware
 
getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getPseudonym() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Pseudonym
getPublicKey() - function in io.scanbot.barcodescanner.entity.VCard
PublicKey
getPurpose() - function in io.scanbot.barcodescanner.entity.SEPA
Amount
getQuad() - function in io.scanbot.genericdocument.entity.GenericDocument
 
getQuadInRoot() - function in io.scanbot.genericdocument.entity.GenericDocument
 
getQuery() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
 
getQuery() - function in io.scanbot.sdk.pdf.search.TextSearchContext
 
getRaceEthnicity() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCL".
getRadius() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
Filter radius.
getRawBytes() - function in io.scanbot.barcodescanner.model.BarcodeItem
Barcode data representation as a byte array.
getRawBytes() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getRawBytes() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
Representation of the raw data that is contained the recognized barcode.
getRawDocument() - function in io.scanbot.barcodescanner.entity.AAMVA
RawDocument
getRawMRZ() - function in io.scanbot.genericdocument.entity.DeIdCardBack
Raw MRZ text value
getRawMRZ() - function in io.scanbot.genericdocument.entity.DePassport
Raw MRZ text value
getRawMRZ() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Raw MRZ text value
getRawString() - function in io.scanbot.barcodescanner.model.BarcodeItem
Raw recognized string.
getRawString() - function in io.scanbot.check.entity.Check
Detected raw string
getRawString() - function in io.scanbot.generictext.NativeTextRecognitionResult
 
getRawString() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getRawString() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getRawString() - function in io.scanbot.vin.NativeVinScanResult
 
getRawText() - function in io.scanbot.sdk.generictext.GenericTextRecognitionResult
 
getRawText() - function in io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult
The validated result of the scanning.
getRawText() - function in io.scanbot.sdk.vin.VinScanResult
 
getRawValue() - function in io.scanbot.barcodescanner.entity.GS1.Element
Raw Value
getRawValue() - function in io.scanbot.barcodescanner.entity.VCard.Entry
Raw Value
getReadyToCapture() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document is ready to be captured in 'auto snapping' mode.
getReason() - function in io.scanbot.barcodescanner.entity.GS1.Element.ValidationError
Reason
getReasonForTreatment() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Reason For Treatment
getReceiverBIC() - function in io.scanbot.barcodescanner.entity.SEPA
Receiver BIC
getReceiverIBAN() - function in io.scanbot.barcodescanner.entity.SEPA
Receiver IBAN
getReceiverName() - function in io.scanbot.barcodescanner.entity.SEPA
Receiver Name
getRecognitionParameters() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeParam.RecognitionParameters
 
getRecognizeBarcode() - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Reading data from barcode, if it's present on document, could make data recognition more accurate.
getRecognizedText() - function in io.scanbot.sdk.ocr.process.OcrResult
 
getRecognizePatientInfo() - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateFrameHandler
Recognition of Patient Information block.
getRecognizePatientInfo() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getRecognizePatientInfo() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether sdk should run recognition of Patient Information block.
getRecognizerConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scanning behavior.
getRecognizerParameters() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The live detection configuration parameters.
getRecognizerParameters() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration
 
getRect() - function in io.scanbot.generictext.NativeTextCharacterBox
 
getRect() - function in io.scanbot.generictext.NativeTextWordBox
 
getRectOfInterest() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getRegistrantAndVehicleData() - function in io.scanbot.barcodescanner.entity.AAMVA
RegistrantAndVehicleData
getRegistrantFamilyName() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBD".
getRegistrantGivenName() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBE".
getRegistrationData() - function in io.scanbot.barcodescanner.entity.AAMVA
RegistrationData
getRegistrationDecalNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RAD".
getRegistrationEnforcementDate() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RAF".
getRegistrationExpirationDate() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RAG".
getRegistrationExpiryDate() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RAG".
getRegistrationIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "IFJ".
getRegistrationIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBB".
getRegistrationPlateNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RAM".
getRegistrationPlateNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RAM".
getRegistrationWindowStickerDecal() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBU".
getRegistrationYear() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBT".
getRegistrationYear() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "RBT".
getRejected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
Appearance of the overlay polygon when a barcode is rejected.
getRejected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickBadgeConfiguration
Appearance of the badge when a barcode is rejected.
getRelated() - function in io.scanbot.barcodescanner.entity.VCard
Related
getRelevantInfo() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Relevant Info
getRemarks() - function in io.scanbot.genericdocument.entity.DeResidencePermitBack
Remarks (Anmerkungen)
getRemarks() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Remarks (Anmerkungen)
getRemittance() - function in io.scanbot.barcodescanner.entity.SEPA
Remittance
getRemotePath() - function in io.scanbot.sdk.entity.Blob
Path of binary file on remote storage (server)
getRenewedCertificate() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Renewed Certificate
getReorderPageGuidanceTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The text for the static user guidance, located just below the top bar of the reorder pages screen.
getReorderPages() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
Configuration of the screen for reordering the scanned pages.
getReorderPages() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
Configuration of the 'reorder pages' button.
getReorderPageText() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title below each page object of the reorder pages screen.
getReorderPageTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the reorder pages screen, located in the top bar.
getReorderTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'cancel' button title, located in the top bar of the reorder pages screen.
getReorderTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'confirm' button title, located in the top bar of the reorder pages screen.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - 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.
getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether to replace the cancel button in the top bar with a back arrow icon.
getReplaceCancelButtonWithIcon() - 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.
getRequestedCount() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getRequiredAspectRatio() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getRequiredAspectRatio() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getRequiredAspectRatios() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
 
getRequiredAspectRatios() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
An optional array of aspect ratios the documents have to conform to.
getRequiredAspectRatios() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
The required aspect ratios for the document to be accepted.
getRequiresCare() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Requires Care
getResamplingMethod() - function in io.scanbot.pdf.model.PdfConfig
 
getResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
Configuration of the 'reset detection' button, located in the bottom bar.
getResetButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the reset button
getResetButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the reset button
getResetButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the reset button
getResetButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the reset button
getResetButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Reset button.
getResetEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getResidenceAddress1() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAM".
getResidenceAddress2() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAN".
getResidenceCity() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAO".
getResidenceJurisdictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAP".
getResidenceZipCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAQ".
getResourceId(android.content.Context,java.lang.Integer) - function in io.scanbot.sdk.ui.utils.ThemeUtilsKt
 
getRestrictions() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack
Restrictions applied for the driver's license (Field 12.
getRestrictions() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Category
Restrictions (Column 12.
getResult(java.lang.String) - function in io.scanbot.sdk.check.result.CheckRecognizerResultLruStorage
Returns the result from the storage according to the given id
getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.check.result.CheckRecognizerResultRepository
Returns the result for a given ResultId
getResult(java.lang.String) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultLruStorage
Returns the result from the storage according to the given id
getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
Returns the result for a given ResultId
getResult(java.lang.String) - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultLruStorage
Returns the result from the storage according to the given id
getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultRepository
Returns the result for a given ResultId
getResult() - function in io.scanbot.sdk.ui.ScanbotActivityResult
Scanning or recognition result - the essence of components work done.
getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.ui.result.ResultRepository
Returns the result for a given ResultId
getResult(java.lang.String) - function in io.scanbot.sdk.ui.result.ResultStorage
Returns the result from the storage according to the given id
getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
 
getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.ShowConfirmationDialog
 
getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.check.CheckRecognizerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateRecognizerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui.view.vin.VinScannerNavigationEvent.VinScanned
 
getResult() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
Scanning or recognition result - the essence of components work done.
getResult() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
Scanning or recognition result - the essence of components work done.
getResultAccumulationConfig() - function in io.scanbot.sdk.genericdocument.DefaultGenericDocumentRecognizer
Configuration for result accumulation
getResultAccumulationConfig() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognizer
Configuration for result accumulation
getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.check.result.CheckRecognizerResultRepository
Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultRepository
Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.ui.result.ResultRepository
Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
getResultCode() - function in io.scanbot.sdk.ui.ScanbotActivityResult
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.
getResultCode() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.
getResultCode() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.check.CheckRecognizerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateRecognizerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.
getResultCode() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
getResultCode() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
Defines whether activity finished and result provided or, for example, Activity.
getResultCode() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
Defines whether activity finished and result provided or, for example, Activity.
getResultDocumentIds() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentNavigationEvent.DocumentScanningFinished
 
getResultFlow() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getResultId() - function in io.scanbot.sdk.ui.result.ResultWrapper
 
getResultOk() - function in io.scanbot.sdk.ui.ScanbotActivityResult
 
getResultOk() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
 
getResultPoints() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getResults() - function in io.scanbot.sdk.pdf.search.SearchHandler
 
getResultWithConfirmationEnabled() - 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.
getResultWithConfirmationEnabled() - 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.
getRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
Configuration of the 'retake' button.
getRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'retake' button, located in the bottom bar.
getRetryButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Configuration of the retry button.
getRetryButtonTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
The title of the confirmation dialog retry button.
getRetryButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog retry button text.
getReturnCroppedDocument() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getReturnCroppedDocumentImage() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether sdk should return cropped document image or not
getReview() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
Configuration of the screen for reviewing the scanned pages.
getReviewDeleteAllPagesAlertCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'cancel' button title of the delete all pages alert dialog for the review screen.
getReviewDeleteAllPagesAlertDeleteButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'confirm' button title of the delete all pages alert dialog for the review screen.
getReviewDeleteAllPagesAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The subtitle of the delete all pages alert dialog for the review screen.
getReviewDeleteAllPagesAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the delete all pages alert dialog for the review screen.
getReviewDeletePageAlertCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'cancel' button title of the delete page alert dialog for the review screen.
getReviewDeletePageAlertConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'confirm' button title of the delete page alert dialog for the review screen.
getReviewDeletePageAlertDeleteRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'delete and retake' button title of the delete page alert dialog for the review screen.
getReviewDeletePageAlertSubTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The subtitle of the delete page alert dialog for the review screen.
getReviewDeletePageAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the delete page alert dialog for the review screen.
getReviewScreenAddButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'add' button title, located in the bottom bar of the review screen.
getReviewScreenCropButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'crop' button title, located in the bottom bar of the review screen.
getReviewScreenDeleteAllButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'delete all' menu button title, accessed via the 'more' button of the review screen.
getReviewScreenDeleteButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'delete' button title, located in the bottom bar of the review screen.
getReviewScreenPageCount() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The page count label text.
getReviewScreenReorderPagesButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'reorder pages' menu button title, accessed via the 'more' button of the review screen.
getReviewScreenRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'retake' button title, located in the bottom bar of the review screen.
getReviewScreenRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'rotate' button title, located in the bottom bar of the review screen.
getReviewScreenSubmitButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'submit' button title, located in the bottom bar of the review screen.
getReviewScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The title of the review screen, located in the top bar.
getReviewTopBarBackButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'back' button title, located in the top bar of the review screen.
getRevision() - function in io.scanbot.barcodescanner.entity.VCard
Revision
getRole() - function in io.scanbot.barcodescanner.entity.VCard
Role
getRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
Configuration of the 'rotate page' button, located in the bottom bar.
getRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'rotate' button, located in the bottom bar.
getRotateButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the rotate button
getRotateButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the rotate button
getRotateButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
Text, that is used as an accessibility label for the rotate button
getRotateButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
Text, that is used as an accessibility hint for the rotate button
getRotateButtonHidden() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Changes the visibility of the Rotate button.
getRotateButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Title of the Rotate button.
getRotatePageOnView() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getRotation() - function in io.scanbot.sdk.docprocessing.Page
 
getRotation() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getRotation() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getRotation() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getRotation() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
 
getRotationDegrees(android.view.View) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
Computes the rotation of a android.view.View in degrees from its natural orientation.
getRotationFlow() - function in io.scanbot.sdk.docprocessing.Page
 
getRoutingNumber() - function in io.scanbot.check.entity.FRACheck
Routing number
getRoutingNumber() - function in io.scanbot.check.entity.UAECheck
Routing number
getRtuResult() - function in io.scanbot.sdk.ui.view.check.CheckNavigationEvent.CheckRecognized
 
getRtuResult() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateNavigationEvent.LicensePlateScanned
 
getRtuResult() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateNavigationEvent.MedicalCertificateScanned
 
getSafeAreaInsets() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
Set a padding to finder parts that will be covered with other view's, like toolbar on top of the screen, and navigation bars on bottom of the screens
getSafeAreaInsets() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getSafeAreaInsets() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getSalt() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getSapManager() - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
 
getSaveAreaPadding(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotSystemBarKt
 
getSaveCameraPreviewFrame() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerConfig
Whether detector should save a frame with successful detection result.
getSaver() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState.Companion
The default Saver implementation for ZoomableState.
getSbColorModalOverlay() - function in io.scanbot.sdk.ui_v2.common.Palette
Transparent color with a very high alpha value used to fill certain overlays.
getSbColorNegative() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used to convey a negative meaning.
getSbColorOnPrimary() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used for displaying elements on top of the primary color.
getSbColorOnSecondary() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used for displaying elements on top of the secondary color.
getSbColorOnSurface() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used on top of surfaces.
getSbColorOnSurfaceVariant() - function in io.scanbot.sdk.ui_v2.common.Palette
Alternative color used on top of surfaces.
getSbColorOutline() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used for outlines.
getSbColorPositive() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used to convey a positive meaning.
getSbColorPrimary() - function in io.scanbot.sdk.ui_v2.common.Palette
Primary color used for enabled elements.
getSbColorPrimaryDisabled() - function in io.scanbot.sdk.ui_v2.common.Palette
Primary color used for disabled elements.
getSbColorSecondary() - function in io.scanbot.sdk.ui_v2.common.Palette
Secondary color used for enabled elements.
getSbColorSecondaryDisabled() - function in io.scanbot.sdk.ui_v2.common.Palette
Secondary color used for disabled elements.
getSbColorSurface() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used for surfaces.
getSbColorSurfaceHigh() - function in io.scanbot.sdk.ui_v2.common.Palette
Transparent color with a high alpha value used for certain surfaces.
getSbColorSurfaceLow() - function in io.scanbot.sdk.ui_v2.common.Palette
Transparent color with a low alpha value used for certain surfaces.
getSbColorWarning() - function in io.scanbot.sdk.ui_v2.common.Palette
Color used to convey warnings.
getScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
 
getScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
 
getScanAssistanceOverlay() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the scan assistance overlay.
getScanBackSideTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to scan back side of a document.
getScanBackSideTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getScanFrontSideTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to scan front side of a document.
getScanFrontSideTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getScannedEverythingTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that notifies that both sides of document are scanned.
getScannedEverythingTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getScanner() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
 
getScanner() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
 
getScanning() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
 
getScanning() - 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.
getScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
 
getScanning() - 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.
getScanningCompletedColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Color of the selected barcode.
getScanningNotScannedColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Color of the not scanned barcode .
getScanningPartiallyColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Color of the partially scanned barcode.
getScanningStep() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getScanningStep() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
 
getScanSession() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getScanSession() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getScanStrategy() - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
Additional parameter to set the method of scanning.
getScanStrategy() - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
Additional parameter to set the method of scanning.
getScanStrategy() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Detector mode, classic (OCR based) or ML (machine learning based) approach.
getScope() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getScope() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
 
getScreen() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Screen for which the configuration object should be applied.
getScreen() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
The configuration object should be applied for this screen.
getScreen() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The configuration object should be applied for this screen
getScreen() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
The configuration object should be applied for this screen.
getScreen() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
The configuration object should be applied for this screen.
getScreen() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
The configuration object should be applied for this screen.
getScreenBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The Color of the screen-covering backdrop view.
getScreens() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Configuration of the document scanner sub-screens.
getScreenSizeFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
 
getScreenState() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getSdkComponent() - function in io.scanbot.sdk.ScanbotSDK
 
getSdkComponent() - function in io.scanbot.sdk.ScanbotSDK.Companion
 
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.ScanbotActivityResult
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.check.CheckRecognizerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateRecognizerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
Indicates whether RTU returned due to Scanbot SDK is not initialized.
getSeatNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Seat Number
getSecondNonConsecutiveBaggageTagLicensePlateNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Second Non Consecutive Baggage Tag License Plate Number
getSecondOwnerIdNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAY".
getSecondOwnerLastName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAF".
getSecondOwnerLegalStatus() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NBB".
getSecondOwnerMiddleName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAH".
getSecondOwnerName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAG".
getSecondOwnerTotalName() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleOwnerData
Data element ID "NAE".
getSecurityData() - function in io.scanbot.barcodescanner.entity.BoardingPass
Security Data
getSelected() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodesSelected
 
getSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Appearance of the overlay polygon after a barcode has been selected.
getSelecteeIndicator() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Selectee Indicator
getSelectionOverlayController() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
Use this object to control the state or the behavior of the selection overlay layer
getSelectionOverlayController() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
Use this object to control the state or the behavior of the selection overlay layer
getSeparatorColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the separators around the dialogs button area.
getSeparatorWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The width of the separators in points.
getSerialNumber() - function in io.scanbot.check.entity.INDCheck
Serial number
getServiceTag() - function in io.scanbot.barcodescanner.entity.SEPA
Service Tag
getSettings() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
 
getSettings() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
 
getSheet() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the preview mode for the barcodes required to be found and scanned.
getSheet() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the preview mode for scanning multiple barcodes.
getSheetClearAllButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Clear all button text for the barcode sheet.
getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
Background color of the barcode info dialog.
getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Color of the edit dialog's background.
getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Color of the list's background.
getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Color of the confirmation sheet's background.
getSheetColor() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Background color of the alert dialog.
getSheetContent() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
Configuration of the list of barcodes required to be found and scanned.
getSheetContent() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
Configuration of the list containing the barcodes that have already been scanned.
getSheetElevation() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldDefaults
The default elevation used by ScanbotScaffold.
getSheetPickHeight() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldDefaults
The default pick height used by ScanbotScaffold.
getSheetPlaceholderSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Subtitle for the barcode sheet placeholder.
getSheetPlaceholderTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the barcode sheet placeholder.
getSheetResetButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Reset button text for the barcode sheet.
getSheetStartScanningButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Start scanning button text for the barcode sheet.
getSheetSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Submit button text for the barcode sheet.
getShouldDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getShouldDrawPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getShouldDrawShadows() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getShouldDrawShadows() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getShouldDrawShadows() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getShouldDrawShadows() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getShouldHighlight() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getShouldHighlight() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
 
getShouldLock() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
 
getShouldMatchSubstring() - 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.
getShouldMatchSubstring() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Find and match only part of the whole string if the pattern is used.
getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
 
getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
 
getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getShouldProvideCroppedImage() - function in io.scanbot.sdk.licenseplate.DefaultLicensePlateScanner
If the result object should contain a cropped image with license plate
getShouldProvideCroppedImage() - function in io.scanbot.sdk.licenseplate.LicensePlateScanner
If the result object should contain a cropped image with license plate
getShowAutomatically() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
getShowBadQualityHint() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
 
getShowCancelDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getShowCancelDialog() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getShowCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getShowDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getShowDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
 
getShowErrorDialog() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
 
getShowErrorDialog() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
 
getShowErrorDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getShowFinderOverlay() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Option to show or hide finder overlay
getShowFullGuidance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Delay
 
getShowFullGuidance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowGuidance
 
getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
getShowPagePreviewCounter() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getShowProgress() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getShutterButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'shutter' button.
getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the shutter button
getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the shutter button
getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility hint for the shutter button.
getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility hint for the shutter button.
getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the shutter button
getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
Text, that is used as an accessibility label for the shutter button
getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
Text used as an accessibility label for the shutter button.
getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
Text used as an accessibility label for the shutter button.
getShutterButtonAutoInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether polygon auto snap progress animation is enabled or not.
getShutterButtonAutoInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Foreground color of the shutter button in auto-snapping mode.
getShutterButtonAutoOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the shutter button in auto-snapping mode.
getShutterButtonAutoOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the shutter button in auto-snapping mode.
getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Hides the shutter button if set to TRUE.
getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether to hide the shutter button.
getShutterButtonManualInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The foreground color of the shutter button in manual mode.
getShutterButtonManualInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Foreground color of the shutter button in manual mode.
getShutterButtonManualOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the shutter button in manual mode.
getShutterButtonManualOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the shutter button in manual mode.
getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
 
getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
 
getSignature() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Signature image (Field 7.
getSignature() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Signature image
getSignature() - function in io.scanbot.genericdocument.entity.DePassport
Signature image
getSignature() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Signature image
getSignature() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Signature image
getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
Threshold used to pause the detection after significant movement occurred.
getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Detection will be paused after significant movement.
getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Threshold used to pause the detection after significant movement occurred.
getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Threshold used to pause the detection after significant movement occurred.
getSingleCodeScanningMode() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
Defines scanning mode.
getSingleModeConfirmationCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the single mode confirmation dialog.
getSize() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
 
getSize() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
 
getSize() - function in io.scanbot.sdk.docprocessing.compose.PdfRendererInput
 
getSize() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
 
getSize() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.BitmapInput
 
getSize() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.PagesInput
 
getSize() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.RecognizerInput
 
getSize() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getSnackbarHostState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState
 
getSnapAnimationEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Whether the flash animation on take picture is enabled.
getSnapEvent() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getSnapEvent() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getSnapFeedbackMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CaptureFeedback
The type of animation to display after snapping a page.
getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
 
getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getSnappedPagesCount() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getSnappedPagesCount() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getSnappingCallback() - function in io.scanbot.sdk.ui.view.check.CheckCameraView
 
getSnappingCallback() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
 
getSnapPreviewBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getSocialSecurityNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBK".
getSortCode() - function in io.scanbot.check.entity.KWTCheck
Sort code
getSortNumber() - function in io.scanbot.check.entity.INDCheck
Sort number
getSound() - function in io.scanbot.barcodescanner.entity.VCard
Sound
getSound() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scan confirmation sound.
getSoundType() - function in io.scanbot.sdk.ui_v2.common.Sound
The beep type.
getSource() - function in io.scanbot.barcodescanner.entity.VCard
Source
getSource() - function in io.scanbot.sdk.docprocessing.Page
 
getSourceOfBoardingPassIssuance() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Source Of Boarding Pass Issuance
getSourceOfCheckIn() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Source Of Check In
getStandardEndorsementCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCN".
getStandardRestrictionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCO".
getStandardVehicleClassification() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DCM".
getStartIndex() - function in io.scanbot.sdk.pdf.search.SearchHandler
 
getStartScanning() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
 
getStartScanning() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
Text that is shown on camera open.
getStartScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
 
getStartScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
Text that is shown on camera open.
getStartScanningButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the button to start scanning displayed in an empty barcode list.
getStartScanningTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
String that asks user to start scanning a document.
getStartScanningTitle() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getStateListener() - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
 
getStateListener() - function in io.scanbot.sdk.camera.autosnapping.CaptureIntervalAutoSnappingPredicate
 
getStatesTitles() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
Configure the titles of the user guidance hints for different states.
getStatus() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Status
getStatus() - function in io.scanbot.genericdocument.entity.GenericDocumentScanResult
 
getStatus() - function in io.scanbot.sdk.autosnapping.BaseContourAutoSnappingController.Param
 
getStatus() - function in io.scanbot.sdk.check.CheckAutoSnappingController.Param
 
getStatus() - function in io.scanbot.sdk.check.entity.CheckRecognizerResult
Represents the status of the Check recognition
getStatus() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getStatus() - function in io.scanbot.sdk.genericdocument.GenericDocumentAutoSnappingController.Param
 
getStatus() - function in io.scanbot.sdk.genericdocument.GenericDocumentRecognitionResult
Recognition status
getStatus() - function in io.scanbot.sdk.mcrecognizer.MedicalCertificateAutoSnappingController.Param
 
getStatusBarMode() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Visual mode for displaying the contents of the status bar.
getStatusBarMode() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Visual mode used for the status bar icons.
getStatusBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
Determines the visual mode used for the status bar icons.
getStatusBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
Determines the visual mode used for the status bar icons.
getStep() - function in io.scanbot.sdk.ui.view.genericdocument.DocumentRecognitionState
 
getStepResult() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerNavigationEvent.TextDataScannerStepScanned
 
getStepTag() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
The tag of the scanning step to make.
getStolenIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAH".
getStopIndex() - function in io.scanbot.sdk.pdf.search.SearchHandler
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
 
getStopNewFrames() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
 
getStorage() - function in io.scanbot.sdk.check.result.CheckRecognizerResultRepository
 
getStorage() - function in io.scanbot.sdk.genericdocument.result.GenericDocumentResultRepository
 
getStorage() - function in io.scanbot.sdk.mcrecognizer.result.MedicalCertificateRecognizerResultRepository
 
getStorageBaseDirectory() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional directory as file URI to override the default storage base directory of the Scanbot SDK.
getStorageFreeSpaceBytes(java.lang.String) - function in io.scanbot.sdk.util.FileUtilsKt
 
getStorageImageFormat() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional image format, either 'JPG' or 'PNG'.
getStorageImageQuality() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
Optional image quality value.
getStorageTotalSpaceBytes(java.lang.String) - function in io.scanbot.sdk.util.FileUtilsKt
 
getStoredDocuments() - function in io.scanbot.sdk.persistence.document.DocumentStorage
Provides List with all documentIds.
getStoredDocuments() - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
Provides List with all documentIds.
getStoredPages(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides List with all pageIds for a given document.
getStoredPages(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides List with all pageIds for a given document.
getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides List with all pageIds
getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Provides List with all pageIds
getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides List with all pageIds
getStreet() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Street
getStreetAddress() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAK".
getStringId() - function in io.scanbot.sdk.barcode.entity.BarcodeDocumentFormat
 
getStrings() - function in io.scanbot.sdk.ui_v2.common.theme.Localization
 
getStringValue() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterUserDefinedField
 
getStripCheckDigits() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
getStripCheckDigits() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
getStripCheckDigits() - 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.
getStripCheckDigits() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
getStripCheckDigits() - 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.
getStripCheckDigits() - 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.
getStrokeColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getStrokeColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getStrokeColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Color of the polygon outline.
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Color of the viewfinder corner's outlines.
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
Color of the viewfinder's outline.
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Color of the polygon outline.
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getStrokeColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getStrokeDeclinedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getStrokeHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getStrokeHighlightedColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getStrokeHighlightedPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getStrokeHighlightedWidth() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getStrokePaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getStrokeWidth() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getStrokeWidth() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
Width of the polygon outline in dp.
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
Width of the viewfinder corner's outlines.
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
Width of the viewfinder's outline.
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
Width of the polygon outline in dp.
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getStrokeWidth() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getStyle() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Visual appearance of the viewfinder.
getStyle() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
Configuration of the text style for the 'preview' button.
getSubheadingFreeText() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading
Subheading Free Text
getSubheadings() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Subheading
getSubject() - function in io.scanbot.pdf.model.PdfAttributes
 
getSubject() - function in io.scanbot.sdk.pdf.Meta
 
getSubmitAction() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
getSubmitAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
getSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the barcode list's submit button.
getSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
Appearance of the confirm button on the confirmation sheet.
getSubmitButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
Configuration of the 'submit' button, located in the bottom bar.
getSubmitButtonEnabled() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
 
getSubmitButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Text of the button which finishes the flow
getSubmitButtonTitle() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Text of the button which finishes the flow
getSubmitEnabled() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
 
getSubstances() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Subheading.Medicine
Substance
getSubtitle() - function in io.scanbot.sdk.barcode.entity.BarcodeFormattedData
 
getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
The value of the barcode.
getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Error message.
getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Subtitle of the barcode.
getSubtitle() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Explanation message message.
getSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
The subtitle of the introduction screen.
getSubtitle1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getSubtitle2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getSubtitle3() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
getSubtitleDeselected() - 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.
getSubtitleSelected() - 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.
getSuccess() - function in io.scanbot.barcodescanner.model.BarcodeScannerResult
Indicates whether operation was a success
getSuccessBeepEnabled() - 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.
getSuccessBeepEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether scanner screen should make a sound on successful barcode or MRZ detection.
getSuccessBeepEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether to play a beep sound after a successful detection.
getSuccessBeepEnabled() - function in io.scanbot.sdk.ui_v2.common.Sound
Enable or disable the beep sound when a barcode is detected.
getSuccessfulDetectionInterval() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
 
getSuffix() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Name Suffix
getSupportedFlashModes() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedFocusModes() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPictureFormats() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPictureSizes() - function in io.scanbot.sdk.camera.ScanbotCameraView
 
getSupportedPictureSizes() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
getSupportedPictureSizes() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPreviewFormats() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedPreviewSizes() - function in io.scanbot.sdk.camera.ScanbotCameraView
 
getSupportedPreviewSizes() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
getSupportedPreviewSizes() - function in io.scanbot.sdk.util.CameraConfiguration
 
getSupportedZoomRange() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
 
getSupportedZoomRange() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getSurname() - function in io.scanbot.genericdocument.entity.DeDriverLicenseFront
Surname (Field 1.
getSurname() - function in io.scanbot.genericdocument.entity.DeIdCardFront
Surname
getSurname() - function in io.scanbot.genericdocument.entity.DePassport
Surname
getSurname() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Surname
getSurname() - function in io.scanbot.genericdocument.entity.EuropeanHealthInsuranceCard
Surname
getSurname() - function in io.scanbot.genericdocument.entity.MRZ
Surname
getSwapTopBottomButtons() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
Swap top and bottom buttons on the screen
getSwipeableState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
 
getSwipeableView() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.SwipeableViewHolder
 
getSwipeToDelete() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
The style of the swipe-to-delete button.
getSwitchNextPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'next page' button.
getSwitchPreviousPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'previous page' button.
getT() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Categories
T
getTableOfContents() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getTag() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStepResult
The tag of the scanning step.
getTakePictureAction() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getTargetValue() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
The target value.
getTelephoneNumber() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Telephone Number
getTelephoneNumber() - function in io.scanbot.barcodescanner.entity.VCard
TelephoneNumber
getTessDataPath() - function in io.scanbot.mcscanner.MedicalCertificateRecognizer
 
getTestField() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfiguration
 
getText() - function in io.scanbot.genericdocument.entity.OcrResult
recognized text
getText() - function in io.scanbot.generictext.NativeTextWordBox
 
getText() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getText() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStepResult
The validated result of the scanning
getText() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
Recognized value of the barcode.
getText() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
The text to be displayed on the button.
getText() - function in io.scanbot.sdk.ui_v2.common.StyledText
Value of the text field.
getText() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroListEntry
The text of the entry.
getTextColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
 
getTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
The color of the buttons title while not pressed.
getTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the text in the selection overlay.
getTextColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the text in the selection overlay.
getTextContainerColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
 
getTextContainerColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
The color of the texts background in the selection overlay.
getTextContainerColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
The color of the texts background in the selection overlay.
getTextContainerHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
 
getTextDataScannerStep() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Configuration for the scanned item
getTextFormat() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
 
getTextFormat() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
Define the way of how to show barcode data with selection overlay.
getTextFormat() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
Define the way of how to show barcode data with selection overlay.
getTextHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
 
getTextHintBadAngles() - 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
getTextHintBadAngles() - 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.
getTextHintBadAspectRatio() - 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
getTextHintBadAspectRatio() - 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.
getTextHintNothingDetected() - 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
getTextHintNothingDetected() - 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.
getTextHintOffCenter() - 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.
getTextHintOffCenter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be show when a document was detected, but its center is too far away from the image center.
getTextHintOffCenter() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document is not centered in the finder view.
getTextHintOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK
getTextHintOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text hint that will be shown when the current detection status is OK.
getTextHintTooDark() - 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
getTextHintTooDark() - 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.
getTextHintTooNoisy() - 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
getTextHintTooNoisy() - 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.
getTextHintTooSmall() - 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
getTextHintTooSmall() - 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.
getTextRect(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get a rectangular area from the result generated by FPDFText_CountRects.
getTextStyle() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getTextViewStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle,io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate
Implement this method to decide the appearance of the given barcode default clickable view
getTextWithExtension() - function in io.scanbot.sdk.barcode.entity.BarcodeItem
 
getTextWithExtension() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
Recognized barcode value with extension (if available).
getThumbnailFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
 
getTiffUri() - function in io.scanbot.sdk.docprocessing.Document
 
getTimeouts() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of timeouts.
getTimeouts() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of timeouts.
getTimestamp() - function in io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getTimestamp() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
 
getTimeZone() - function in io.scanbot.barcodescanner.entity.VCard
TimeZone
getTipBackgroundColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of tip background on scanning screen.
getTipBackgroundColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getTipTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Color of tip text on scanning screen.
getTipTextColor() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentViewConfiguration
 
getTitle() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Title
getTitle() - function in io.scanbot.barcodescanner.entity.VCard
Title
getTitle() - function in io.scanbot.pdf.model.PdfAttributes
 
getTitle() - function in io.scanbot.sdk.barcode.entity.BarcodeFormattedData
 
getTitle() - function in io.scanbot.sdk.pdf.Bookmark
 
getTitle() - function in io.scanbot.sdk.pdf.Meta
 
getTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
Confirmation dialog title.
getTitle() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Title for a value.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
The title of the barcode.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
Title displayed above the error message.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
Title of the barcode.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
Title of the barcode to find.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's title.
getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
Configuration of the barcode list's title.
getTitle() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
The text to be displayed on the button.
getTitle() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
Title of the user guidance.
getTitle() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
The text to be displayed on the button.
getTitle() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
Title displayed above the message.
getTitle() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
Appearance of the top bar's title.
getTitle() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Title of the user guidance.
getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
Configure the text style for the user guidance hints.
getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
The title of the introduction screen, located in the top bar.
getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
 
getTitleBrand() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAY".
getTitleColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The color of the dialogs title.
getTitleData() - function in io.scanbot.barcodescanner.entity.AAMVA
TitleData
getTitleDeselected() - 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.
getTitleFont() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
The font of the dialogs title
getTitleIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAV".
getTitleNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAA".
getTitleSelected() - 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.
getTitleType() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Title type (Art des Titels)
getTitlingJurisdiction() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAC".
getTooDark() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when it is too dark to capture an adequate image.
getTooNoisy() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the background is too noisy.
getTooSmall() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
The user guidance text displayed when the document is too far from camera.
getTopBar() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the top bar.
getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the 'cancel' button, located in the top bar.
getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
Configuration of the 'cancel' button, located in the top bar.
getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
Configuration of the 'cancel' button, located in the top bar.
getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'back' button, located in the top bar.
getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
 
getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
 
getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Background color of the top bar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Background color of the top bar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The background color of the top toolbar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
The background color of the top bar.
getTopBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
The background color of the top bar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Color of all active toggle buttons in the toolbar.
getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The color of all active toggle buttons in the toolbar.
getTopBarButtonsColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the cancel button.
getTopBarButtonsColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Foreground color of the cancel button.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Foreground color of the top bar buttons when disabled.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Color of all inactive toggle buttons in the toolbar.
getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
The color of all inactive toggle buttons in the toolbar.
getTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Cancel button text for the top bar.
getTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
Configuration of the 'confirm' button, located in the top bar.
getTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
Configuration of the 'confirm' button, located in the top bar.
getTopBarDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
Configuration of the 'done' button, located in the top bar.
getTopBarIntroButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the 'introduction' button, located in the top bar.
getTopBarMoreButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'more' button, located in the top bar.
getTopBarTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the top bar.
getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the title, located in the top bar.
getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
Configuration of the title, located in the top bar.
getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
Configuration of the title, located in the top bar.
getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the title, located in the top bar.
getTopContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
 
getTopContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
 
getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the static user guidance, located just below the top bar.
getTorchOffButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'flashlight' button when in the 'off' state.
getTorchOnButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
Configuration of the 'flashlight' button when in the 'on' state.
getTotalDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAware
Provides full info of how much space total exist on this device storage in bytes.
getTotalDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAwareImpl
Provides full info of how much space total exist on this device storage in bytes.
getTotalNumberOfPages() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan
Total Number Of Pages
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether touch-to-focus is enabled on the camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
Whether touch-to-focus is enabled on camera preview.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
Whether touch-to-focus is enabled.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Whether the touch to focus is enabled.
getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
Determines whether touch-to-focus is enabled or not.
getTransactionCode() - function in io.scanbot.check.entity.AUSCheck
Transaction code
getTransactionCode() - function in io.scanbot.check.entity.CANCheck
Transaction code
getTransactionCode() - function in io.scanbot.check.entity.INDCheck
Transaction code
getTransitNumber() - function in io.scanbot.check.entity.CANCheck
Transit number
getTransitNumber() - function in io.scanbot.check.entity.USACheck
Transit number
getTranslateX() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
 
getTranslateY() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
 
getTransmissionCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAC".
getTravelDocType() - function in io.scanbot.genericdocument.entity.MRZ
Travel document type
getTravelDocTypeVariant() - function in io.scanbot.genericdocument.entity.MRZ
Travel document type variant
getTWO_DIMENTIONAL() - function in io.scanbot.sdk.barcode.entity.BarcodeFormat.Companion
List of 2D barcode formats
getType() - function in io.scanbot.barcodescanner.entity.RootDocumentType
 
getType() - function in io.scanbot.barcodescanner.model.BarcodeItem
Barcode type.
getType() - function in io.scanbot.check.entity.RootDocumentType
 
getType() - function in io.scanbot.genericdocument.entity.Field
the type of the field.
getType() - function in io.scanbot.genericdocument.entity.FieldWrapper
Field type
getType() - function in io.scanbot.genericdocument.entity.GenericDocument
document type
getType() - function in io.scanbot.genericdocument.entity.RootDocumentType
 
getType() - function in io.scanbot.sdk.core.contourdetector.ContourDetectorSettings
 
getType() - function in io.scanbot.sdk.core.contourdetector.ContourDetectorSettings.Builder
 
getType() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItem
Recognized barcode symbology.
getTypeModifiers() - function in io.scanbot.barcodescanner.entity.VCard.Entry
Type Modifier
getTypeOfVehicle() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "VBB".
getTypography() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
 
getUid() - function in io.scanbot.barcodescanner.entity.VCard
UID
getUiSteps() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
getUnder18Until() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDH".
getUnder19Until() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDI".
getUnder21Until() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDJ".
getUnfilteredDocumentFileUri() - function in io.scanbot.sdk.docprocessing.Page
 
getUnfilteredDocumentImage() - function in io.scanbot.sdk.docprocessing.Page
 
getUnfilteredDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the unfiltered document image.
getUnfilteredDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the unfiltered document image.
getUnfilteredDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the unfiltered document image.
getUnfilteredDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the unfiltered document image.
getUnfilteredDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
Provides File of the unfiltered document preview image.
getUnfilteredDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
Provides File of the unfiltered document preview image.
getUnfilteredDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
Provides File of the unfiltered document preview image.
getUnfilteredDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
Provides File of the unfiltered document preview image.
getUniqueCustomerIdentifier() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBJ".
getUniqueName(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
Recursively trying to find unique name for pdf document in pdf files directory
getUnitNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "IEG".
getUnknown() - function in io.scanbot.genericdocument.entity.MRZ
Unknown
getUnladenWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAV".
getUnzoomedFinderHeight() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.JsonTextDataScannerStep
The preferred height of the finder for zoom scale 1.0 (unzoomed).
getUnzoomedFinderHeight() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Height of the finder when view "unzoomed" (for zoom-level 1.0).
getUpdateButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
Configuration of the edit dialog's confirm button.
getUri() - function in io.scanbot.sdk.pdf.Link
 
getUri() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageUri
 
getUri() - function in io.scanbot.sdk.ui_v2.document.configuration.CustomImage
The web or file URI to the image.
getUris() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
 
getUris() - function in io.scanbot.sdk.ocr.ScanbotOpticalCharacterRecognizer.UrisInput
 
getUrisFromGalleryResult(android.content.Intent) - function in io.scanbot.sdk.ui_v2.document.utils.GalleryUtilsKt
 
getUrl() - function in io.scanbot.barcodescanner.entity.VCard
URL
getUsdotNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAN".
getUseBounceInterpolator() - function in io.scanbot.sdk.ui.FadeAnimationView
Sets if should fade animation play with bounce or with linear interpolator
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Whether buttons should use all-capitals style, as defined by the Android Material Design.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - 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.
getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Whether buttons should use all-capitals style, as defined by the Android Material Design.
getUseButtonsAllCaps() - 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.
getUseCameraX() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
If set to true, Camera X will be used for the RTU-UI components (Android only).
getUseCameraX() - function in io.scanbot.sdk.ui.camera.CameraUiSettings
 
getUseCase() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the barcode scanner screen's behavior.
getUseCode11Checksum() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
If true, the Code 11 barcode checksum is used.
getUseCode11Checksum() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
If true, the Code 11 barcode checksum is used.
getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
If true, the optional check digit for CODE_11 codes is used in validation.
getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
 
getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
If true, the optional check digit for CODE_11 codes is used in validation.
getUseCode11Checksum() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
If true, the optional check digit for CODE_11 codes is used in validation.
getUsedDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAware
Provides full info of how much space used on this device storage in bytes.
getUsedDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAwareImpl
Provides full info of how much space used on this device storage in bytes.
getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
 
getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
 
getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
 
getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
 
getUseFill() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getUseFill() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getUseFill() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getUseFill() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
 
getUseFillDeclined() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
 
getUseFillHighlighted() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
 
getUseFillHighlighted() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
 
getUseIata2Of5Checksum() - function in io.scanbot.barcodescanner.model.BarcodeScannerConfig
If true, the IATA 2 of 5 barcode checksum is used.
getUseIata2Of5Checksum() - function in io.scanbot.sdk.barcode.entity.BarcodeScannerAdditionalConfig
If true, the IATA 2 of 5 barcode checksum is used.
getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
If true, the optional check digit for IATA_2_OF_5 codes is used in validation.
getUseIata2Of5Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
 
getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
If true, the optional check digit for IATA_2_OF_5 codes is used in validation.
getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeRecognizerConfiguration
If true, the optional check digit for IATA_2_OF_5 codes is used in validation.
getUserDefinedFields() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterParameters
Array that contains user-defined TIFF tags that should be written into result TIFF document.
getUserGuidance() - 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.
getUserGuidance() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
User guidance text.
getUserGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the hints guiding users through the scanning process.
getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The background color of the user guidance hints.
getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Background color of the user guidance hints.
getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The background color of the user guidance hints.
getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The background color of the user guidance hints.
getUserGuidanceFontSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
Font size of the user guidance.
getUserGuidanceFontSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Font size of the user guidance.
getUserGuidanceShown() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getUserGuidanceStrings() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
Configuration that helps to override default hint values
getUserGuidanceStringValues() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
Configuration that helps to override default hint values.
getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
The text color of the user guidance hints.
getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Text color of the user guidance hints.
getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
The text color of the user guidance hints.
getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
The text color of the user guidance hints.
getUseShadow() - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
Whether to use drop shadows for foreground elements.
getUseShadow() - function in io.scanbot.sdk.ui_v2.common.StyledText
Whether to enable drop shadows for the text.
getUuid() - function in io.scanbot.sdk.docprocessing.Document
 
getUuid() - function in io.scanbot.sdk.docprocessing.Page
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.CounterDown
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.CounterUp
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.DeleteBarcode
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.SetCount
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateFormattedData
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateImage
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateTimestamp
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
 
getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.model.ManualEditDialogData
 
getValidationCallback() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeConfiguration
 
getValidationCallback() - function in io.scanbot.sdk.ui.view.generictext.entity.TextDataScannerStep
Callback for text validation.
getValidationErrors() - function in io.scanbot.barcodescanner.entity.GS1.Element
ValidationError
getValidationStatus() - function in io.scanbot.genericdocument.entity.Field
field validation status.
getValidationSuccessful() - function in io.scanbot.generictext.NativeTextRecognitionResult
 
getValidationSuccessful() - function in io.scanbot.licenseplate.NativeLicensePlateScanResult
 
getValidationSuccessful() - function in io.scanbot.sdk.generictext.GenericTextRecognitionResult
 
getValidationSuccessful() - function in io.scanbot.sdk.licenseplate.LicensePlateScanResult
 
getValidationSuccessful() - function in io.scanbot.sdk.vin.VinScanResult
 
getValidationSuccessful() - function in io.scanbot.vin.NativeVinScanResult
 
getValidFrom() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Category
Valid from (Column 10.
getValidFrom() - function in io.scanbot.genericdocument.entity.DeResidencePermitFront
Valid from date (Gültig ab)
getValidUntil() - function in io.scanbot.genericdocument.entity.DeDriverLicenseBack.Category
Valid until (Column 11.
getValue() - function in io.scanbot.genericdocument.entity.Field
optional value of the field.
getValue() - function in io.scanbot.genericdocument.entity.TextFieldWrapper
Field text value
getValue() - function in io.scanbot.mcscanner.model.McPatientInfoField
 
getValue() - function in io.scanbot.sdk.barcode.entity.AustraliaPostCustomerFormat
 
getValue() - function in io.scanbot.sdk.barcode.entity.Gs1Handling
 
getValue() - function in io.scanbot.sdk.barcode.entity.MSIPlesseyChecksumAlgorithm
 
getValue() - function in io.scanbot.sdk.camera.FrameHandlerResult.Success
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.BarcodeFilter
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.CameraZoomRatio
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.DelayAfterFocusCompleteMs
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.FormattedDataMapper
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.SuccessfulDetectionInterval
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.BarcodeFilter
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.CameraZoomRatio
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.DelayAfterFocusCompleteMs
 
getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DefaultPageParametricFilter
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DelayAfterFocusCompleteMs
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DrawPolygonShadows
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.ForceMaxSnappingSize
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.HardwareSnapButton
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.ShutterSoundEnabled
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.DelayAfterFocusCompleteMs
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.DrawPolygonShadows
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.ForceMaxSnappingSize
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.HardwareSnapButton
 
getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.ShutterSoundEnabled
 
getValue() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeParam.CleanResultCallback
 
getValue() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerNativeParam.TextValidationCallbackParam
 
getValue() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeParam.CancelButtonIcon
 
getValue() - function in io.scanbot.sdk.ui_v2.common.viewmodel.Result.Success
 
getValues() - function in io.scanbot.barcodescanner.entity.VCard.Entry
Value
getVehicleBodyStyle() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAO".
getVehicleBodyStyle() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VAO".
getVehicleBodyType() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "VAO".
getVehicleColor() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VBD".
getVehicleColor() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VBD".
getVehicleData() - function in io.scanbot.barcodescanner.entity.AAMVA
VehicleData
getVehicleIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "VAD".
getVehicleIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAD".
getVehicleIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VAD".
getVehicleIdentificationNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAD".
getVehicleIdNumber() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VBA".
getVehicleMake() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "VAK".
getVehicleMake() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAK".
getVehicleMake() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VAK".
getVehicleMake() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAK".
getVehicleMake() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "VAK".
getVehicleModel() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAM".
getVehicleModel() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VAM".
getVehicleModel() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAM".
getVehicleModelYear() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VAL".
getVehicleModelYear() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "VAL".
getVehicleModelYear() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleSafetyInspectionData
Data element ID "VAL".
getVehicleOwnerData() - function in io.scanbot.barcodescanner.entity.AAMVA
VehicleOwnerData
getVehiclePurchaseDate() - function in io.scanbot.barcodescanner.entity.AAMVA.TitleData
Data element ID "TAU".
getVehicleSafetyInspectionData() - function in io.scanbot.barcodescanner.entity.AAMVA
VehicleSafetyInspectionData
getVehicleStatusCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAS".
getVehicleTypeCode() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VBB".
getVehicleUse() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrationData
Data element ID "VPC".
getVersion() - function in io.scanbot.barcodescanner.entity.AAMVA
Version
getVersion() - function in io.scanbot.barcodescanner.entity.SEPA
Version
getVersion() - function in io.scanbot.barcodescanner.entity.SwissQR
Version
getVersion() - function in io.scanbot.barcodescanner.entity.VCard
Version
getVersion() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Version number of the configuration object.
getVersion() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
Version of the configuration object.
getVersion() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
A version of the configuration object
getVersion() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Version number of the configuration object.
getVersion() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
Version number of the configuration object.
getVersion() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
Version number of the configuration object.
getVersionNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
VersionNumber
getVersionNumber() - function in io.scanbot.genericdocument.entity.MRZ
Version number
getVertical() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
 
getVertical() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
 
getVertical() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
 
getVerticalLines() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getVerticalLines() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
getVeteranIndicator() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DDL".
getVibration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the scan scan confirmation vibration.
getVibration() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the scan confirmation vibration.
getView() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
 
getViewController() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
Use this object to control the state or the behavior of the IBarcodeCounterView
getViewController() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
Use this object to control the state or the behavior of the IBarcodeScannerView
getViewController() - function in io.scanbot.sdk.barcode.ui.IBarcodeCounterView
Use this object to control the state or the behavior of the IBarcodeCounterView
getViewController() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
Use this object to control the state or the behavior of the IBarcodeScannerView
getViewController() - function in io.scanbot.sdk.docdetection.ui.DocumentScannerView
Use this object to control the state or the behavior of the IDocumentScannerView
getViewController() - function in io.scanbot.sdk.docdetection.ui.IDocumentScannerView
Use this object to control the state or the behavior of the IDocumentScannerView
getViewFinder() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the view finder.
getViewFinder() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
Configuration of the viewfinder.
getViewFinderEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
Display the region of interest.
getViewFinderEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
Display the region of interest.
getViewHandler() - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
 
getViewOffsetX() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getViewOffsetY() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
 
getVisaOptional() - function in io.scanbot.genericdocument.entity.MRZ
MRV-A/MRV-B (Travel Visa) Optional field
getVisibility() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
Determines the visibility mode for the polygon.
getVisibility() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
Determines when the user guidance hints should be visible.
getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
Control the visibility of the user guidance.
getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
Control the visibility of the user guidance.
getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
Control the visibility of the overlay polygon.
getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
Control the visibility of the overlay polygon.
getVisible() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
Control the visibility of the badge.
getVisible() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
Whether the button is visible.
getVisible() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
Whether the button is visible or not.
getVisible() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
Whether the button is visible or not.
getVisible() - function in io.scanbot.sdk.ui_v2.common.IconButton
Whether the icon is visible on the button.
getVisible() - function in io.scanbot.sdk.ui_v2.common.IconStyle
Whether the icon is visible on the button.
getVisible() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
Whether the user guidance is visible.
getVisible() - function in io.scanbot.sdk.ui_v2.common.RoundButton
Whether to display the button.
getVisible() - function in io.scanbot.sdk.ui_v2.common.StyledText
Whether the text field is visible.
getVisible() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
Whether the user guidance is visible.
getVisible() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
Whether the viewfinder is visible.
getVisible() - function in io.scanbot.sdk.ui_v2.document.configuration.NoButtonMode
None Default is false
getVisible() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
Determines whether the scan assistance overlay is visible or not.
getVisibleRect() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getVltClacFromDate() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAZ".
getWeight() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Weight
getWeightKilograms() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAX".
getWeightPounds() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DAW".
getWhiteOutliersFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
Clip this fraction of the brightest pixels in operations such as autocontrast.
getWhitePoint() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
Fraction of the value channel range that is not set to 255.
getWidth() - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
getWidth() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration.Size
 
getWidth() - function in io.scanbot.sdk.persistence.page.legacy.Page.Size
 
getWidth() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration.Size
 
getWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
The width component of the aspect ratio.
getWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonSize
Width parameter
getWidth() - function in io.scanbot.sdk.ui_v2.common.AspectRatio
Width component of the aspect ratio.
getWidthInches() - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
 
getWithTimeStamp() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.AddBarcode
 
getWord() - function in io.scanbot.sdk.generictext.GenericTextWordBox
 
getWordBoxes() - function in io.scanbot.sdk.generictext.GenericTextRecognitionResult
 
getWordBoxHighlightColor() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
The color of the highlight of the wordboxes founded on the frame
getWordBoxHighlightEnabled() - function in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerJsonConfiguration
If the wordboxes should be highlighted when were found on the frame
getWorkAccident() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Work Accident
getX() - function in io.scanbot.sdk.barcode.entity.ResultPoint
 
getXml() - function in io.scanbot.barcodescanner.entity.VCard
XML
getY() - function in io.scanbot.sdk.barcode.entity.ResultPoint
 
getZip() - function in io.scanbot.barcodescanner.entity.AAMVA.MotorCarrierData
Data element ID "MAO".
getZipCode() - function in io.scanbot.barcodescanner.entity.AAMVA.RegistrantAndVehicleData
Data element ID "RBM".
getZoomButton() - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
Appearance of the zoom button.
getZoomButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the 'zoom' button.
getZoomedPage() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
 
getZoomFactor() - function in io.scanbot.sdk.ui_v2.common.camera.ZoomCameraValue
 
getZoomFactorUi() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Zoom value of the camera for the ui
getZoomLevel() - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
Allows the user to set the needed zoom level for the finder and for dependent views.
getZoomModeEnabled() - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
 
getZoomOverlay() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
Configuration of the zoom overlay for the review screen.
getZoomOverlayCancelButtonText() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
The 'close' button title of the zoom overlay for the review screen.
getZoomRange() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
 
getZoomState() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
Zoom value of the camera with application rule
getZoomSteps() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
The number of zoom steps available to the user.
GIVEN_NAME - enum entry in io.scanbot.ehicscanner.model.EhicFieldType

Field 4: given names

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

Person given names field

GLE - enum entry in io.scanbot.sdk.entity.Language
 
GLG - enum entry in io.scanbot.sdk.entity.Language
 
GoBack - class in io.scanbot.sdk.ui_v2.common.viewmodel
 
goBack() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
 
goBack() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
goBack() - function in io.scanbot.sdk.ui_v2.document.screen.ICanGoBack
 
GOOD - enum entry in io.scanbot.sdk.process.model.DocumentQuality

Good document quality.

GOOD - enum entry in io.scanbot.sdk.ui.configuration.json.JsonDocumentQuality

Good document quality.

GRADIENT - enum entry in io.scanbot.sdk.ui_v2.common.TopBarMode

Display the top bar with a gradient background color or a transparent gradient. The buttons will still be visible.

GradleDependencyException - class in io.scanbot.sdk.exceptions.base
Thrown when there is no gradle dependency found which is required to run the corresponding component of the SDK
GRAYSCALE - enum entry in io.scanbot.sdk.process.ImageFilterType

Standard grayscale filter. Creates a grayscaled 8-bit image and optimizes contrast and dynamic range.

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

Standard grayscale filter. Creates a grayscaled 8-bit image and optimizes contrast and dynamic range.

GrayscaleFilter - class in io.scanbot.sdk.imagefilters
Converts color images to grayscale and applies autocontrast.
grayscaleFilter() - function in io.scanbot.sdk.imagefilters.ParametricFilter.Companion
 
GRC - enum entry in io.scanbot.sdk.entity.Language
 
Greece - enum entry in io.scanbot.ehicscanner.model.EhicCountryType
 
GREECE - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Greece.

GS1 - class in io.scanbot.barcodescanner.entity
GS1
GS1 - enum entry in io.scanbot.barcodescanner.entity.RootDocumentType
 
GS1 - enum entry in io.scanbot.sdk.barcode.entity.BarcodeDocumentFormat
 
GS1 - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeDocumentFormat

GS1 barcode document

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

GS1 barcode document

GS1.Element - class in io.scanbot.barcodescanner.entity.GS1
GS1 Element
GS1.Element.FieldNames - class in io.scanbot.barcodescanner.entity.GS1.Element
 
GS1.Element.NormalizedFieldNames - class in io.scanbot.barcodescanner.entity.GS1.Element
 
GS1.Element.ValidationError - class in io.scanbot.barcodescanner.entity.GS1.Element
Validation Errors
GS1.Element.ValidationError.FieldNames - class in io.scanbot.barcodescanner.entity.GS1.Element.ValidationError
 
GS1.Element.ValidationError.NormalizedFieldNames - class in io.scanbot.barcodescanner.entity.GS1.Element.ValidationError
 
GS1_COMPOSITE - enum entry in io.scanbot.barcodescanner.model.BarcodeType
 
GS1_COMPOSITE - enum entry in io.scanbot.sdk.barcode.entity.BarcodeFormat

GS1 DataBar Composite

GS1_COMPOSITE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeFormat

GS1 DataBar Composite

GS1_COMPOSITE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeFormat

GS1 Composite

Gs1Handling - class in io.scanbot.sdk.barcode.entity
GS1 handling mode.
Gs1Handling - class in io.scanbot.sdk.ui_v2.barcode.configuration
GS1_COMPOSITE barcode type handling
Gs1Handling.Companion - class in io.scanbot.sdk.ui_v2.barcode.configuration.Gs1Handling
 
Gs1HandlingMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
Gs1HandlingMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
GsonHelper - class in io.scanbot.sdk.ui.configuration.json
Helper to prepare a GSON object able to process the JSON configuration string.
GuidanceText - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerStepParameter
 
GuidanceText - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
 
GUJ - enum entry in io.scanbot.sdk.entity.Language
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z