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

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

Gender field

generateAndSetFilteredPreviewForId(android.graphics.Bitmap,java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.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.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.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,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.docprocessing.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
 
get(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.Localization
 
get_type() - function in io.scanbot.imagefilters.BrightnessFilter
 
get_type() - function in io.scanbot.imagefilters.ColorDocumentFilter
 
get_type() - function in io.scanbot.imagefilters.ContrastFilter
 
get_type() - function in io.scanbot.imagefilters.CustomBinarizationFilter
 
get_type() - function in io.scanbot.imagefilters.GrayscaleFilter
 
get_type() - function in io.scanbot.imagefilters.LegacyFilter
 
get_type() - function in io.scanbot.imagefilters.ParametricFilter
 
get_type() - function in io.scanbot.imagefilters.ScanbotBinarizationFilter
 
get_type() - function in io.scanbot.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
 
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
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
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).
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.
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
The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
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.
getAccessibilityClassName() - function in io.scanbot.sdk.ui_v2.barcode.common.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
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
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
 
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
getActualTagCount(int,int) - function in com.android.mms.exif.ExifInterface
Gets the number of elements for an ExifTag in a given IFD.
getAddImageFileFormatExtension() - function in io.scanbot.sdk.persistence.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
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.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.
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)
getAllTags() - function in com.android.mms.exif.ExifInterface
Get the exif tags in this ExifInterface object or null if none exist.
getALPHA_DEFAULT() - function in io.scanbot.sdk.utils.ViewUtils
 
getALPHA_TRANSPARENT() - function in io.scanbot.sdk.utils.ViewUtils
 
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
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
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.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.
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
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.
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.
getAutoSnapProgressColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Stroke color of polygon or finder 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 polygon or finder auto snap progress animation is enabled or not.
getAutoSnapProgressLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
Line width of polygon or finder 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.barcode.configuration.BadgeStyle
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.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
 
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.
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.
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.
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).
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
 
getBestAspectPreviewSize(int,int,int,android.hardware.Camera.Parameters) - function in com.commonsware.cwac.camera.CameraUtils
 
getBestAspectPreviewSize(int,int,int,android.hardware.Camera.Parameters,double) - function in com.commonsware.cwac.camera.CameraUtils
 
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
 
getBitmapBounds(java.lang.String) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
 
getBlackOutliersFraction() - function in io.scanbot.imagefilters.GrayscaleFilter
Clip this fraction of the darkest pixels in operations such as autocontrast.
getBlackPoint() - function in io.scanbot.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.imagefilters.GrayscaleFilter
Ignore this fraction of pixels at the edge of the image when calculating statistics.
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.
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.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
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
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
The 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
 
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.
getCameraHost() - function in com.commonsware.cwac.camera.CameraFragment
 
getCameraHost() - function in com.commonsware.cwac.camera.CameraHostProvider
 
getCameraHost() - function in com.commonsware.cwac.camera.CameraView
 
getCameraHovered() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
The camera is on the screen or went to background somehow.
getCameraId() - function in com.commonsware.cwac.camera.CameraHost
 
getCameraId() - function in com.commonsware.cwac.camera.SimpleCameraHost
 
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
The 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
The 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
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.
getCameraParameters() - function in com.commonsware.cwac.camera.CameraView
 
getCameraPermission() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
Configuration of the dialog for requesting camera permissions.
getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Close button text for the camera permission dialog.
getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Button text for the camera permission dialog.
getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Explanation for the camera permission dialog.
getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
Title for the camera permission dialog.
getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.IPermissionViewModel
 
getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.PermissionViewModel
 
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.
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
 
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
 
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.
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, that is 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, that is 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, that is 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
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
 
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
 
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.
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.
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
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.
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
getCloseButton() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the camera permission request's close button.
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.IconStyle
Icon color.
getColor() - function in io.scanbot.sdk.ui_v2.common.StyledText
Text color.
getColorBy(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
 
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
 
getComponentCount() - function in com.android.mms.exif.ExifTag
Gets the component count of this tag.
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
 
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
 
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
 
getContourDetectorFrameHandler() - function in io.scanbot.sdk.ui.camera.AdaptiveFinderOverlayView
 
getContourDetectorSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
 
getContrast() - function in io.scanbot.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
 
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.PageStorageProcessor.Configuration
 
getCreatePreview() - function in io.scanbot.sdk.persistence.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.
getCreatinineValue() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Patient
Creatinine Value
getCreationDate() - function in io.scanbot.sdk.pdf.Meta
 
getCreator() - function in io.scanbot.pdf.model.PdfAttributes
 
getCreator() - function in io.scanbot.sdk.pdf.Meta
 
getCrop() - function in io.scanbot.genericdocument.entity.GenericDocument
 
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
 
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
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.
getDataSize() - function in com.android.mms.exif.ExifTag
Gets the total data size in bytes of the value of this tag.
getDataTitle() - function in io.scanbot.barcodescanner.entity.GS1.Element
Data Title
getDataType() - function in com.android.mms.exif.ExifTag
Gets the data type of this tag
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_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
getDefaultOrientation() - function in com.commonsware.cwac.camera.DeviceProfile
 
getDefaultOrientation() - function in com.commonsware.cwac.camera.SimpleDeviceProfile
 
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
The default image filter type for new documents 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
getDefaultPolygon() - function in io.scanbot.sdk.ui.EditPolygonImageView.Companion
 
getDefaultRecordingHint() - function in com.commonsware.cwac.camera.DeviceProfile
 
getDefaultRecordingHint() - function in com.commonsware.cwac.camera.SimpleDeviceProfile
 
getDefaultZoomFactor() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
The default zoom factor on start-up.
getDefinedTagCount(int) - function in com.android.mms.exif.ExifInterface
Gets the defined number of elements for a tag.
getDefinedTagDefaultIfd(int) - function in com.android.mms.exif.ExifInterface
Gets the default IFD for a tag.
getDefinedTagType(int) - function in com.android.mms.exif.ExifInterface
Gets the defined type for a tag.
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
 
getDeliveryAddress() - function in io.scanbot.barcodescanner.entity.VCard
DeliveryAddress
getDenoise() - function in io.scanbot.imagefilters.CustomBinarizationFilter
Value controlling the amount of noise removal.
getDenominator() - function in com.android.mms.exif.Rational
Gets the denominator of the rational
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
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
 
getDetectionScore() - function in io.scanbot.sdk.core.contourdetector.DetectionResult
 
getDetectionStatus() - function in io.scanbot.sdk.persistence.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.
getDeviceProfile() - function in com.commonsware.cwac.camera.CameraHost
 
getDeviceProfile() - function in com.commonsware.cwac.camera.SimpleCameraHost
 
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.
getDISABLED_ACTIONMODE_CALLBACK() - function in io.scanbot.sdk.utils.ViewUtils
Use this ActionMode.Callback if action mode should be disabled
getDisplayName(android.content.Context) - function in io.scanbot.sdk.entity.DocumentType
 
getDisplayOrientation() - function in com.commonsware.cwac.camera.CameraFragment
 
getDisplayOrientation() - function in com.commonsware.cwac.camera.CameraView
 
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.
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
getDocumentCode() - function in io.scanbot.barcodescanner.entity.IDCardPDF417
Document Code
getDocumentDate() - function in io.scanbot.barcodescanner.entity.MedicalCertificate
Document Date.
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.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.DocumentStoreStrategy
 
getDocumentFormSerialNumber() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Document Form Serial Number
getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorage
Provides File of the document image.
getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorageBase
Provides File of the document image.
getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorage
Provides File of the document preview image.
getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorageBase
Provides File of the document preview image.
getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.Page
 
getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.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.
getDocumentIssueDate() - function in io.scanbot.barcodescanner.entity.AAMVA.DLID
Data element ID "DBD".
getDocumentMeta() - function in io.scanbot.sdk.pdf.PdfiumSdk
 
getDocumentNumber() - function in io.scanbot.genericdocument.entity.MRZ
Document number
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.DocumentStoreStrategy
 
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.DocumentStoreStrategy
 
getDocumentType() - function in io.scanbot.barcodescanner.entity.BoardingPass.Leg
Document Type
getDocumentTypeCode() - function in io.scanbot.genericdocument.entity.MRZ
Document type code
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, that is 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.
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
 
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
getElementSize(short) - function in com.android.mms.exif.ExifTag
Gets the element size of the given data type in bytes.
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 usage of the camera by the app.
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.
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
 
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
String being displayed on the cancel button.
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
 
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.
getExifWriterStream(java.io.OutputStream) - function in com.android.mms.exif.ExifInterface
Wraps an OutputStream object with an ExifOutputStream.
getExifWriterStream(java.lang.String) - function in com.android.mms.exif.ExifInterface
Returns an OutputStream object that writes to a file.
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() - function in io.scanbot.sdk.ui_v2.common.viewmodel.ScreenInjector
 
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
 
getFilename() - function in io.scanbot.sdk.blob.BlobType
 
getFileName() - function in io.scanbot.sdk.persistence.PageStorage.ImageType
 
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.
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
 
getFilter() - function in io.scanbot.sdk.tiff.model.TIFFImageWriterParameters
Defines if target document should be binarized.
getFilteredImagePreview(java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.PageStorage
Provides File containing page preview with applied ParametricFilter
getFilteredImagePreview(java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.PageStorageBase
Provides File containing page preview with applied ParametricFilter
getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorage
Provides full list of Files containing page preview with applied filters
getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorageBase
Provides full list of Files containing page preview with applied filters
getFilteredPreviewImage(java.lang.String,io.scanbot.imagefilters.ParametricFilter,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.PageFileStorage
Provides filtered preview image Bitmap for provided filter
getFilteredPreviewImageURI(java.lang.String,io.scanbot.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.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
 
getFilterType() - function in io.scanbot.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 finder frame (width \ height), which is used to build 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 finder frame (width \ height), which is used to build 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
Enables 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 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 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, that is 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, that is 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
Controls whether the flash toggle button is hidden or not.
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
Controls 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
Controls 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.
getFlashMode() - function in com.commonsware.cwac.camera.CameraFragment
 
getFlashMode() - function in com.commonsware.cwac.camera.CameraView
 
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
Shows the user guidance elements if autosnapping 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.barcode.configuration.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).
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
 
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
 
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
 
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
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
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
 
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.Size
 
getHeight() - function in io.scanbot.sdk.persistence.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
 
getHorsepower() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAU".
getHospitalID() - function in io.scanbot.barcodescanner.entity.DEMedicalPlan.Doctor
Hospital ID
getIban() - function in io.scanbot.barcodescanner.entity.SwissQR
IBAN
getIcon() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
Configuration of the icon used in the camera permission request.
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
 
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
getIfd() - function in com.android.mms.exif.ExifTag
Returns the ID of the IFD this tag belongs to.
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.
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.PageFileStorage
Provides image Bitmap from provided File
getImage(java.lang.String,io.scanbot.sdk.persistence.PageFileStorage.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.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.
getImageFormat() - function in io.scanbot.sdk.persistence.PageStorageSettings
 
getImageOrientation() - function in io.scanbot.sdk.camera.CaptureInfo
 
getImageOrientation() - function in io.scanbot.sdk.persistence.PageStorageProcessor.Configuration
 
getImageProcessorModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
 
getImageQuality() - function in io.scanbot.sdk.persistence.PageStorageSettings
 
getImageScale() - function in io.scanbot.sdk.persistence.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
The image scaling factor.
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,io.scanbot.sdk.persistence.PageFileStorage.PageFileType) - function in io.scanbot.sdk.persistence.PageFileStorage
Provides imageUri Uri for provided type
getImageVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
Control the visibility of the barcode image in the info box.
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
 
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
 
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.
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
 
getInstance(android.content.Context) - function in com.commonsware.cwac.camera.DeviceProfile
 
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
 
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
 
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.
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.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
 
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(com.commonsware.cwac.camera.CameraHost,android.hardware.Camera.Parameters) - function in com.commonsware.cwac.camera.CameraUtils
 
getLargestPictureSize(com.commonsware.cwac.camera.CameraHost,android.hardware.Camera.Parameters,boolean) - function in com.commonsware.cwac.camera.CameraUtils
 
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
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.
getLatLongAsDoubles() - function in com.android.mms.exif.ExifInterface
Gets the GPS latitude and longitude as a pair of doubles from this ExifInterface object's tags, or null if the necessary tags do not exist.
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".
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.
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
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
 
getLocalPath() - function in io.scanbot.sdk.entity.Blob
Local path of binary file
getLocalScanbotNativeConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeNativeConfigurationKt
Composition local for the BarcodeNativeConfiguration.
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.
getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
 
getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
If true allows only scanning of documents with the aspect ratio that the finder has.
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.
getManufactureGrossWeight() - function in io.scanbot.barcodescanner.entity.AAMVA.VehicleData
Data element ID "VAT".
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.
getMaxBirthYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
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.
getMaxExpirationYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
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.
getMaxPictureHeight() - function in com.commonsware.cwac.camera.DeviceProfile
 
getMaxPictureHeight() - function in com.commonsware.cwac.camera.SimpleDeviceProfile
 
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.
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
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.
getMinEstimatedNumberOfSymbolsForNoDocument() - function in io.scanbot.sdk.process.NativeDocumentQualityAnalyzer
 
getMinExpirationYear() - function in io.scanbot.ehicscanner.EhicRecognizerParameters
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).
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.
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".
getMinPictureHeight() - function in com.commonsware.cwac.camera.DeviceProfile
 
getMinPictureHeight() - function in com.commonsware.cwac.camera.SimpleDeviceProfile
 
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".
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
 
getNavEvents() - function in io.scanbot.sdk.ui.utils.Router
 
getNavEvents() - function in io.scanbot.sdk.ui.utils.RouterImpl
 
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
 
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
 
getNumerator() - function in com.android.mms.exif.Rational
Gets the numerator of the rational.
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.
getOnPermissionGranted() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
 
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
getOptimalPreviewSize(int,int,int,android.hardware.Camera.Parameters) - function in com.commonsware.cwac.camera.CameraUtils
 
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
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
UI Interface orientation lock mode
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
UI Interface orientation lock mode
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.
getOrientationValueForRotation(int) - function in com.android.mms.exif.ExifInterface
Returns the Orientation ExifTag value for a given number of degrees.
getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorage
Provides File of the original image.
getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorageBase
Provides File of the original image.
getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.PageStorage
Provides File of the original preview image.
getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.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.
getOutputMode() - function in io.scanbot.imagefilters.CustomBinarizationFilter
Output mode of the filter.
getOutputMode() - function in io.scanbot.imagefilters.ScanbotBinarizationFilter
Output mode of the filter.
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