G
- GalleryUtilsKt - class in io.scanbot.sdk.ui_v2.document.utils
- GENDER - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType
Gender field.
- GENDER - enum entry in io.scanbot.sdk.genericdocument.entity.FieldDataFormat
Field value is parsed as "Male", "Female".
- generateAndSetFilteredPreviewForId(android.graphics.Bitmap,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Generates a preview image of given filteredImage and saves (replaces or creates) it as file for existingPageId, for parametricFilter.
- generateAndSetFilteredPreviewForId(kotlin.ByteArray,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Generates a preview image of given filteredImage and saves (replaces or creates) it as file for existingPageId, for parametricFilter.
- generateAsByteArrayFromBitmaps(kotlin.Array,io.scanbot.sdk.tiff.model.TiffGeneratorParameters) - function in io.scanbot.sdk.tiff.TiffGenerator
- Write single-page or multi-page Tiff file to the buffer.
- generateFilteredPreview(io.scanbot.sdk.persistence.page.legacy.Page,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.docprocessing.legacy.PageProcessor
- Generates filtered preview image based on the unfiltered document preview image and caches it in the file system.
- generateFromDocument(io.scanbot.sdk.docprocessing.Document,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given Document
- generateFromDocument(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given Document
- generateFromDocument(io.scanbot.sdk.docprocessing.Document,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given Document
- generateFromDocument(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given Document
- generateFromDocument(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.sdk.tiff.model.TiffGeneratorParameters) - function in io.scanbot.sdk.tiff.TiffGenerator
- Write single-page or multi-page Tiff file form Document.
- generateFromFiles(kotlin.Array,java.lang.Boolean,java.io.File,io.scanbot.sdk.tiff.model.TiffGeneratorParameters,io.scanbot.sdk.tiff.model.Binarization) - function in io.scanbot.sdk.tiff.TiffGenerator
- Write single-page or multi-page Tiff file.
- generateFromImages(kotlin.Array,java.io.File,io.scanbot.sdk.tiff.model.TiffGeneratorParameters) - function in io.scanbot.sdk.tiff.TiffGenerator
- Write single-page or multi-page Tiff file.
- generateFromPages(kotlin.Array,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given array of Page objects
- generateFromPages(kotlin.Array,java.io.File,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given array of Page objects
- generateFromPages(kotlin.Array,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given list of Page objects
- generateFromPages(kotlin.Array,java.io.File,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given array of Page objects
- generateFromUris(kotlin.Array,java.io.File,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given images uris
- generateFromUris(kotlin.Array,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.PdfGenerator
- Generate PDF from given images uris
- generateFromUris(kotlin.Array,java.io.File,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given images uris
- generateFromUris(kotlin.Array,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Generate PDF from given images uris
- generateFromUris(kotlin.Array,java.lang.Boolean,java.io.File,io.scanbot.sdk.tiff.model.TiffGeneratorParameters,io.scanbot.sdk.tiff.model.Binarization) - function in io.scanbot.sdk.tiff.TiffGenerator
- Write single-page or multi-page Tiff file.
- generateNextPage() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfGenerator.GenerationIterator
- Performs OCR of next page if available.
- generateWithOcrFromDocument(io.scanbot.sdk.docprocessing.Document,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Document.
- generateWithOcrFromDocument(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Document.
- generateWithOcrFromDocument(io.scanbot.sdk.docprocessing.Document,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Document.
- generateWithOcrFromDocument(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Document.
- generateWithOcrFromPages(java.util.List,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Page objects.
- generateWithOcrFromPages(java.util.List,java.io.File,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Page objects.
- generateWithOcrFromPages(java.util.List,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Page objects.
- generateWithOcrFromPages(java.util.List,java.io.File,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given Page objects.
- generateWithOcrFromUris(java.util.List,java.io.File,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given image file URIs) with provided languages.
- generateWithOcrFromUris(java.util.List,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.PdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given image file URIs) with provided languages.
- generateWithOcrFromUris(java.util.List,java.io.File,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given image file URIs) with provided languages.
- generateWithOcrFromUris(java.util.List,java.lang.Boolean,io.scanbot.pdf.model.PdfConfiguration,io.scanbot.sdk.ocr.OcrEngine.OcrConfig) - function in io.scanbot.sdk.process.ScanbotPdfGenerator
- Performs OCR and creates sandwiched OCR PDF file (from given image file URIs) with provided languages.
- GenericDocument - class in io.scanbot.sdk.genericdocument.entity
- Generic document.
- GenericDocumentKt - class in io.scanbot.genericdocument.entity
- GenericDocumentType - class in io.scanbot.sdk.genericdocument.entity
- Generic Document Type.
- GenericDocumentWrapper - class in io.scanbot.genericdocument.entity
- Base class for strongly-typed GenericDocument wrappers
- GERMANY - enum entry in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry
Germany (Validation performed according to "Spezifikation für Musterkarten und Testkarten (eGK, HBA, SMC), Anhang A" and "GS1 Struktur der Kenn-Nummer (ICCSN) der elektronischen Gesundheitskarte").
- GERMANY - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType
The country named Germany.
- get(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.Localization
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatAustraliaPostConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatAztecConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonFourStateConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatDataMatrixConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatJapanPostConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatMaxiCodeConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeTwoTrackConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalMailConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalTntPostConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- get_type() - function in io.scanbot.sdk.barcode.BarcodeFormatUspsIntelligentMailConfiguration
- get_type() - function in io.scanbot.sdk.documentdata.DateValidationConfiguration
- get_type() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorCommonConfiguration
- get_type() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfigurationElement
- get_type() - function in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardConfiguration
- get_type() - function in io.scanbot.sdk.documentdata.MrzFallbackConfiguration
- get_type() - function in io.scanbot.sdk.imagefilters.BrightnessFilter
- get_type() - function in io.scanbot.sdk.imagefilters.ColorDocumentFilter
- get_type() - function in io.scanbot.sdk.imagefilters.ContrastFilter
- get_type() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
- get_type() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
- get_type() - function in io.scanbot.sdk.imagefilters.LegacyFilter
- get_type() - function in io.scanbot.sdk.imagefilters.ParametricFilter
- get_type() - function in io.scanbot.sdk.imagefilters.ScanbotBinarizationFilter
- get_type() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
- get_type() - function in io.scanbot.sdk.ocr.model.Block
- get_type() - function in io.scanbot.sdk.ocr.model.Glyph
- get_type() - function in io.scanbot.sdk.ocr.model.Line
- get_type() - function in io.scanbot.sdk.ocr.model.OcrElement
- get_type() - function in io.scanbot.sdk.ocr.model.Page
- get_type() - function in io.scanbot.sdk.ocr.model.Word
- get_type() - function in io.scanbot.sdk.textpattern.ContentValidator
- get_type() - function in io.scanbot.sdk.textpattern.CustomContentValidator
- get_type() - function in io.scanbot.sdk.textpattern.DefaultContentValidator
- get_type() - function in io.scanbot.sdk.textpattern.PatternContentValidator
- get_type() - function in io.scanbot.sdk.tiff.model.UserFieldDoubleValue
- get_type() - function in io.scanbot.sdk.tiff.model.UserFieldIntValue
- get_type() - function in io.scanbot.sdk.tiff.model.UserFieldStringValue
- get_type() - function in io.scanbot.sdk.tiff.model.UserFieldValue
- 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.BaseViewFinderConfiguration
- get_type() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
- get_type() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
- get_type() - function in io.scanbot.sdk.ui_v2.common.FinderStyle
- get_type() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- get_type() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- get_type() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardIntroCustomImage
- get_type() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardIntroOneSideImage
- get_type() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardIntroTwoSidesImage
- get_type() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardNoImage
- get_type() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CheckIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CreditCardIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.CustomImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.IdCardIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.MedicalCertificateIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.NoButtonMode
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.NoIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFeedbackMode
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFeedbackNone
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFunnelAnimation
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.PreviewButton
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.ReceiptsIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzFinderLayoutPreset
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzIntroCustomImage
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzIntroDefaultImage
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzIntroNoImage
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroImage
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.NoLayoutPreset
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.ThreeLineMrzFinderLayoutPreset
- get_type() - function in io.scanbot.sdk.ui_v2.mrz.configuration.TwoLineMrzFinderLayoutPreset
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroAlphabeticField
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroCustomImage
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroGeneralField
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroMeterDevice
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroNoImage
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroShippingContainer
- get_type() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroImage
- getA() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "A".
- getA1() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "A1".
- getA2() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "A2".
- getAcceptedAngleScore() - function in io.scanbot.sdk.document.DocumentScannerParameters
- 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.DocumentScannerJsonConfiguration
- The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document.
- getAcceptedAngleScore() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Minimum score in percent (0 - 100) of the accepted perspective distortion of the detected document.
- getAcceptedAspectRatioScore() - function in io.scanbot.sdk.document.DocumentScannerParameters
- The minimum score in percent (0 - 100) that the aspect ratio of the document must match one of the required aspect ratios (if any) to accept a detected document.
- getAcceptedBrightnessThreshold() - function in io.scanbot.sdk.document.DocumentScannerParameters
- The minimum brightness value (0-255) 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.CheckScannerJsonConfiguration
- Accepted check standards.
- getAcceptedCountries() - function in io.scanbot.sdk.documentdata.MrzFallbackConfiguration
- List of ISO 3166-1 alpha-3 country codes for which the MRZ fallback is enabled.
- getAcceptedCountries() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- List of allowed countries for the health insurance card recognizer.
- getAcceptedDocumentFormats() - function in io.scanbot.sdk.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.
- getAcceptedDocumentTypes() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorCommonConfiguration
- List of document types to scan.
- getAcceptedDocumentTypes() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Accepted document types.
- getAcceptedMRZTypes() - function in io.scanbot.sdk.documentdata.MrzFallbackConfiguration
- List of MRZ document types for which MRZ fallback is enabled.
- getAcceptedSizeScore() - function in io.scanbot.sdk.document.DocumentScannerParameters
- The minimum size in percent (0 - 100) of the screen size to accept a detected document.
- getAcceptedSizeScore() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The minimum document width or height in percent (0 - 100) of the screen size to accept a detected document.
- getAcceptedSizeScore() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Minimum score in percent (0 - 100) of accepted document width or height to screen size ratio of the detected document.
- getAcceptedType() - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalLruStorage
- getAcceptedType() - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalRepository
- getAcceptedType() - function in io.scanbot.sdk.ui.result.ResultRepository
- Each result repository works with a single class.
- getAcceptedType() - function in io.scanbot.sdk.ui.result.ResultStorage
- Each result repository works with a single class.
- getAcceptWhenNotOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
- Configuration of the 'accept' button, when the quality of the scanned page is unacceptable.
- getAcceptWhenOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
- Configuration of the 'accept' button, when the quality of the scanned page is acceptable.
- getAccessibilityClassName() - function in io.scanbot.sdk.ui_v2.common.components.ArComposeView
- getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Allows you to customize the accessibility configuration for the Document Scanner UI
- getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Allows you to customize the accessibility configuration for the Document Scanner UI.
- getAccessibilityConfiguration() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Allows you to customize the accessibility configuration for the Cropping UI
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
- The text to be read when the button is selected through accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
- The text to be read when the button is selected through accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.IconButton
- The text to be read when the button is selected through accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
- The text to be read when the button is selected through accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- The text to be read when the button is selected through accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
- The text to be read when the 'preview' button is selected via the accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
- The text to be read when the 'shutter' button is selected via the accessibility mode.
- getAccessibilityDescription() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
- The text to be read when the 'preview' button is selected via the accessibility mode.
- getAccessibilityDescriptionAcknowledgementAcceptButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'accept' button of the acknowledgement screen.
- getAccessibilityDescriptionAcknowledgementRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'retake' button of the acknowledgement screen.
- getAccessibilityDescriptionCameraAutoSnapButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'auto snapping' mode button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraCancelNoButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'no' button of the cancel camera screen alert dialog.
- getAccessibilityDescriptionCameraCancelYesButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'yes' button of the cancel camera screen alert dialog.
- getAccessibilityDescriptionCameraImportButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'import image' button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraIntroDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'done' button of the introduction screen.
- getAccessibilityDescriptionCameraLimitReachedOkButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'OK' button of the page limit reached alert dialog.
- getAccessibilityDescriptionCameraManualSnapButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'manual snapping' mode button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The accessibility hint for the 'close' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The accessibility hint for the 'close' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'close' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The accessibility hint for the 'close' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The accessibility hint for the 'close' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The accessibility hint for the 'enable' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The accessibility hint for the 'enable' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'enable' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The accessibility hint for the 'enable' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The accessibility hint for the 'enable' button of the camera permission dialog.
- getAccessibilityDescriptionCameraPreviewButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'preview' button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraShutterButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'shutter' button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'cancel' button, located in the top bar of the camera screen.
- getAccessibilityDescriptionCameraTopBarIntroButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'introduction' button, located in the top bar of the camera screen.
- getAccessibilityDescriptionCameraTorchOffButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'flashlight off' button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCameraTorchOnButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'flashlight on' button, located in the bottom bar of the camera screen.
- getAccessibilityDescriptionCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Accessibility description for the 'cancel' button in the top bar.
- getAccessibilityDescriptionCancelButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the 'cancel' button in the top bar.
- getAccessibilityDescriptionCancelButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the 'cancel' button in the top bar.
- getAccessibilityDescriptionCancelButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the 'cancel' button in the top bar.
- getAccessibilityDescriptionConfirmationCancelButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the cancel button in the text pattern confirmation alert.
- getAccessibilityDescriptionConfirmationSubmitButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the submit button in the text pattern confirmation alert.
- getAccessibilityDescriptionCroppingDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The accessibility hint for the 'detect document' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'detect document' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The accessibility hint for the 'reset detection' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'reset detection' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The accessibility hint for the 'rotate page' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'rotate page' button, located in the bottom bar of the cropping screen.
- getAccessibilityDescriptionCroppingTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The accessibility hint for the 'cancel' button, located in the top bar of the cropping screen.
- getAccessibilityDescriptionCroppingTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'cancel' button, located in the top bar of the cropping screen.
- getAccessibilityDescriptionCroppingTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The accessibility hint for the 'confirm' button, located in the top bar of the cropping screen.
- getAccessibilityDescriptionCroppingTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'confirm' button, located in the top bar of the cropping screen.
- getAccessibilityDescriptionFlashButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Accessibility description for the flash button.
- getAccessibilityDescriptionFlashButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the flash button.
- getAccessibilityDescriptionFlashButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the flash button.
- getAccessibilityDescriptionFlashButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the flash button.
- getAccessibilityDescriptionFlipCameraButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Accessibility description for the flip camera button.
- getAccessibilityDescriptionFlipCameraButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the flip camera button.
- getAccessibilityDescriptionFlipCameraButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the flip camera button.
- getAccessibilityDescriptionFlipCameraButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the flip camera button.
- getAccessibilityDescriptionIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the 'done'/'start scanning' button in the introduction screen.
- getAccessibilityDescriptionIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the 'done'/'start scanning' button in the introduction screen.
- getAccessibilityDescriptionIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the 'done'/'start scanning' button in the introduction screen.
- getAccessibilityDescriptionOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the 'open introduction screen' button in top bar.
- getAccessibilityDescriptionOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the 'open introduction screen' button in top bar.
- getAccessibilityDescriptionOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the 'open introduction screen' button in top bar.
- getAccessibilityDescriptionReorderTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'cancel' button, located in the top bar of the reorder pages screen.
- getAccessibilityDescriptionReorderTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'confirm' button, located in the top bar of the reorder pages screen.
- getAccessibilityDescriptionReviewAddButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'add' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewCropButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'crop' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewDeleteAllButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'delete all' menu button, accessed via the 'more' button of the review screen.
- getAccessibilityDescriptionReviewDeleteAllPagesAlertCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'cancel' button of the delete all pages alert dialog for the review screen.
- getAccessibilityDescriptionReviewDeleteAllPagesAlertDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'confirm' button of the delete all pages alert dialog for the review screen.
- getAccessibilityDescriptionReviewDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'delete' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewDeletePageAlertCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'cancel' button of the delete page alert dialog for the review screen.
- getAccessibilityDescriptionReviewDeletePageAlertConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'confirm' button of the delete page alert dialog for the review screen.
- getAccessibilityDescriptionReviewDeletePageAlertDeleteRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'delete and retake' button of the delete page alert dialog for the review screen.
- getAccessibilityDescriptionReviewMoreButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'more' button, located in the top bar of the review screen.
- getAccessibilityDescriptionReviewNextPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'next page' button of the review screen.
- getAccessibilityDescriptionReviewPreviousPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'previous page' button of the review screen.
- getAccessibilityDescriptionReviewReorderPagesButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'reorder pages' menu button, accessed via the 'more' button of the review screen.
- getAccessibilityDescriptionReviewRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'retake' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'rotate' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewSubmitButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'submit' button, located in the bottom bar of the review screen.
- getAccessibilityDescriptionReviewTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'back' button, located in the top bar of the review screen.
- getAccessibilityDescriptionReviewZoomButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'zoom' button of the review screen.
- getAccessibilityDescriptionZoomButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Accessibility description for the zoom button.
- getAccessibilityDescriptionZoomButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Accessibility description for the zoom button.
- getAccessibilityDescriptionZoomButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Accessibility description for the zoom button.
- getAccessibilityDescriptionZoomButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Accessibility description for the zoom button.
- getAccessibilityDescriptionZoomOverlayCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The accessibility hint for the 'close' button of the zoom overlay for the review screen.
- getAccident() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Accident
- getAccountNumber() - function in io.scanbot.sdk.check.entity.AUSCheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.CANCheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.FRACheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.INDCheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.ISRCheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.KWTCheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.UAECheck
- Account number
- getAccountNumber() - function in io.scanbot.sdk.check.entity.USACheck
- Account number
- getAcknowledgement() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the acknowledgement screen.
- getAcknowledgementAcceptButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'accept' button title of the acknowledgement screen.
- getAcknowledgementMode() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not.
- getAcknowledgementRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'retake' button title of the acknowledgement screen.
- getAcknowledgementScreenBadDocumentHint() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The hint text of the acknowledgement screen explaining that the quality of the scanned page is unacceptable.
- getAcknowledgementTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the acknowledgement screen, located in the top bar.
- getActionBar() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the action bar.
- getActionBar() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the action bar.
- getActionBar() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the action bar.
- getActionBar() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the action bar.
- getActionBarHeight() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
- getActionBarSheetPadding() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
- getActionButton() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
- Configuration of the middle button for dialogs with tree buttons.
- getActionButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getActions() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
- getActiveBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
- The color of the button's background when the button is active (selected, toggled).
- getActiveBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- The color of the button's background when the button is active (selected, toggled).
- getActiveForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
- The color of the button's foreground (icon, text) when the button is active (selected, toggled).
- getActiveForegroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- The color of the button's foreground (icon, text) when the button is active (selected, toggled).
- getActiveSubstance() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine.Substance
- Active Substance
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatAustraliaPostConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatAztecConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonFourStateConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatDataMatrixConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatJapanPostConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatMaxiCodeConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeTwoTrackConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalMailConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalTntPostConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddAdditionalQuietZone() - function in io.scanbot.sdk.barcode.BarcodeFormatUspsIntelligentMailConfiguration
- If true, we process the barcode scanning with an artificial quiet zone that we add to the input image.
- getAddButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'add' button, located in the bottom bar.
- getAdded() - function in io.scanbot.sdk.core.ImageRefPoolSnapshotsDiff
- Profiles of ImageRefs that are present in the second snapshot, but not in the first snapshot.
- getAddImageFileFormatExtension() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
- getAdditionalBillingInformation() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Additional Billing Information
- getAdditionalInfoTrailer() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Additional Info Trailer
- getAdditionalInfoUnstructured() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Additional Info Unstructured
- getAddNavigationBarPadding() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotTopBarConfiguration
- getAddress() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBI".
- getAddress() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Address
- getAddress() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Address (Anschrift)
- getAddressCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAI".
- getAddressCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBK".
- getAddressCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAT".
- getAddressJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAJ".
- getAddressJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBL".
- getAddressJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAU".
- getAddressPostalCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAK".
- getAddressStreet() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBI".
- getAddressStreet() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAR".
- getAddressStreet1() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAG".
- getAddressStreet2() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAH".
- getAddressZipCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBM".
- getAddressZipCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAV".
- getAddStatusBarPadding() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotTopBarConfiguration
- getAdjustedFinderAspectRatio() - function in io.scanbot.sdk.ui_v2.mrz.configuration.ThreeLineMrzFinderLayoutPreset
- Aspect ratio of the finder adjusted to the 3-line MRZ text.
- getAdjustedFinderAspectRatio() - function in io.scanbot.sdk.ui_v2.mrz.configuration.TwoLineMrzFinderLayoutPreset
- Aspect ratio of the finder adjusted to the 2-line MRZ text.
- getAdultInformation() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCJ".
- getAesKeyForContext(java.lang.String,io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor.AESGCMEncrypterMode) - function in io.scanbot.sdk.persistence.fileio.AesGcmKeyProvider
- Returns the 128bit or 256 key for the given file with the length depending on the key mode
- getAirlineDesignatorOfBoardingPassIssuer() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Airline Designator Of Boarding Pass Issuer
- getAirlineNumericCode() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Airline Numeric Code
- getAlertDialog() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- getAlertDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getAliasFamilyName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBN".
- getAliasGivenName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBG".
- getAliasMiddleName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBQ".
- getAliasPrefixName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBR".
- getAliasSuffixName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBS".
- getAll() - function in io.scanbot.sdk.barcode.BarcodeDocumentFormats.Companion
- All barcode document formats.
- getAll() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of all barcode formats.
- getALL_TYPES() - function in io.scanbot.sdk.barcode.entity.RootDocumentType.Companion
- List of all root document types
- getALL_TYPES() - function in io.scanbot.sdk.check.entity.RootDocumentType.Companion
- List of all root document types
- getALL_TYPES() - function in io.scanbot.sdk.creditcard.entity.RootDocumentType.Companion
- List of all root document types
- getALL_TYPES() - function in io.scanbot.sdk.documentdata.entity.RootDocumentType.Companion
- List of all root document types
- getAllDocuments() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractionSession
- Provides access to the current state
- getAllergiesAndIntolerances() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Allergies And Intolerances
- getAllLanguagesWithAvailableOcrBlobs() - function in io.scanbot.sdk.blob.BlobManager
- getAllowedCharacters() - function in io.scanbot.sdk.textpattern.CustomContentValidator
- OCR whitelist.
- getAllowedCharacters() - function in io.scanbot.sdk.textpattern.DefaultContentValidator
- OCR whitelist.
- getAllowedCharacters() - function in io.scanbot.sdk.textpattern.PatternContentValidator
- OCR whitelist.
- getAllowedCountries() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- List of allowed countries for the EHIC.
- getAllowedSymbols() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- A string (list) of accepted characters during text recognition.
- getAllowedSymbols() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Allowed symbols to be detected.
- getAllowEmptySubmission() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
- Whether the user can submit an empty barcode list.
- getAllowGpuAcceleration() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- If set to
true
, GPU Acceleration will be enabled for Barcode Scanner, Document Scanner and Generic Document Recognizer (Android only). - getAllowNarrowBarsOnly() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- If true, a result consisting of only narrow bars is accepted as valid.
- 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.
- getAllowWideBarsOnly() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- If true, a result consisting of only wide bars is accepted as valid.
- getAllowXnnpackAcceleration() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Enables/disables XNNPACK acceleration for TensorFlow ML models, which provides highly optimized implementations of floating-point neural network operators (Android only)
- getAlternativeProcedureParameter() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Alternative Procedure Parameter
- getAm() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "AM".
- getAmount() - function in io.scanbot.sdk.barcode.entity.SEPA
- Amount
- getAmount() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Amount
- getAnalyzeDocumentQualityAfterScan() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
- 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
- getAngleScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- 100 points, if all angles are 90 degrees.
- getAnimationDuration() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanningProgressConfiguration
- The duration of a single scanning progress cycle animation in milliseconds.
- 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.sdk.barcode.entity.VCard
- The child document of type "Anniversary".
- getAppearance() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Configuration of the general appearance for the cropping screen.
- getAppearance() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Configuration of the general appearance.
- getAppearance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getAppearanceConfiguration() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraView
- getAppearanceJob() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- getAppFilesDirOrShowError(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.FileUtils
- Returns the application (internal or external) directory with provided name (creates if needed).
- getApplication() - function in io.scanbot.sdk.ScanbotSDKInitializer.PrepareBlobsTask
- getApplication() - function in io.scanbot.sdk.persistence.BarcodeFileStorage
- getApplication() - function in io.scanbot.sdk.persistence.page.legacy.draft.DraftPageStorage
- getApplicationIdentifier() - function in io.scanbot.sdk.barcode.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.document.DocumentDetectionResult
- Aspect ratio of the detected document contour.
- getAspectRatio() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- The cameras zoom level preferred for this step.
- getAspectRatio() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- 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.BaseViewFinderConfiguration
- The viewfinder's aspect ratio.
- getAspectRatio() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- The viewfinder's aspect ratio.
- 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
- getAspectRatio() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getAspectRatio() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getAspectRatio() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getAspectRatios() - function in io.scanbot.sdk.document.DocumentScannerParameters
- The possible desired aspect ratios for the detected document.
- getAspectRatioScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- 100 points, if the aspect ratio matches exactly one of the given aspect ratios.
- getAssetModuleAnchorClassName() - function in io.scanbot.sdk.di.BundleDependencyCheck
- Class name for
*.java
-class in asset module that is used to check if module is at all added. - getAssetModuleAnchorClassName() - function in io.scanbot.sdk.di.RequiredDependency
- Class name for
*.java
-class in asset module that is used to check if module is at all added. - getAssetModuleAnchorClassPackageName() - function in io.scanbot.sdk.di.BundleDependencyCheck
- Package of the
*.java
-class in asset module that is used to check if module is at all added. - getAssetModuleAnchorClassPackageName() - function in io.scanbot.sdk.di.RequiredDependency
- getAssignedToAccidentInsuranceDoctor() - function in io.scanbot.sdk.barcode.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
- getAttributes() - function in io.scanbot.pdf.model.PdfConfiguration
- Attributes.
- getAttrs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
- getAustraliaPostCustomerFormat() - function in io.scanbot.sdk.barcode.BarcodeFormatAustraliaPostConfiguration
- Can be either numeric or alphanumeric and is only relevant for Format Codes 59 and 62.
- 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.BarcodeScannerConfiguration
- The customer format used in AUSTRALIA_POST codes.
- getAuthor() - function in io.scanbot.pdf.model.PdfAttributes
- Author.
- 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 length of time, in milliseconds, when the scanner should auto close.
- getAutoClearThreshold() - function in io.scanbot.sdk.frameaccumulation.ResultAccumulationConfiguration
- Will auto-clear the cache if this number of frames have been a different document type or empty.
- getAutoCropOnManualSnap() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines whether the document should be cropped automatically after a manual snap or not.
- 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 scanned 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.
- getAutoRotateImages() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- If set to true, images imported from the gallery/photo library will be analyzed and eventually rotated to correct their orientation.
- getAutoSnapEnabled() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- getAutoSnapEnabled() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- getAutoSnapping() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getAutoSnapping() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getAutoSnappingButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the auto-snapping button
- getAutoSnappingButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the auto-snapping button.
- getAutoSnappingButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the auto-snapping button
- getAutoSnappingButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the auto-snapping button.
- getAutoSnappingButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Controls whether the auto-snapping toggle button is hidden or not.
- getAutoSnappingButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Title of the auto-snapping toggle button.
- getAutoSnappingDelay() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- After a page has been snapped, the delay in milliseconds before auto snapping resumes for the next page.
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.IAutoSnappingViewController
- Flag to disable autosnapping processing.
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.DocumentScannerSettings
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- When auto-snapping is enabled the document scanner will take a photo automatically when a document is detected, conditions are good and the auto-snapping time-out elapses.
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to enable auto-snapping.
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines if auto snapping is enabled or not.
- getAutoSnappingEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getAutoSnappingModeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'auto snapping mode' button.
- getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Controls the auto-snapping speed.
- getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Controls the auto-snapping speed.
- getAutoSnappingSensitivity() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Controls the auto snapping speed.
- getAutoSnapProgress() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
- Configuration of the animated polygon when the document is being scanned for capturing in 'auto snapping mode'.
- getAutoSnapProgressColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Stroke color of the polygon or the finder's auto-snap progress animation.
- getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.PolygonView
- getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- getAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to enable the polygon or finder's auto-snap progress animation.
- getAutoSnapProgressLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Line width of the polygon or the finder's auto-snap progress animation.
- getAutosnapSensitivity() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getAutosnapSensitivity() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getAuxDomestic() - function in io.scanbot.sdk.check.entity.AUSCheck
- Auxiliary domestic
- getAuxiliaryOnUs() - function in io.scanbot.sdk.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.document.DocumentDetectionResult
- Average brightness, calculated as the average of the Value channel in the HSV color space of:
the whole image, if no document was detected
the document crop, if a document was detected Ranges from 0 to 255.
- getAverageConfidence() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractionState
- getAverageConfidence() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataFieldListViewModel
- getAverageConfidence() - function in io.scanbot.sdk.ui.view.documentdata.list.IDocumentDataFieldListView.ViewModel
- getAxles() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VBC".
- getB() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "B".
- getB1() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "B1".
- getBackground() - function in io.scanbot.sdk.ui.coroutines.DispatchersProvider
- getBackground() - function in io.scanbot.sdk.ui.coroutines.IDispatchersProvider
- getBackground() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
- Configuration of the background appearance for the badge.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
- Configuration of the background appearance for the button.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
- Configuration of the background appearance for the button.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
- The background color of the camera permission request.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
- Configuration of the background appearance for the user guidance hints.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
- The background style used for the user guidance.
- getBackground() - function in io.scanbot.sdk.ui_v2.common.coroutines.DispatchersProvider
- getBackground() - function in io.scanbot.sdk.ui_v2.common.coroutines.IDispatchersProvider
- getBackground() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanGuidanceConfiguration
- Configure the background style for the user guidance hints.
- getBackground() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
- Configure the background style for the user guidance hints.
- getBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
- The background color of the button while not pressed.
- getBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
- getBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Background color of the screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- 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
- The color of the button's background.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- The color of the button's background.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
- The background color of the top bar to be used when the visual mode is specified as SOLID.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The background color of the introduction screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- The background color of the credit card scanner screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- The background color of the acknowledgement screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- The background color of the camera screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- The background color of the cropping screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- The background color of the introduction screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- The background color of the reorder pages screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
- The background color of the popup menu.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- The background color of the review screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
- The background color of the scan assistance overlay.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The background color of the introduction screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- The background color of the MRZ scanner screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The background color of the introduction screen.
- getBackgroundColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- The background color of the generic text scanner screen.
- getBackgroundDeselected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Appearance of the barcode info box's background when a barcode is yet to be selected.
- getBackgroundDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getBackgroundDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getBackgroundSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Appearance of the barcode info box's background when a barcode has been selected.
- getBadAngles() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document pitch/skew angle is unacceptable.
- getBadAspectRatio() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed a detected documents aspect ratio is not within the acceptable range.
- 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
- The color of the badge's background.
- getBadgeForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
- The color of the badge's foreground (icon, text).
- getBadImageHint() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- Configuration of the hint that explains that the quality of the scanned page is unacceptable.
- getBadPerspective() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerGuidanceStates
- The user guidance text displayed when the detected card is not in a good perspective (device tilted).
- getBaggageTagLicensePlateNumbers() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Baggage Tag License Plate Numbers
- getBankNumber() - function in io.scanbot.sdk.check.entity.CANCheck
- Bank number
- getBankNumber() - function in io.scanbot.sdk.check.entity.ISRCheck
- Bank number
- getBanksDataFile() - function in io.scanbot.sdk.blob.BlobManager
- getBarcode() - function in io.scanbot.sdk.barcode.ui.result.model.BarcodeScannerUiItemInternal
- Scanned barcode.
- getBarcode() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Barcode image (only present in some formats)
- getBarcode() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerUiItem
- Scanned barcode.
- 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
- 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
- getBarcodeFormatConfigurations() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- Options for barcode decoding.
- 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.BarcodeScannerConfiguration
- 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 scanned barcode(s).
- getBarcodeImagePath() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity.InternalResult
- Path to snapped image of area, containing scanned 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.view.barcode.batch.entity.BarcodeMappedResult
- 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.ui.view.barcode.batch.entity.BarcodeScannerResult
- 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 scanned barcode(s).
- getBarcodePreviewFramePath() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity.InternalResult
- Path to preview frame image of area, containing scanned barcode(s).
- getBarcodeResult() - function in io.scanbot.sdk.vin.VinScannerResult
- Barcode result of the VIN scanner.
- getBarcodes() - function in io.scanbot.sdk.barcode.BarcodeScannerResult
- List of found barcodes.
- 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
- getBarcodeScanningInterval() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerViewController
- Set barcode scanning interval in milliseconds.
- getBarcodeScanningModelFile() - function in io.scanbot.sdk.blob.BlobManager
- 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.
- getBarcodesRegexFilter() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- 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 BarcodeScannerFrameHandler
- 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.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RAU".
- getBatteryLevel() - function in io.scanbot.sdk.util.device.DeviceUtils
- getBe() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "BE".
- getBeepJob() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- getBeepJob() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getBeepJob() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getBeepJob() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getBestAspectPictureSize(java.lang.Integer,java.lang.Integer,java.lang.Integer,android.hardware.Camera.Parameters,java.lang.Double) - function in io.scanbot.sdk.util.snap.Utils
- getBinariesDirectory() - function in io.scanbot.sdk.persistence.BlobStoreStrategy
- getBinarizationFilter() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- Filter to apply to the input image when adding pages with binarization.
- 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
- getBinaryDocumentOptimizedCompression() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters.Companion
- Compression mode typically producing the smallest file sizes for binary (1-bit) document images.
- 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.sdk.barcode.entity.DEMedicalPlan.Patient
- Birth Date
- getBirthDate() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Birth Date.
- getBirthDate() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Birth Date.
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Birth date (Field 3.
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Birth date
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Birth date
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Birth date (Geburtsdatum)
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Birth date (Geburtsdatum)
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Birth date
- getBirthDate() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Birth date
- getBirthday() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Birthday".
- getBirthplace() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Birthplace (Field 3.
- getBirthplace() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Birthplace
- getBirthplace() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Birthplace
- getBirthplace() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Birthplace (Geburtsort)
- getBitmap() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
- getBitmap() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.BitmapInput
- getBitmap() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
- getBitmap() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.PreviewBitmap
- getBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
- getBitmap() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getBitmap() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getBitmapBounds(java.lang.String) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
- getBitmapMemoryConsumption() - function in io.scanbot.sdk.core.ImageProfile
- Memory consumption of a memory-backed bitmap.
- getBitmapMeshPaint() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
- getBlackOutliersFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
- Clip this fraction of the darkest pixels in operations such as autocontrast.
- getBlackPoint() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
- Fraction of the value channel range that is set to 0.
- getBlobsForType(io.scanbot.sdk.blob.BlobType) - function in io.scanbot.sdk.blob.BlobFactory
- getBlocks() - function in io.scanbot.sdk.ocr.model.Page
- List of blocks.
- 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.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAO".
- getBorderWidthFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
- Ignore this fraction of pixels at the edge of the image when calculating statistics.
- getBottom() - function in io.scanbot.sdk.ui_v2.common.EdgeInsets
- The bottom inset.
- getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- Configuration of the bottom bar for the acknowledgement screen.
- getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the bottom bar for the camera screen.
- getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- Configuration of the bottom bar for the cropping screen.
- getBottomBar() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the bottom bar for the review screen.
- getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- getBottomBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the bottom shutter-bar.
- getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- The background color of the bottom shutter-bar.
- getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
- The background color of the bottom bar.
- getBottomBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
- The background color of the bottom bar.
- getBottomBarButtonsColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
- getBottomBarButtonsColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.), as well as the camera permission prompt button.
- getBottomContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getBottomContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getBottomLayer() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getBottomLayer() - 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.textpattern.SymbolBox
- Bounding rectangle of the recognized symbol.
- getBoundingRect() - function in io.scanbot.sdk.textpattern.WordBox
- Bounding rectangle of the recognized word.
- getBounds() - function in io.scanbot.sdk.pdf.Link
- getBranchNumber() - function in io.scanbot.sdk.check.entity.ISRCheck
- Branch number
- getBreastFeeding() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Breast Feeding
- getBrightness() - function in io.scanbot.sdk.imagefilters.BrightnessFilter
- Brightness adjustment value in the range from -1 to 1.
- getBsb() - function in io.scanbot.sdk.check.entity.AUSCheck
- BSB
- getBusinessName() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "BBC".
- getBusinessName() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "BBC".
- getBusyTimeURL() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "BusyTimeURL".
- getButtonMinHeight() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
- getButtonsAccentColor() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- The accent color of buttons on a confirmation dialog.
- getByCode(java.lang.Integer) - function in io.scanbot.sdk.process.ImageFilterType.Companion
- 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.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "C".
- getC1() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "C1".
- getC1E() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "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.sdk.barcode.entity.VCard
- The child document of type "CalendarURI".
- getCalendarURIForRequests() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "CalendarURIForRequests".
- getCallback() - function in io.scanbot.sdk.textpattern.CustomContentValidator
- Custom validation callback.
- getCamera() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
- Configuration of the screen for scanning the pages with the camera.
- getCameraAutoSnapButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'auto snapping' mode button title, located in the bottom bar of the camera screen.
- getCameraBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
- getCameraBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
- getCameraBinding() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
- getCameraBlinkEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.CaptureFeedback
- Whether the camera preview should blink or not after snapping a page.
- getCameraCancelAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The subtitle of the cancel camera screen alert dialog.
- getCameraCancelAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the cancel camera screen alert dialog.
- getCameraCancelNoButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'no' button title of the cancel camera screen alert dialog.
- getCameraCancelYesButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'yes' button title of the cancel camera screen alert dialog.
- getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.IBarcodeCounterView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.document.ui.DocumentScannerView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.document.ui.IDocumentScannerView
- Use this object to control configuration parameters of the Camera inside
- getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the camera behavior.
- getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the camera behavior.
- getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the camera behavior.
- getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the camera behavior.
- getCameraConfiguration() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the camera behavior.
- getCameraHovered() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- The camera is on the screen or went to background somehow.
- getCameraImportButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'import image' button title, located in the bottom bar of the camera screen.
- getCameraIntroDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'done' button title of the introduction screen, located in the top bar.
- getCameraIntroItem1() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The first scanning step text of the introduction screen.
- getCameraIntroItem2() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The second scanning step text of the introduction screen.
- getCameraIntroItem3() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The third scanning step text of the introduction screen.
- getCameraIntroItem4() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The fourth scanning step text of the introduction screen.
- getCameraIntroSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The subtitle of the introduction screen.
- getCameraIntroTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the introduction screen, located in the top bar.
- getCameraLimitReachedAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The subtitle of the page limit reached alert dialog.
- getCameraLimitReachedAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the page limit reached alert dialog.
- getCameraLimitReachedOkButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'OK' button title of the page limit reached alert dialog.
- getCameraManualSnapButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'manual snapping' mode button title, located in the bottom bar of the camera screen.
- getCameraMode() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getCameraMode() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getCameraModule() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Background color of the detection overlay.
- getCameraModule() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The camera module to be used for barcode scanning.
- getCameraModule() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The preferred camera module (default - BACK)
- getCameraModule() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Preferred camera module (Default: BACK).
- getCameraModule() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The preferred camera module (default - BACK)
- getCameraModule() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The preferred camera module (default - BACK)
- getCameraModule() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Preferred camera module (Default: BACK).
- getCameraModule() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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
- Determines which camera module to use on start-up.
- getCameraModule() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Which camera module should be used
- getCameraModule() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines which camera module to use on start-up.
- getCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.check.ICheckScannerView.ViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.documentdata.IDocumentDataCameraView.ViewModel
- 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.mc.IMedicalCertificateScannerView.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.textpattern.ITextPatternScannerCameraView.ViewModel
- getCameraOpened() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerCameraViewModel
- 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.CheckScannerJsonConfiguration
- Background color outside of the finder window.
- getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Background color outside of the finder window.
- getCameraOverlayColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Background color outside of the finder window.
- getCameraPermission() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the dialog for requesting camera permissions.
- getCameraPermission() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the dialog for requesting camera permissions.
- getCameraPermission() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the camera permission screen.
- getCameraPermission() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the dialog for requesting camera permissions.
- getCameraPermission() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the dialog for requesting camera permissions.
- getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The 'close' button title of the camera permission dialog.
- getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The 'close' button title of the camera permission dialog.
- getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'close' button title of the camera permission dialog.
- getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The 'close' button title of the camera permission dialog.
- getCameraPermissionCloseButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The 'close' button title of the camera permission dialog.
- getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The 'enable' button title of the camera permission dialog.
- getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The 'enable' button title of the camera permission dialog.
- getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'enable' button title of the camera permission dialog.
- getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The 'enable' button title of the camera permission dialog.
- getCameraPermissionEnableCameraButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The 'enable' button title of the camera permission dialog.
- getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The explanation text of the camera permission dialog.
- getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The explanation text of the camera permission dialog.
- getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The explanation text of the camera permission dialog.
- getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The explanation text of the camera permission dialog.
- getCameraPermissionEnableCameraExplanation() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The explanation text of the camera permission dialog.
- getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- The title of the camera permission dialog.
- getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The title of the camera permission dialog.
- getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the camera permission dialog.
- getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The title of the camera permission dialog.
- getCameraPermissionEnableCameraTitle() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The title of the camera permission dialog.
- getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.IPermissionViewModel
- getCameraPermissionGranted() - function in io.scanbot.sdk.ui.view.base.PermissionViewModel
- getCameraPreviewButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'preview' button title, located in the bottom bar of the camera screen.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Preview mode of the camera.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Preview mode of the camera.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Preview mode of the camera.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Preview mode of the camera.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Preview mode of the camera.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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
- Determines which camera preview mode to use.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- The camera preview mode.
- getCameraPreviewMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines which camera preview mode to use.
- getCameraProgressOverlayTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The cropping progress overlay title.
- getCameraProgressOverlayTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The progress overlay title that is displayed on the camera screen during processing.
- getCameraTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'cancel' button title, located in the top bar of the camera screen and the reorder pages screen.
- getCameraTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the camera screen, located in the top bar.
- getCameraTopGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The text for the static user guidance, located just below the top bar of the camera screen.
- getCameraTorchOffButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'flashlight off' button title, located in the bottom bar of the camera screen.
- getCameraTorchOnButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'flashlight on' button title, located in the bottom bar of the camera screen.
- getCameraType() - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
- getCameraUiSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
- getCameraUiSettings() - function in io.scanbot.sdk.ui.view.base.BaseFragment
- getCameraUiSettings() - function in io.scanbot.sdk.ui.view.base.NFBaseActivity
- getCameraUiSettings() - function in io.scanbot.sdk.ui_v2.common.activity.BaseActivity
- getCameraUserGuidanceBadAngles() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the document pitch/skew angle is unacceptable.
- getCameraUserGuidanceBadAspectRatio() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed a detected documents aspect ratio is not within the acceptable range.
- getCameraUserGuidanceEnergySaveMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the device is in energy saving mode.
- getCameraUserGuidanceNoDocumentFound() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when no document is found.
- getCameraUserGuidanceOrientationMismatch() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when a landscape document is detected when the camera is in portrait mode (and vice versa).
- getCameraUserGuidanceReadyToCapture() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the document is ready to be captured in 'auto snapping' mode.
- getCameraUserGuidanceReadyToCaptureManual() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the document is ready to be captured in 'manual snapping' mode.
- getCameraUserGuidanceStart() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text that is initially displayed, before a document is detected.
- getCameraUserGuidanceTextHintOffCenter() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the document is not centered in the finder view.
- getCameraUserGuidanceTooDark() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when it is too dark to capture an adequate image.
- getCameraUserGuidanceTooNoisy() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the background is too noisy.
- getCameraUserGuidanceTooSmall() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The user guidance text displayed when the document is too far from camera.
- getCameraView() - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController
- getCameraView() - function in io.scanbot.sdk.ui.view.documentdata.BaseDocumentDataExtractorActivity
- 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.documentdata.BaseDocumentDataExtractorActivity
- getCameraViewModel() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
- getCameraXConfig() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXConfigProvider
- getCameraZoomFactor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- The relative initial zoom level of the camera in the range (0,1), where 0 is zoomed out and 1 is zoomed in.
- getCameraZoomFactor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The relative initial zoom level of the camera in the range (0,1), where 0 is zoomed out and 1 is zoomed in.
- getCameraZoomRange() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- The range of valid camera zoom factors.
- getCameraZoomRange() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The range of valid camera zoom factors.
- getCameraZoomRatio() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
- getCameraZoomRatio() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
- getCancelAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the alert dialog displayed when the 'cancel' button is pressed.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
- Configuration of the cancel button.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
- Configuration of the edit dialog's cancel button.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
- Appearance of the cancel button on the confirmation sheet.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
- Configuration of the 'cancel' button.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
- Configuration of the 'cancel' button's appearance.
- getCancelButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the cancel button
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the cancel button
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the cancel button.
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility hint for the cancel button.
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the cancel button
- getCancelButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text used as an accessibility hint for the cancel button.
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the cancel button
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the cancel button
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the cancel button.
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility label for the cancel button.
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the cancel button
- getCancelButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the cancel button
- getCancelButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration
- 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.textpattern.configuration.json.TextPatternScannerNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeConfiguration
- getCancelButtonIcon() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- String being displayed on the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- String being displayed on the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Title of the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Title of the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Title of the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- Title of the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Title of the cancel button.
- getCancelButtonTitle() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Title of the cancel button.
- getCancelJob() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- getCaption1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
- getCaption2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
- getCaptureFeedback() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the feedback shown after snapping a page.
- getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.ICheckScannerView.ViewModel
- getCaptureHighResolutionImage() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Set high-resolution Check image capturing.
- getCaptureManual() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document is ready to be captured in 'manual snapping' mode.
- getCaptureQualityPrioritization() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getCaptureQualityPrioritization() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines the prioritization of still image quality and capturing speed.
- getCaptureWithHardwareButtonsEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- When enabled the hardware volume up/down buttons can be used to capture an image if manual snapping is enabled.
- getCapturing() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
- getCapturing() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
- Text that is shown when the camera snaps the image.
- getCapturing() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
- getCapturing() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text that is shown when the camera snaps the image.
- getCapturing() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document is being captured and user needs to hold the device still.
- getCardAccessNumber() - function in io.scanbot.sdk.documentdata.entity.DeHealthInsuranceCardFront
- Six digit card access number
- getCardAccessNumber() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Six digit card access number
- getCardAccessNumber() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Six digit card access number
- getCardholderName() - function in io.scanbot.sdk.creditcard.entity.CreditCard
- The cardholder name of the recognized credit card
- getCardNumber() - function in io.scanbot.sdk.creditcard.entity.CreditCard
- The card number of the recognized credit card
- getCardNumber() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Card number
- getCardRevisionDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDB".
- getCardStatus() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel.CreditCardScanningState.Scanning
- getCarrierName() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAA".
- getCarrierNameRegistrant() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBC".
- getCategories() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Categories".
- getCategories() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack
- The child document of type "Categories".
- getCe() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "CE".
- 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.sdk.barcode.entity.SEPA
- Character Set
- getCheck() - function in io.scanbot.sdk.check.CheckScanningResult
- Generic document containing check data.
- getCheckBoxes() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- Found checkboxes.
- getCheckDigitBirthDate() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Check digit birth date
- getCheckDigitDocumentNumber() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Check digit document number
- getCheckDigitExpiryDate() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Check digit expiry date
- getCheckDigitGeneral() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Check digit general
- getCheckDigitPersonalNumber() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Check digit personal number
- getCheckDigitPredictionModelFile() - function in io.scanbot.sdk.blob.BlobManager
- getChecked() - function in io.scanbot.sdk.mc.MedicalCertificateCheckBox
- True if the box is checked.
- getCheckedConfidence() - function in io.scanbot.sdk.mc.MedicalCertificateCheckBox
- Confidence of the checked/unchecked prediction.
- getCheckInSequenceNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Check In Sequence Number
- getCheckMarkBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
- The background color for the check mark animation.
- getCheckMarkColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
- The check mark color for the check mark animation.
- getCheckScanner() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- getCheckScanner() - function in io.scanbot.sdk.ui.view.check.ICheckScannerView.ViewModel
- getChecksum() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- If true, return CODE_11 barcodes only if they have a valid checksum.
- getChecksumAlgorithms() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- List of MSI Plessey checksum algorithms to apply during scanning.
- getChequeNumber() - function in io.scanbot.sdk.check.entity.CANCheck
- Cheque number
- getChequeNumber() - function in io.scanbot.sdk.check.entity.FRACheck
- Cheque number
- getChequeNumber() - function in io.scanbot.sdk.check.entity.ISRCheck
- Cheque number
- getChequeNumber() - function in io.scanbot.sdk.check.entity.KWTCheck
- Cheque number
- getChequeNumber() - function in io.scanbot.sdk.check.entity.UAECheck
- Cheque number
- getChildNeedsCareFrom() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Child Needs Care From
- getChildNeedsCareUntil() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Child Needs Care Until
- getChildren() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- List of document sub-documents.
- getChildren() - function in io.scanbot.sdk.pdf.Bookmark
- getCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAL".
- getCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBK".
- getClazz() - function in io.scanbot.sdk.ui.result.ResultWrapper
- getCleanRecognitionResultCallback() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeConfiguration
- getCleanRecognitionResultCallback() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Callback to clean scanned string prior to validation.
- getCleanScanningSession() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Clean the existing pages from the scanning session.
- getClearAllButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the button for clearing the barcode list.
- getClearButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Text of the button which clears the list of scanned barcodes.
- getClearButtonTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.sdk.barcode.entity.VCard
- The child document of type "ClientPIDMap".
- getClockwiseRotations() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- The number of 90-degree clockwise rotations that were applied to the original image.
- getCloseAction() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getCloseAction() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- getCloseAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getCloseAction() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getCloseAction() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getCloseButton() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
- Configuration of the camera permission request's close button.
- getCloseButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ZoomOverlay
- Configuration of the 'close' button for the zoom overlay.
- getCode() - function in io.scanbot.sdk.barcode.entity.GS1.Element.ValidationError
- Error Code
- getCode() - function in io.scanbot.sdk.process.ImageFilterType
- getCode25() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, scan and return Code 25 (Code 2-of-5) barcodes.
- getCode32() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, scan and return valid CODE_32 (Italian Pharmacode) barcodes.
- getCode39() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, scan CODE_39 barcodes.
- 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
- The color used for foreground elements.
- getColor() - function in io.scanbot.sdk.ui_v2.common.IconButton
- The icon color.
- getColor() - function in io.scanbot.sdk.ui_v2.common.IconStyle
- The icon color.
- getColor() - function in io.scanbot.sdk.ui_v2.common.StyledText
- The text color.
- getColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
- getColorBy(java.lang.String) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
- getCommon() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of common barcode formats.
- getCommonType() - function in io.scanbot.sdk.genericdocument.entity.FieldType
- Commonly occurring fields that have the same semantic meaning in different document types will often have a set common type.
- getCompartmentCode() - function in io.scanbot.sdk.barcode.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.
- getCompletionOverlayIncompleteDataMessage() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Caption for the success overlay when not all data from the card was scanned.
- getCompletionOverlaySuccessMessage() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Caption for the success overlay.
- getCompletionOverlaySuccessMessage() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Caption for the success overlay.
- getCompletionOverlaySuccessMessage() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Caption for the success overlay.
- getComplianceType() - function in io.scanbot.sdk.barcode.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.documentdata.DocumentDataExtractorActivity
- getComponent() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity
- 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.textpattern.TextPatternScannerActivity
- getComponent() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity
- getComponent() - function in io.scanbot.sdk.ui_v2.common.di.HasComponent
- getCompression() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- Compression.
- getConfidence() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult.Field
- Recognition confidence.
- getConfidence() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- The average confidence in the accuracy of the document recognition result.
- getConfidence() - function in io.scanbot.sdk.genericdocument.entity.OcrResult
- Minimum number of accumulated frames that have equal result.
- getConfidence() - function in io.scanbot.sdk.ocr.model.Block
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.ocr.model.Glyph
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.ocr.model.Line
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.ocr.model.OcrElement
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.ocr.model.Page
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.ocr.model.Word
- Text confidence.
- getConfidence() - function in io.scanbot.sdk.textpattern.TextPatternScannerResult
- Confidence of the recognition.
- getConfidence() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStepResult
- The confidence of the scanned text.
- getConfidence() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerUiResult
- Confidence of the recognition.
- getConfidenceValue() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that shows average confidence value of scanned document.
- getConfidenceValue() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getConfidenceWeight() - function in io.scanbot.sdk.genericdocument.entity.Field
- Confidence weight.
- getConfidenceWeight() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- The weight of the confidence.
- getConfig() - function in io.scanbot.document.JniDocumentScanner
- getConfig() - function in io.scanbot.sdk.process.JniDocumentQualityAnalyzer
- getConfig() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerConfiguration
- getConfig() - function in io.scanbot.sdk.ui.view.textpattern.configuration.TextPatternScannerConfiguration
- getConfig() - function in io.scanbot.sdk.ui.view.textpattern.configuration.TextPatternScannerConfigurationHelper
- getConfig() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getConfig() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
- getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- getConfig() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getConfigHelper() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- getConfiguration() - function in io.scanbot.barcode.JniBarcodeScanner
- getConfiguration() - function in io.scanbot.creditcard.JniCreditCardScanner
- getConfiguration() - function in io.scanbot.ehicscanner.EhicRecognizer
- getConfiguration() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration
- getConfiguration() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeParam.RecognitionParameters
- 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
- getConfiguration() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getConfiguration() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getConfiguration() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getConfigurations() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfiguration
- List of configuration elements for the document data extractor.
- getConfirmationAlertDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Configuration of the confirmation alert dialog.
- getConfirmationAlertDialog() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the confirmation alert dialog.
- getConfirmationAlertDialogEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- If the confirmation alert dialog is enabled.
- getConfirmationAlertDialogEnabled() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- If the confirmation alert dialog is enabled.
- getConfirmationDialog() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getConfirmationDialogConfiguration() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The confirmation dialog configuration.
- getConfirmationDialogConfirmButtonStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The style of the confirmation dialogs confirm button.
- getConfirmationDialogRetryButtonStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The style of the confirmation dialogs retry button.
- getConfirmationDialogStyle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The style of the confirmation dialog.
- getConfirmationMethod() - function in io.scanbot.sdk.frameaccumulation.ResultAccumulationConfiguration
- Method used to confirm a result.
- 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
- getConfirmButtonFilled() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- Allows to set if the confirm button should be filled.
- getConfirmButtonFilledTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- Allows to set a text color of the filled button.
- getConfirmButtonTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The title of the confirmation dialog confirm button.
- getConfirmButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- Confirmation dialog confirm button text.
- getConstantValue(android.content.Context,java.lang.String) - function in io.scanbot.sdk.util.ManifestConstantsProvider
- getContainerSize() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getContentBounds(android.graphics.Bitmap) - function in io.scanbot.sdk.util.bitmap.BitmapUtils
- getContext() - function in io.scanbot.sdk.pdf.PdfiumPdfImagesExtractor
- getContext() - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- getContext() - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- getContext() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
- getContrast() - function in io.scanbot.sdk.imagefilters.ContrastFilter
- Contrast adjustment value in the range from -1 to 254 (inclusively).
- 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
- The radius of the viewfinder's corners.
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
- The radius of the viewfinder's corners.
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
- The corner radius of the polygon in dp.
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getCornerRadius() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getCoroutineScope() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
- getCoroutineScope() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
- getCount() - function in io.scanbot.sdk.barcode.ui.result.model.BarcodeScannerUiItemInternal
- Number of scanned barcodes of this symbology and value.
- 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.BarcodeScannerUiItem
- Number of scanned 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.sdk.documentdata.entity.DePassport
- Country code
- getCountryCode() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Country code (ISO 3166-1 alpha-2)
- getCountryIdentification() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCG".
- getCreateDocument() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getCreateDocument() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getCreatePreview() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getCreatePreview() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getCreateView() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.creditcard.CreditCardScannerActivity
- 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.creditcard.screen.BaseCreditCardScannerActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.document.screen.BaseCroppingActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- Will be overridden by descendants that define their own composable views, but we need to call it in onCreate here.
- getCreateView() - function in io.scanbot.sdk.ui_v2.mrz.MrzScannerActivity
- 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.mrz.screen.BaseMrzScannerActivity
- 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.textpattern.TextPatternScannerActivity
- 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.textpattern.screen.BaseTextPatternScannerActivity
- 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.sdk.barcode.entity.DEMedicalPlan.Patient
- Creatinine Value
- getCreationDate() - function in io.scanbot.sdk.pdf.Meta
- getCreationTimeStamp() - function in io.scanbot.sdk.docprocessing.Document
- getCreator() - function in io.scanbot.pdf.model.PdfAttributes
- Creator.
- getCreator() - function in io.scanbot.sdk.pdf.Meta
- getCreditCard() - function in io.scanbot.sdk.creditcard.CreditCardScanningResult
- Generic document containing credit card data.
- getCreditCard() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerUiResult
- Generic document containing credit card data.
- getCreditCardUserGuidanceBadPerspective() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The user guidance text displayed when the detected card is not in a good perspective (device tilted).
- getCreditCardUserGuidanceNoCardFound() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The user guidance text displayed when no credit card is found.
- getCreditCardUserGuidanceScanningProgress() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The user guidance text displayed when a card presence was detected.
- getCreditCardUserGuidanceTooDark() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The user guidance text displayed when it is too dark to capture an adequate image.
- getCreditCardUserGuidanceTooSmall() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The user guidance text displayed when the detected card is too far away and appears too small.
- getCrop() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- Image crop of the document.
- getCropButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'crop' button, located in the bottom bar.
- getCroppedImage() - function in io.scanbot.sdk.check.CheckScanningResult
- Crop of the check if documentDetectionMode is set to DETECT_AND_CROP_DOCUMENT.
- getCroppedImage() - function in io.scanbot.sdk.documentdata.DocumentDataExtractionResult
- Crop of the document if it was detected.
- getCroppedImage() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- The cropped image used for recognition.
- getCropping() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Configuration of the cropping screen.
- getCropping() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
- Configuration of the screen for cropping the scanned pages.
- getCroppingDetectButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The 'detect document' button title, located in the bottom bar of the cropping screen.
- getCroppingDetectButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'detect document' button title, located in the bottom bar of the cropping screen.
- getCroppingHandlerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- The color of the cropping handles.
- getCroppingPolygonColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- The color of the cropping polygon.
- getCroppingPolygonMagneticLineColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- The color of the magnetic lines on the cropping polygon.
- getCroppingResetButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The 'reset detection' button title, located in the bottom bar of the cropping screen.
- getCroppingResetButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'reset detection' button title, located in the bottom bar of the cropping screen.
- getCroppingRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The 'rotate page' button title, located in the bottom bar of the cropping screen.
- getCroppingRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'rotate page' button title, located in the bottom bar of the cropping screen.
- getCroppingScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The cropping screen title, located in the top bar.
- getCroppingScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the cropping screen, located in the top bar.
- getCroppingState() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getCroppingTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The 'cancel' button title, located in the top bar of the cropping screen.
- getCroppingTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'cancel' button title, located in the top bar of the cropping screen.
- getCroppingTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingTextLocalization
- The 'confirm' button title, located in the top bar of the cropping screen.
- getCroppingTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'confirm' button title, located in the top bar of the cropping screen.
- getCumulativeQualityHistogram() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerResult
- Cumulative histogram where every entry is equal to the number of symbols with quality equal or lower than N percent, where N is the index of the entry in the array.
- getCurrency() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Currency
- getCurrentDpi() - function in io.scanbot.sdk.pdf.PdfiumSdk
- getCurrentFrameSize() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getCurrentPage() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- Current Page
- getCurrentPageId() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession.CameraScreenMode.Add
- getCurrentPageIndex() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getCurrentStep() - function in io.scanbot.sdk.ui.view.textpattern.ITextPatternScannerCameraView.ViewModel
- getCurrentStep() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerCameraViewModel
- 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.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCS".
- getCustomerFirstName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAC".
- getCustomerGivenNames() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCT".
- getCustomerIdNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAQ".
- getCustomerMiddleName() - function in io.scanbot.sdk.barcode.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.sdk.barcode.entity.VCard
- A list of all children of type "Custom".
- getD() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "D".
- getD1() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "D1".
- getD1E() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "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
- getDataBarStackSize() - function in io.scanbot.sdk.barcode.BarcodeItem
- The number of 1D stacks in the barcode.
- getDatabaseId() - function in io.scanbot.sdk.entity.OcrStatus
- getDataColumn(android.content.Context,android.net.Uri,java.lang.String,kotlin.Array) - function in io.scanbot.sdk.util.FileChooserUtils
- Get the value of the data column for this Uri.
- getDataTitle() - function in io.scanbot.sdk.barcode.entity.GS1.Element
- Data Title
- getDateExpired() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Date Expired.
- getDateIssued() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Date Issued.
- getDateJunked() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAG".
- getDateOfBirth() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBB".
- getDateOfBoardingPassIssuanceJulian() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Date Of Boarding Pass Issuance Julian
- getDateOfFlightJulian() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Date Of Flight Julian
- getDateOfIssuance() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Date of issuance
- getDateOfManufacture() - function in io.scanbot.sdk.barcode.entity.HIBC
- Date of Manufacture
- getDateRecovered() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAJ".
- getDates() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- Found dates.
- getDateStolen() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAI".
- getDcModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
- getDe() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "DE".
- getDebtorAddressType() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Address Type
- getDebtorBuildingOrAddressLine2() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Building Or Address Line 2
- getDebtorCountry() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Country
- getDebtorName() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Name
- getDebtorPlace() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Place
- getDebtorPostalCode() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Postal Code
- getDebtorStreetOrAddressLine1() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Debtor Street Or Address Line 1
- getDEFAULT_DOCUMENT_IMAGE_SIZE_LIMIT() - function in io.scanbot.sdk.docprocessing.Document.Companion
- The default maximum size of the document image.
- getDEFAULT_ZOOM_STEPS() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel.Companion
- getDefaultCompression() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters.Companion
- Default compression.
- getDefaultConfiguration() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfigurationBuilder.Companion
- Builds the default document data extractor configuration, accepting all allowed document types, including machine-readable-zone-based documents, no date validation and no excluded fields.
- 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.documentdata.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.documentdata.configuration.json.JsonDocumentsDisplayConfiguration
- The display text of the document in the list
- getDefaultDisplayText() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.JsonFieldsDisplayConfiguration
- The display text of the field in the list
- getDefaultFilter() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
- Determines the image filter to apply by default.
- getDefaultPageFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The default image filter type for new documents pages.
- getDefaultPageFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Default image filter type for new document pages.
- getDefaultPageParametricFilter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
- getDefaultPattern() - function in io.scanbot.sdk.util.DateFormat
- Default UTS pattern for DateFormat
- getDefaultZoomFactor() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
- The default zoom factor on start-up.
- getDefaultZoomFactor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- The default zoom factor on start-up.
- getDegrees() - function in io.scanbot.sdk.entity.RotationType
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.camera.ScanbotCameraView
- Delay that camera will took before snap on auto focus complete called from camera core in ms.
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.ICameraViewConfiguration
- Delay that camera will took before snap on auto focus complete called from camera core in ms.
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
- Delay that camera will took before snap on auto focus complete called from camera core in ms.
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraContainerView
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
- Delay that camera will took before snap on auto focus complete called from camera core in ms.
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- Delay that camera will took before snap on auto focus complete called from camera core in ms.
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
- getDelayAfterFocusCompleteMs() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
- getDelayAfterMove() - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
- Delay to wait after significant move.
- getDelayAfterScan() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Freezes a preview after a scan for a given amount of seconds.
- getDelayAfterScanMs() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
- getDelayAfterScanMs() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodesSelected
- getDeleteAll() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
- Configuration of the 'delete all' button.
- getDeleteAllPagesAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the alert dialog displayed when trying to delete all the pages.
- getDeleteButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'delete' button, located in the bottom bar.
- getDeletePageAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the alert dialog displayed when trying to delete a single page.
- getDeliveryAddress() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "DeliveryAddress".
- getDenoise() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
- Value controlling the amount of noise removal.
- getDepartureAirportCode() - function in io.scanbot.sdk.barcode.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.sdk.check.entity.CANCheck
- Designation number
- getDestinationAirportCode() - function in io.scanbot.sdk.barcode.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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The color of bottom sheet
- getDetailsOpened() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataFieldListViewModel
- getDetailsOpened() - function in io.scanbot.sdk.ui.view.documentdata.list.IDocumentDataFieldListView.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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The color of text elements in bottom sheet
- getDetectButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
- Configuration of the 'detect document' button, located in the bottom bar.
- getDetectButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the detect button
- getDetectButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the detect button
- getDetectButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the detect button
- getDetectButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the detect button
- getDetectButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Title of the Detect button.
- getDetectedOcrPages() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfGenerator.GenerationIterator
- getDetectedText() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfGenerator.GenerationIterator
- getDetectEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getDetectionResultFlow() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getDetectionScores() - function in io.scanbot.sdk.document.DocumentDetectionResult
- The total and partial scores for the detected quad.
- getDetectionStatus() - function in io.scanbot.sdk.creditcard.CreditCardScanningResult
- The status of the credit card detection step.
- getDetectionStatus() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getDetectionStatus() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getDetectionStatus() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getDetectionStatus() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel.CreditCardScanningState.Scanning
- 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.
- getDetectOrientation() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- Enable orientation detection.
- getDetectResetButtonHidden() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Changes the visibility of Detect and Reset buttons.
- getDiagnose() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Diagnose
- getDiagnosedOn() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Diagnosed On.
- getDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- getDialogAlignment() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getDialogBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The general background color of the actual dialog view.
- getDialogBackgroundEffect() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The visual effect of the dialogs background.
- getDialogButtonsAccentColor() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The accent color of buttons on a confirmation dialog.
- getDialogMessage() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The message text of the confirmation dialog.
- getDialogTextFormat() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The text format of the result dialog.
- getDialogTextFormat() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- The text format of the result dialog.
- getDialogTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The title of the confirmation dialog.
- getDisplayName(android.content.Context) - function in io.scanbot.sdk.entity.DocumentType
- getDistanceScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- 100 points, if the center of the contour is exactly in the image center.
- 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
- The color of the divider line.
- getDividerColor() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The divider color of the introduction screen.
- getDividerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- The divider color of the introduction screen.
- getDividerColor() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The divider color of the introduction screen.
- getDividerColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The divider color of the introduction screen.
- getDocProps() - function in io.scanbot.sdk.barcode.entity.ModelConstants
- Default document display properties containing English translation
- getDocProps() - function in io.scanbot.sdk.check.entity.ModelConstants
- Default document display properties containing English translation
- getDocProps() - function in io.scanbot.sdk.creditcard.entity.ModelConstants
- Default document display properties containing English translation
- getDocProps() - function in io.scanbot.sdk.documentdata.entity.ModelConstants
- Default document display properties containing English translation
- getDoctor() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- The child document of type "Doctor".
- getDoctorNumber() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Doctor Number
- getDoctorNumber() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Doctor Number
- 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.docprocessing.compose.DocumentInput
- getDocument() - function in io.scanbot.sdk.documentdata.DocumentDataExtractionResult
- The extracted document.
- getDocument() - function in io.scanbot.sdk.mrz.MrzScannerResult
- Generic document containing MRZ data.
- getDocument() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.DocumentInput
- getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getDocument() - function in io.scanbot.sdk.ui_v2.document.screen.IDocumentHolder
- getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.
- getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
- Determines if the quality analysis for the acknowledgement mode will run on the filtered or the unfiltered image.
- getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getDocumentAnalysisMode() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getDocumentApi() - function in io.scanbot.sdk.ScanbotSDK
- getDocumentBarcodeFormats() - function in io.scanbot.sdk.barcode.BarcodeDocumentFormats.Companion
- Barcode types that are used to encode documents.
- getDocumentCode() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Document Code
- getDocumentDate() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Document Date.
- getDocumentDetectionMode() - function in io.scanbot.sdk.check.CheckScannerConfiguration
- Document detection to be performed in addition to scanning the machine-readable data in the check.
- getDocumentDetectionResult() - function in io.scanbot.sdk.check.CheckScanningResult
- The result of document detection.
- getDocumentDetectionResult() - function in io.scanbot.sdk.documentdata.DocumentDataExtractionResult
- Result of the document detection in the input image.
- getDocumentDetectionResult() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- Result of the document detection in the input image.
- getDocumentDetectionStatus() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentDetectionStatus() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getDocumentDetectorModelFile() - function in io.scanbot.sdk.blob.BlobManager
- getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides directory to save files for current Document.
- getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
- Provides directory to save files for current Document.
- getDocumentDir(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getDocumentDiscriminator() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCF".
- getDocumentDisplayMap() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getDocumentDraftExtractor() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
- Customizable instances which will be used for injections.
- getDocumentExpirationDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBA".
- getDocumentFile() - function in io.scanbot.sdk.docprocessing.DocumentProcessingResult
- resulting file of the document
- getDocumentFile(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getDocumentFileUri() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentFormSerialNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Document Form Serial Number
- getDocumentFound() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerResult
- True if a document was found.
- getDocumentImage() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the document image.
- getDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the document image.
- getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the document image.
- getDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the document image.
- getDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the document preview image.
- getDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the document preview image.
- getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the document preview image.
- getDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the document preview image.
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.docprocessing.Document
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Limits the maximum size of the document image.
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Limits the maximum size of the document image.
- getDocumentImageSizeLimit() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
- The limit of the size of the cropped document images.
- getDocumentIssueDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBD".
- getDocumentJsonFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides File of the document json file.
- getDocumentJsonFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
- Provides File of the document json file.
- getDocumentMeta() - function in io.scanbot.sdk.pdf.PdfiumSdk
- getDocumentNotOk() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
- Configuration of the polygon when the detected document status is 'not OK'.
- getDocumentNumber() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Document number
- getDocumentOk() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
- Configuration of the polygon when the detected document status is 'OK'.
- getDocumentPdfFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides File of the document pdf file.
- getDocumentPdfFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
- Provides File of the document pdf file.
- getDocumentPreviewFileUri() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentPreviewImage() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentQuality() - function in io.scanbot.sdk.docprocessing.Page
- getDocumentQualityAnalyzer() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getDocuments() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractionState
- getDocuments() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataFieldListViewModel
- getDocuments() - function in io.scanbot.sdk.ui.view.documentdata.list.IDocumentDataFieldListView.ViewModel
- getDocumentScanner() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getDocumentScanner() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getDocumentScannerConfiguration() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
- getDocumentScannerEngineMode() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional mode for document scanner engine.
- getDocumentScannerFrameHandler() - function in io.scanbot.sdk.ui.camera.AdaptiveFinderOverlayView
- getDocumentsDir() - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.CustomDocumentStorage
- Provides the directory which stores all documents.
- getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides the directory which stores all documents.
- getDocumentsDirectory() - function in io.scanbot.sdk.persistence.document.InternalDocumentStorage
- Provides the directory which stores all documents.
- getDocumentsDisplayConfiguration() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Allows to configure the display configuration for documents.
- getDocumentsFiles() - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getDocumentTiffFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides File of the document tiff file.
- getDocumentTiffFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
- Provides File of the document tiff file.
- getDocumentType() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Document Type
- getDocumentType() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Document type from the DocumentType enum
- getDocumentTypeCode() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Document type code
- getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- The UUID of the document to be cropped.
- getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
- The UUID of the document that was cropped.
- getDocumentUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- The UUID of the existing document to be edited.
- getDocumentVersionNumber() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- Document Version Number
- getDoneButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- Configuration of the 'Done' / 'Start scanning' button.
- getDoneButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- Configuration of the 'Done' / 'Start scanning' button.
- getDoneButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- Configuration of the 'Done' / 'Start scanning' button.
- getDoneButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the done button.
- getDoneButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text used as an accessibility hint for the done button.
- getDoneButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the done button
- getDoneButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the done button
- getDoneButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Title of the Done button.
- getDosageForm() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Dosage Form
- getDosageFormFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Dosage Form Free Text
- getDosageFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Dosage Free Text
- getDosingUnit() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Dosing Unit
- getDosingUnitFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Dosing Unit Free Text
- getDpi() - function in io.scanbot.pdf.model.PdfConfiguration
- The
dpi
parameter has two different meanings depending on the value ofpageSize
andpageFit
. - getDpi() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- DPI value.
- getDraggedDistance() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getDraggedItem() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getDrawable() - function in io.scanbot.sdk.ui.EditPolygonImageView
- getDrawerState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState
- getDrawingPolygon(java.util.List,java.util.List) - function in io.scanbot.sdk.util.view.PolygonViewHelper
- Processes original polygon with coordinates 0..
- getDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getDrawPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getDrawPolygon() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getDrawPolygon() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getDrawPolygon() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- 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.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBL".
- getDriverAliasFirstName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBP".
- getDriverAliasLastName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBO".
- getDriverAliasSocialSecurityNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBM".
- getDriverLastName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAB".
- getDriverLicense() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "DriverLicense".
- getDriverLicenseClassificationCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAR".
- getDriverLicenseEndorsementsCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAT".
- getDriverLicenseName() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAA".
- getDriverLicenseRestrictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAS".
- getDriverNamePrefix() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAF".
- getDriverNameSuffix() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAE".
- getDriverPermitClassificationCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAA".
- getDriverPermitEndorsementCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAF".
- getDriverPermitIssueDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAD".
- getDriverPermitRestrictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAE".
- getDriverResidenceCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAN".
- getDriverResidenceJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAO".
- getDriverResidencePostalCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAP".
- getDriverResidenceStreetAddress1() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAL".
- getDriverResidenceStreetAddress2() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAM".
- getDrugName() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Drug Name
- getDueDate() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Due Date
- getEan13() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, scan and return valid EAN-13 barcodes.
- getEan8() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, scan and return valid EAN-8 barcodes.
- getEarlyStopIfNSymbolsFound() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- If this number of symbols is found and minProcessedFraction of the image is processed, the processing stops.
- getElectronicTicket() - function in io.scanbot.sdk.barcode.entity.BoardingPass
- Electronic Ticket
- getElementDescription() - function in io.scanbot.sdk.barcode.entity.GS1.Element
- Description
- getElements() - function in io.scanbot.sdk.barcode.entity.GS1
- A list of all children of type "Element".
- getEmail() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- getEmail() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "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.CheckScannerJsonConfiguration
- 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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Title of the button that opens the screen where the user can allow the usage of the camera by the app.
- getEnableCameraButtonTitle() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Title of the button that opens the screen where the user can allow the app to use the camera.
- getEnableCameraButtonTitle() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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.CheckScannerJsonConfiguration
- 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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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
- getEnableContinuousScanning() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardNativeConfiguration
- getEnableContinuousScanning() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzNativeConfiguration
- 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
- Determine whether vibration should be enabled or not when a barcode is detected.
- getEnabled() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanningProgressConfiguration
- Enable or disable the scanning progress visualization.
- getEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Determines whether the review screen should be shown or not.
- getEnableDetection() - function in io.scanbot.sdk.mrz.MrzScannerConfiguration
- Enable MRZ detection.
- getEnabledInAutoSnappingMode() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
- Determines if the 'shutter' button can be tapped to manually snap a document when 'auto snapping mode' is active.
- getEnableNativeLogging() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional boolean flag that enables Scanbot SDK Core native logging (default is false, Android only).
- getEncoding() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Encoding
- getEncryptedInput() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.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
- getEncryptionMode() - function in io.scanbot.sdk.core.PathImageLoadOptions
- Encryption mode.
- getEncryptionMode() - function in io.scanbot.sdk.core.SaveImageOptions
- Encryption mode.
- getEnd() - function in io.scanbot.sdk.common.LineSegmentFloat
- End point of the segment.
- getEnd() - function in io.scanbot.sdk.common.LineSegmentInt
- End point of the segment.
- getEnergySaveMode() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the device is in energy saving mode.
- getEnergySaving() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
- Text text that is shown when energy saving is active.
- getEnergySaving() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text text that is shown when energy saving is active.
- getEngineDisplacement() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAW".
- getEngineMode() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- The engine mode for barcode scanning.
- getEngineMode() - function in io.scanbot.sdk.document.DocumentScannerConfiguration
- The engine to use for document scanning.
- getEngineMode() - function in io.scanbot.sdk.ocr.OcrEngine.OcrConfig
- The OCR and PDF engine mode to use.
- getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.BitmapInput
- getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.DocumentInput
- getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.EngineInput
- getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.PagesInput
- getEngineMode() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.UrisInput
- getEngineMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- The engine mode to be used for barcode scanning.
- getEngineMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The engine mode to be used for barcode scanning.
- getEngineSize() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAR".
- getEnhancedDriverLicense() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "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.MedicalCertificateScannerJsonConfiguration
- The accent color of buttons on a error dialog.
- getErrorDialogMessage() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Error dialog message
- getErrorDialogOkButton() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Error dialog ok button text.
- getErrorDialogOkButtonFilled() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Allows to set if the confirm button should be filled.
- getErrorDialogOkButtonFilledTextColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Allows to set a text color of the filled button.
- getErrorDialogTitle() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Error dialog title
- getErrorMessage() - function in io.scanbot.sdk.SdkLicenseError
- getErrorMessage() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
- The error message if a problem occurred.
- getErrorState() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
- Configuration of the error state displayed when processing a barcode fails.
- getEvening() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Evening Intake Dose
- getExampleOverlayVisible() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Flag to show or hide the preset button.
- getExceptionFactory() - function in io.scanbot.sdk.di.BundleDependencyCheck
- Produce the exception that will be thrown when check fails.
- getExceptionFactory() - function in io.scanbot.sdk.di.RequiredDependency
- Produce the exception that will be thrown when check fails.
- getExcludedFields() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getExcludedFieldTypes() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- List of secure fields which should be excluded from scanning process.
- getExpectedBarcodes() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- List of barcodes that the user has to find and scan.
- getExpectedCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
- getExpectedCountry() - function in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardConfiguration
- If an expected country is selected, validation rules for the given country are used, and if the expected country cannot be inferred or the inferred country doesn't match the given country, the result of extract() will be IncompleteValidation.
- getExpiryDate() - function in io.scanbot.sdk.creditcard.entity.CreditCard
- The expiry date of the recognized credit card
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Expiry date (Field 4b.
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Expiry date
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Expiry date
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Expiry date (Gültig bis)
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Expiry date
- getExpiryDate() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Expiry date
- getExpiryDateDay() - function in io.scanbot.sdk.barcode.entity.HIBC
- Expiry Date Day
- getExpiryDateHour() - function in io.scanbot.sdk.barcode.entity.HIBC
- Expiry Date Hour
- getExpiryDateJulianDay() - function in io.scanbot.sdk.barcode.entity.HIBC
- Expiry Date Julian Day
- getExpiryDateMonth() - function in io.scanbot.sdk.barcode.entity.HIBC
- Expiry Date Month
- getExpiryDateYear() - function in io.scanbot.sdk.barcode.entity.HIBC
- Expiry Date Year
- getExplanation() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The text explanation of the introduction screen.
- getExplanation() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The text explanation of the introduction screen.
- getExplanation() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The text explanation of the introduction screen.
- getExtensions() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- Behavior when scanning UPC/EAN barcodes with EAN-2 or EAN-5 extensions.
- getExtensions() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- Filter for extended EAN and UPC barcodes.
- 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.sdk.check.entity.AUSCheck
- Extra auxiliary domestic
- getExtractCroppedImage() - function in io.scanbot.sdk.mc.MedicalCertificateScanningParameters
- If true, cropped document image will be extracted and returned.
- getExtractedDocument() - function in io.scanbot.sdk.barcode.BarcodeItem
- The parsed known document format (if parsed successfully).
- getExtractedDocumentFormats() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- List of document formats to be extracted.
- getExtractedDocumentFormats() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- List of document formats to be extracted.
- getExtractedVIN() - function in io.scanbot.sdk.vin.VinBarcodeResult
- Text result of the barcode scanner.
- getExtractionStep() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getExtractionStep() - function in io.scanbot.sdk.ui.view.documentdata.IDocumentDataCameraView.ViewModel
- getExtractor() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getExtractor() - function in io.scanbot.sdk.ui.view.documentdata.IDocumentDataCameraView.ViewModel
- getExtractorType() - function in io.scanbot.sdk.pdf.PdfImagesExtractorSettings
- Defines which PdfImagesExtractor.Type will be used in SDK
- getExtractVINFromBarcode() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Controls whether the scanner should try to extract the VIN from possibly available barcodes.
- getExtractVINFromBarcode() - function in io.scanbot.sdk.vin.VinScannerConfiguration
- If true, the VIN scanner will also extract VINs from barcodes.
- getEyeColor() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Eye color
- getEyeColor() - function in io.scanbot.sdk.documentdata.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.BaseCheckScannerActivity
- getFactory() - function in io.scanbot.sdk.ui.view.documentdata.BaseDocumentDataExtractorActivity
- getFactory() - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
- getFactory() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- getFactory() - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateScannerActivity
- getFactory() - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
- getFactory() - function in io.scanbot.sdk.ui.view.textpattern.BaseTextPatternScannerActivity
- getFactory() - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
- getFactory(android.os.Bundle) - function in io.scanbot.sdk.ui_v2.common.viewmodel.DaggerViewModelInjector
- getFactory() - function in io.scanbot.sdk.ui_v2.common.viewmodel.ViewModelInjector
- getFailureType() - function in io.scanbot.sdk.exceptions.camera.CodecFailedException
- getFamilyName() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAA".
- getFamilyNameTruncation() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDE".
- getFastTrack() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Fast Track
- getFederalCommercialVehicleCodes() - function in io.scanbot.sdk.barcode.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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of confidence value label background in details screen, when the field confidence level is high.
- getFieldConfidenceHighColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldConfidenceLowColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of confidence value label background in details screen, when the field confidence level is low.
- getFieldConfidenceLowColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldConfidenceModerateColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of confidence value label background in details screen, when the field confidence level is moderate.
- getFieldConfidenceModerateColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldConfidenceTextColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of confidence value label text in details.
- getFieldConfidenceTextColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldExcludeList() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfiguration
- Normalized names of the fields to exclude from the result.
- getFieldListView() - function in io.scanbot.sdk.ui.view.documentdata.BaseDocumentDataExtractorActivity
- getFieldListViewModel() - function in io.scanbot.sdk.ui.view.documentdata.BaseDocumentDataExtractorActivity
- getFieldProps() - function in io.scanbot.sdk.barcode.entity.ModelConstants
- getFieldProps() - function in io.scanbot.sdk.check.entity.ModelConstants
- getFieldProps() - function in io.scanbot.sdk.creditcard.entity.ModelConstants
- getFieldProps() - function in io.scanbot.sdk.documentdata.entity.ModelConstants
- getFields() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult
- Health insurance card fields.
- getFields() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- List of document fields.
- getFields() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoBox
- Vector of found fields.
- getFieldsCountText() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String used for displaying amount of detected fields.
- getFieldsCountText() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldsCountTextColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Text color of the fields count label.
- getFieldsCountTextColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldsDisplayConfiguration() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Allows to configure the display configuration for fields.
- getFieldsDisplayMap() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getFieldTypeName() - function in io.scanbot.sdk.documentdata.DateValidationConfiguration
- Name, FullName, or NormalizedName of field type for which the year bounds should be applied.
- 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.ui_v2.document.screen.review.ReviewViewModel
- getFilename() - function in io.scanbot.sdk.blob.BlobType
- getFileName() - function in io.scanbot.sdk.persistence.page.PageStorage.ImageType
- File name to be saved on disk for this image type.
- getFilePath() - function in io.scanbot.sdk.core.ImageSource
- File from which the ImageRef was created.
- 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
- The fill color.
- getFillColor() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
- The fill color of the polygon.
- getFillColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getFillColor() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getFillDeclinedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getFilledConfirmButtonTextColor() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- The text color of the confirm button if it is filled.
- getFillHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getFillHighlightedColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getFillHighlightedPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getFillPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getFillScaleWithBufferAspectRatio(android.view.View,android.util.Size) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
- Computes the scale by which a view has to scale in x and y in order to fill its parent while maintaining the buffer's aspect ratio.
- getFilter() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getFilteredImagePreview(java.lang.String,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File containing page preview with applied ParametricFilter for a given document.
- getFilteredImagePreview(java.lang.String,java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File containing page preview with applied ParametricFilter for a given document.
- getFilteredImagePreview(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File containing page preview with applied ParametricFilter
- getFilteredImagePreview(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File containing page preview with applied ParametricFilter
- getFilteredImagePreviews(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides full list of Files containing page preview with applied filters for a given document.
- getFilteredImagePreviews(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides full list of Files containing page preview with applied filters for a given document.
- getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides full list of Files containing page preview with applied filters
- getFilteredImagePreviews(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides full list of Files containing page preview with applied filters
- getFilteredPreviewImage(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides filtered preview image Bitmap for provided filter
- getFilteredPreviewImageURI(java.lang.String,io.scanbot.sdk.imagefilters.ParametricFilter) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides filtered preview imageUri Uri for provided filter
- getFilterName() - function in io.scanbot.sdk.process.ImageFilterType
- getFilterPredictionModelFile() - function in io.scanbot.sdk.blob.BlobManager
- getFilters() - function in io.scanbot.sdk.docprocessing.Page
- getFiltersFlow() - function in io.scanbot.sdk.docprocessing.Page
- getFilterType() - function in io.scanbot.sdk.imagefilters.LegacyFilter
- Id of filter to be applied.
- getFinalPayeeAddressType() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Address Type
- getFinalPayeeBuildingOrAddressLine2() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Building Or Address Line 2
- getFinalPayeeCountry() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Country
- getFinalPayeeName() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Name
- getFinalPayeePlace() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Place
- getFinalPayeePostalCode() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Postal Code
- getFinalPayeeStreetOrAddressLine1() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Final Payee Street Or Address Line 1
- getFindAndPickCompleteAlertCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Cancel button text for the find and pick complete alert.
- getFindAndPickCompleteAlertSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Submit button text for the find and pick complete alert.
- getFindAndPickCompleteAlertSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Subtitle for the find and pick complete alert.
- getFindAndPickCompleteAlertTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the find and pick complete alert.
- getFindAndPickPartialAlertCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Cancel button text for the find and pick partial alert.
- getFindAndPickPartialAlertSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Submit button text for the find and pick partial alert.
- getFindAndPickPartialAlertSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Subtitle for the find and pick partial alert.
- getFindAndPickPartialAlertTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the find and pick partial alert.
- getFindAndPickSheetBarcodeItemSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Subtitle for the find and pick barcode sheet.
- getFindAndPickSheetTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the find and pick barcode sheet.
- getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
- getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
- getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Aspect ratio of the finder frame (width to height), which is used to build the actual finder frame.
- getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.
- getFinderAspectRatio() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Aspect ratio of the finder frame (width to height), which is used to build the actual finder frame.
- getFinderBaseInset() - function in io.scanbot.sdk.ui_v2.common.Constants.Ui
- getFinderContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getFinderContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getFinderEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to enable the view finder.
- getFinderInnerThresholdPx() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getFinderInsets() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Changes finder view padding to preview edges
- getFinderLineColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Foreground color of the detection overlay.
- getFinderLineColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Foreground color of the detection overlay.
- getFinderLineColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Foreground color of the detection overlay.
- getFinderLineColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Foreground color of the detection overlay.
- getFinderLineColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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.CheckScannerJsonConfiguration
- Width of finder frame border.
- getFinderLineWidth() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Width of finder frame border.
- getFinderLineWidth() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Width of the finder frame border.
- getFinderLineWidth() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Width of finder frame border.
- getFinderLineWidth() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Width of finder frame border.
- getFinderOuterThresholdPx() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getFinderRect() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getFinderRect() - function in io.scanbot.sdk.textpattern.ui.WordboxPreviewView
- 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.mrz.configuration.json.MrzScannerJsonConfiguration
- String being displayed as a description.
- getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Foreground color of the description label.
- getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Foreground color of the description label.
- getFinderTextHintColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- 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.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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.document.ui.DocumentScannerView
- Use this object to control configuration parameters of the Finder view inside
- getFinderViewController() - function in io.scanbot.sdk.document.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
- getFinderViewUserGuidance() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the user guidance below finder view.
- getFinderViewUserGuidance() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Text for the user guidance caption below the finder view.
- getFinderViewUserGuidance() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the user guidance below finder view.
- getFinderViewUserGuidance() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Text for the user guidance caption below the finder view.
- getFirstLienHolderId() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "LAF".
- getFirstLienHolderName() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "LAA".
- getFirstName() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- First Name
- getFirstName() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- First Name
- getFirstName() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- First Name
- getFirstName() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "FirstName".
- getFirstNameTruncation() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDF".
- getFirstNonConsecutiveBaggageTagLicensePlateNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- First Non Consecutive Baggage Tag License Plate Number
- getFirstOwnerIdNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAX".
- getFirstOwnerLastName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAB".
- getFirstOwnerLegalStatus() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NBA".
- getFirstOwnerMiddleName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAD".
- getFirstOwnerName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAC".
- getFirstOwnerTotalName() - function in io.scanbot.sdk.barcode.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.ICheckScannerView.ViewModel
- getFlash() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getFlash() - function in io.scanbot.sdk.ui.view.documentdata.IDocumentDataCameraView.ViewModel
- 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.mc.IMedicalCertificateScannerView.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.textpattern.ITextPatternScannerCameraView.ViewModel
- getFlash() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerCameraViewModel
- 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
- Configuration of the 'flash' button.
- getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the flash button
- getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the flash button
- getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the flash button.
- getFlashButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility hint for the flash button.
- getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the flash button
- getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the flash button
- getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the flash button.
- getFlashButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility label for the flash button.
- getFlashButtonEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Whether the flash is enabled.
- getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Controls whether the flash toggle button is hidden or not.
- getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether the flash toggle button is hidden.
- getFlashButtonHidden() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Title of the flash toggle button.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Whether flash is toggled on or off.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Whether flash is toggled on or off.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.DocumentScannerSettings
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.FinderDocumentScannerSettings
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Controls whether the flash should be initially enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether the flash should be initially enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Controls whether the flash should be initially enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Controls whether the flash should be initially enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Whether the flash should be initially enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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
- Determines whether the flash is enabled on start-up.
- getFlashEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Whether the flash is enabled.
- getFlashEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines whether the flashlight is enabled or not on start-up.
- getFlightNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Flight Number
- getFlipCameraButton() - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
- Configuration of the 'flip camera' button.
- getFlow() - function in io.scanbot.sdk.ui_v2.common.animation.CustomBitmapFrameHandler
- 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.sdk.check.entity.Check
- type of check font
- getForceMaxSnappingSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
- getForceMaxSnappingSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
- getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Shows the user guidance elements if autosnapping is disabled.
- getForceUserGuidance() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to show the user guidance elements if auto-snapping is disabled.
- getForeground() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
- Configuration of the appearance for foreground elements (e.g.
- getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
- The color of the badge's foreground (icon, text).
- getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
- The color of the button's foreground (icon, text).
- getForegroundColor() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- The color of the button's foreground (icon, text).
- getForegroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
- The foreground color of the scan assistance overlay image.
- getForIndividualAirlineUse() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- For Individual Airline Use
- getFormat() - function in io.scanbot.sdk.barcode.BarcodeItem
- Barcode format.
- getFormat() - function in io.scanbot.sdk.core.EncodeImageOptions
- Image format.
- getFormatExtension() - function in io.scanbot.sdk.persistence.CameraImageFormat
- getFormats() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- List of barcode formats to scan.
- getFormats() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonFourStateConfiguration
- List of four-state barcode formats to scan.
- getFormats() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- List of linear (1D) barcode formats to scan.
- getFormats() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- List of 2D codes to scan.
- getFormattedData() - function in io.scanbot.sdk.ui.view.barcode.batch.entity.BarcodeMappedResult
- 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
- getFormType() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- Form type.
- getFrame() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getFrameAccumulationConfiguration() - function in io.scanbot.sdk.mrz.MrzScannerConfiguration
- Configure the frame accumulation process.
- getFrameHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView
- Attach this frame handler to IScanbotCameraView
- getFrameHandler() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Attach this frame handler to IScanbotCameraView
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getFrameHandler() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getFrameHeight() - function in io.scanbot.sdk.textpattern.ui.WordboxPreviewView
- getFrameOrientation() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getFrameOrientation() - function in io.scanbot.sdk.textpattern.ui.WordboxPreviewView
- getFrameSizeFlow() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getFrameWidth() - function in io.scanbot.sdk.textpattern.ui.WordboxPreviewView
- getFreeBaggageAllowance() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Free Baggage Allowance
- getFrequentFlyerAirlineDesignator() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Frequent Flyer Airline Designator
- getFrequentFlyerNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Frequent Flyer Number
- getFuel() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "FUL".
- getFuelType() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAN".
- getFullName() - function in io.scanbot.sdk.genericdocument.entity.FieldType
- Unique global field type name prefixed with the document types of all containing documents.
- getFullName() - function in io.scanbot.sdk.genericdocument.entity.GenericDocumentType
- Unique global document type name prefixed with the document types of all containing documents.
- getFullPolygon() - function in io.scanbot.sdk.util.PolygonHelper.Companion
- Provide Polygon, covering whole image {(0,0), (0,1), (1,1), (1,0)}
- getFullPolygonSelected() - function in io.scanbot.sdk.ui.EditPolygonImageView
- getFullPolygonSelected() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- getFullPolygonSelected() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- getFullPolygonСCW() - function in io.scanbot.sdk.util.PolygonHelper.Companion
- Provide contra-clockwise Polygon, covering whole image {(0,0), (1,0), (1,1), (0,1)}
- getGender() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Gender
- getGender() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Gender".
- getGender() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Gender
- getGender() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Gender (Geschlecht)
- getGender() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Gender (Geschlecht)
- getGender() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Gender
- getGeneralInformation() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Prescription
- General Information
- getGeneralNotes() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading
- General Note
- getGeneralNotes() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- General Notes
- getGeoLocation() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "GeoLocation".
- getGivenName() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "NAE".
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Given names (Field 2.
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Given names
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Given names
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Given names
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Given names
- getGivenNames() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Given names
- getGlyphs() - function in io.scanbot.sdk.ocr.model.Word
- List of glyphs.
- getGridState() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getGrossVehicleWeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "VAT".
- getGrossVehicleWeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAT".
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatAztecConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatDataMatrixConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- GS1 message handling options.
- getGs1Handling() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- 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.sdk.barcode.entity.DEMedicalPlan
- GUID
- getGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- Configuration of the static user guidance, located just below the top bar.
- getGuidanceText() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- User guidance hint text.
- getGuidanceText() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- 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.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAZ".
- getHandle() - function in io.scanbot.sdk.util.view.PolygonViewHelper.Edge
- getHandlerColor() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The handle color of the introduction screen.
- getHandlerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- The handle color of the introduction screen.
- getHandlerColor() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The handle color of the introduction screen.
- getHandlerColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The handle color of the introduction screen.
- getHardwareButtonKeyCode() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getHardwareButtonKeyCode() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getHardwareSnapButton() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
- getHardwareSnapButton() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
- getHasContents() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoBox
- Whether the patient info box has contents.
- getHasPrimaryData() - function in io.scanbot.sdk.barcode.entity.HIBC
- Information whether primary data is present.
- getHasSecondaryData() - function in io.scanbot.sdk.barcode.entity.HIBC
- Information whether secondary data is present.
- getHazmatEndorsementExpirationDate() - function in io.scanbot.sdk.barcode.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.sdk.barcode.entity.MedicalCertificate
- Health Insurance Number
- getHeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAV".
- getHeight() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Height
- getHeight() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getHeight() - function in io.scanbot.sdk.common.AspectRatio
- Height component of the aspect ratio.
- getHeight() - function in io.scanbot.sdk.core.ImageInfo
- Image height in pixels.
- getHeight() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Height
- getHeight() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Height (Größe)
- getHeight() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration.Size
- getHeight() - function in io.scanbot.sdk.persistence.page.legacy.Page.Size
- getHeight() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration.Size
- getHeight() - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
- The height component of the aspect ratio.
- getHeight() - function in io.scanbot.sdk.ui.configuration.json.JsonSize
- Height parameter
- getHeightInches() - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
- getHeightScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- Percentage of the image height taken by the detected document.
- getHexString() - function in io.scanbot.sdk.ui.configuration.json.JsonColor
- getHibernationMemoryConsumption() - function in io.scanbot.sdk.core.ImageProfile
- Memory consumption of the hibernation buffer.
- 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.ICheckScannerView.ViewModel
- getHint() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateScannerView.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.document.DocumentDetectionResult
- All detected horizontal lines in image space.
- getHorizontalLines() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getHorizontalLinesNormalized() - function in io.scanbot.sdk.document.DocumentDetectionResult
- Normalized horizontal lines in image space.
- getHorsepower() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAU".
- getHospitalID() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Hospital ID
- getHoveredItem() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getIata2of5() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, scan IATA 2-of-5 barcodes.
- getIban() - function in io.scanbot.sdk.barcode.entity.SwissQR
- IBAN
- getIcon() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
- Configuration of the icon appearance.
- getIcon() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
- Configuration of the icon used in the camera permission request.
- getIcon() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
- Configuration of the icon appearance.
- getIcon() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
- Configuration of the icon appearance.
- getIconBackground() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
- The 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.
- getIconColor() - function in io.scanbot.sdk.ui_v2.common.ScanCompletionOverlay
- Color of the icon.
- getIconVisible() - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
- Determines whether the icon is visible or not.
- getId() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Document ID number (in the top-right corner, Field 5.
- getId() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Document ID number (in the top-right corner)
- getId() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Document ID number (in the top-right corner)
- getId() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Document ID number (in the top-right corner)
- getId() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderPagePreview
- getId() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderedPage
- getIdadIndicator() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- IDAD Indicator
- getIdCard() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "IDCard".
- getIdCardScannerModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
- getIdentification() - function in io.scanbot.sdk.barcode.entity.SEPA
- Identification
- getIftaIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAY".
- getIgnoreOrientationMismatch() - function in io.scanbot.sdk.document.DocumentScannerParameters
- If false, the document scanner will return OK_BUT_ORIENTATION_MISMATCH if the detected document orientation does not match the input image orientation, e.g.
- getIgnoreOrientationMismatch() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Sets whether to ignore the OK_BUT_ORIENTATION_MISMATCH detection status.
- getIgnoreOrientationMismatch() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Sets whether to ignore the OK_BUT_ORIENTATION_MISMATCH detection status.
- getIgnoreOrientationMistmatch() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getIgnoreOrientationMistmatch() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getImage() - function in io.scanbot.genericdocument.entity.FieldWrapper
- Field image crop
- getImage() - function in io.scanbot.sdk.genericdocument.entity.Field
- Crop of the field.
- getImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
- Provides image Bitmap from provided File.
- getImage(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
- Provides Bitmap image of type for given pageId.
- getImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides image Bitmap from provided File
- getImage(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides image Bitmap for provided type
- getImage() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- getImage() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- getImage() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateImage
- getImage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
- Image of the barcode to find.
- getImage() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The image for the introduction screen.
- getImage() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroListEntry
- The image of the entry.
- getImage() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The image for the introduction screen.
- getImage() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The image for the introduction screen.
- getImageFetcherFactory() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageFetcherFactoryInjector
- getImageFormat() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
- getImageInfo() - function in io.scanbot.sdk.core.ImageRefProfile
- Image-specific information, e.g.
- getImageOrientation() - function in io.scanbot.sdk.camera.CaptureInfo
- getImageOrientation() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getImageOrientation() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getImageOrientation() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
- getImagePlaceholderColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
- The color of the image placeholder.
- getImageProcessorModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
- getImageQuality() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
- getImageRefProfiles() - function in io.scanbot.sdk.core.ImageRefPoolSnapshot
- Detailed profiles of all alive ImageRefs.
- getImageScale() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getImageScale() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getImageScale() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The image scaling factor.
- getImageScale() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Image scaling factor.
- getImageSerializationMode() - function in io.scanbot.sdk.common.ToJsonConfiguration
- Image serialization mode.
- getImageSource() - function in io.scanbot.sdk.core.ImageRefProfile
- Description of source from which the ImageRef was created.
- getImageSource() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Saving
- getImageState() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getImageTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- A title to show image content.
- getImageTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getImageURI(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.PageFileStorage
- Provides imageUri for given page type.
- getImageURI(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides imageUri Uri for provided type
- getImageUrl() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderPagePreview
- getImageUrl() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderedPage
- getImageVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Control the visibility of the barcode image in the info box.
- getImplementation() - function in io.scanbot.sdk.SdkInitializer.Companion
- getImportAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getImportButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'import' button.
- getImportedImageUris() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getImportedImageUris() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getImportTypes() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewKt
- getImpp() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "IMPP".
- getIncapableOfWorkSince() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Incapable Of Work Since.
- getIncapableOfWorkUntil() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Incapable Of Work Until.
- getIncompleteDataOverlay() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the success overlay.
- getIncompleteResultHandling() - function in io.scanbot.sdk.mrz.MrzScannerConfiguration
- Defines how to handle incomplete MRZ results (e.g.
- getIndex() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction.CurrentPageChanged
- getIndustrial2of5() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, scan and return valid Industrial 2-of-5 barcodes.
- getInfo() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
- Configuration of the edit dialog's info text.
- getInformation() - function in io.scanbot.sdk.barcode.entity.SEPA
- Information
- getInitialCertificate() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Initial Certificate
- getInitializationVector() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- getInitialOffset() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getInitialScanDelay() - function in io.scanbot.sdk.ui_v2.common.Timeouts
- Sets the length of time, in milliseconds, that the first scan will be delayed by.
- getInitialScanningDelay() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Scanning delay after scanner appearance in seconds.
- getInitialScanningDelay() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Scanning delay after scanner appearance in seconds.
- getInnerColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
- The inner color of the 'shutter' button.
- getInputEncrypted() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
- getInspectionAddress() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "IAN".
- getInspectionAirPollutionDeviceConditions() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "IPD".
- getInspectionFacilityIdentifier() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "IFI".
- getInspectionFormOrStickerNumberCurrent() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "INC".
- getInspectionFormOrStickerNumberPrevious() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "INP".
- getInspectionSmogCertificateIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "ISC".
- getInspectionStationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "ISN".
- getInspectorIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "IIN".
- getInspectSmallText() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- Inspect small text (typically less than 12 pixels height) when analyzing the document quality.
- getInstalledLanguages() - function in io.scanbot.sdk.ocr.OcrEngine
- getInstalledLanguages() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
- getInsuredPersonNumber() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Insured Person Number
- getInternationalDocumentationVerification() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- International Documentation Verification
- getIntersectionPoint(io.scanbot.sdk.util.view.PolygonViewHelper.Line) - function in io.scanbot.sdk.util.view.PolygonViewHelper.Line
- getInterval() - function in io.scanbot.sdk.barcode.SuccessFrameDebouncer
- getIntroDialogButtonEnabled() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getIntroDialogButtonEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getIntroDialogButtonEnabled() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getIntroDialogButtonEnabled() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getIntroduction() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the document scanner introduction screen.
- getIntroScreen() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the introduction screen for the credit card scanner.
- getIntroScreen() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the introduction screen for the MRZ scanner.
- getIntroScreen() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the introduction screen for the generic text scanner screen.
- getIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Start scanning button text for the introduction screen.
- getIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Start scanning button text for the introduction screen.
- getIntroScreenDoneButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Start scanning button text for the introduction screen.
- getIntroScreenText() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- The text explanation of the introduction screen.
- getIntroScreenText() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- The text explanation for the introduction screen.
- getIntroScreenText() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- The text explanation for the introduction screen.
- getIntroScreenTitle() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Title for the introduction screen.
- getIntroScreenTitle() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Title for the introduction screen.
- getIntroScreenTitle() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Title for the introduction screen.
- getInventoryControlNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCK".
- getIo() - function in io.scanbot.sdk.ui.coroutines.DispatchersProvider
- getIo() - function in io.scanbot.sdk.ui.coroutines.IDispatchersProvider
- getIo() - function in io.scanbot.sdk.ui_v2.common.coroutines.DispatchersProvider
- getIo() - function in io.scanbot.sdk.ui_v2.common.coroutines.IDispatchersProvider
- getIoDispatcher() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getIrpIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAX".
- getIssueDate() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Issue date (Field 4a.
- getIssueDate() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Issue date
- getIssueDate() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Issue date
- getIssuerIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA
- Issuer Identification Number
- getIssuerName() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Issuer Name
- getIssuerName() - function in io.scanbot.sdk.documentdata.entity.DeHealthInsuranceCardFront
- Issuer name
- getIssuerName() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Issuer name
- getIssuerNumber() - function in io.scanbot.sdk.documentdata.entity.DeHealthInsuranceCardFront
- Issuer number (Versicherung bzw.
- getIssuerNumber() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Issuer number
- getIssueTimeStamp() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBE".
- getIssuingAuthority() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Issuing authority (Field 4c.
- getIssuingAuthority() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Issuing authority
- getIssuingAuthority() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Issuing authority
- getIssuingAuthority() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Issuing authority (Ausländerbehörde)
- getIssuingAuthority() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Issuing authority
- getIssuingDateAndTime() - function in io.scanbot.sdk.barcode.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.barcode.ui.result.model.BarcodeScannerUiResultInternal
- Scanned barcode items.
- getItems() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerUiResult
- Scanned barcode items.
- getItems() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- Configure the scanning steps of the introduction screen.
- getIterationCount() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- getIterator(io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeDocumentScannerNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfigurationKt
- 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.documentdata.configuration.json.DocumentDataExtractorNativeConfiguration) - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration) - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.documentdata.configuration.json.JsonDocumentsDisplayConfiguration) - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.documentdata.configuration.json.JsonFieldsDisplayConfiguration) - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfigurationKt
- 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.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfigurationKt
- 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.textpattern.configuration.json.JsonTextDataScannerStep) - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration) - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternJsonConfigurationKt
- getIterator(io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeConfiguration) - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeConfigurationKt
- 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.PdfConfiguration
- JPEG quality for images.
- getJpegQuality() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- JPEG quality (TIFFTAG_JPEGQUALITY).
- 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.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAF".
- getJurisdiction() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAI".
- getJurisdiction() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBL".
- getJurisdictionSpecificEndorsementCodeDescription() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCQ".
- getJurisdictionSpecificEndorsementCodes() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCD".
- getJurisdictionSpecificRestrictionCodeDescription() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCR".
- getJurisdictionSpecificRestrictionCodes() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCB".
- getJurisdictionSpecificVehicleClass() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCA".
- getJurisdictionSpecificVehicleClassificationDescription() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCP".
- getJurisdictionVersionNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA
- Jurisdiction Version Number
- getKeepScreenOn() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- If enabled, the screen will not turn off while the barcode scanner is active.
- getKeepScreenOn() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- If enabled, the screen will not turn off while the barcode scanner is active.
- getKeepScreenOn() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- If enabled, the screen will not turn off while the barcode scanner is active.
- getKeepScreenOn() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- If enabled, the screen will not turn off while the barcode scanner is active.
- getKeepScreenOn() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- If enabled, the screen will not turn off while the barcode scanner is active.
- getKey() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- getKey() - function in io.scanbot.sdk.ui.view.check.configuration.CheckScannerConfigurationParams
- getKeySize() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor.AESEncrypterMode
- getKeySize() - function in io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor.AESGCMEncrypterMode
- getKeywords() - function in io.scanbot.pdf.model.PdfAttributes
- Keywords.
- getKeyWords() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading
- Key Words
- getKeywords() - function in io.scanbot.sdk.pdf.Meta
- getKind() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Kind".
- getL() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "L".
- getLabelerIdentificationCode() - function in io.scanbot.sdk.barcode.entity.HIBC
- Labeler Identification Code (LIC)
- getLabelersProductOrCatalogNumber() - function in io.scanbot.sdk.barcode.entity.HIBC
- Labelers Product or Catalog Number (PCN).
- getLanguageCode() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Language code
- getLanguageCountryCode() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- Language Country Code
- getLanguageDataPath() - function in io.scanbot.sdk.ocr.OcrEngine
- getLanguageDataPath() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
- getLanguages() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Languages".
- getLanguages() - function in io.scanbot.sdk.ocr.OcrEngine.OcrConfig
- Set of languages to use for OCR.
- getLanguageTags() - function in io.scanbot.sdk.entity.Language
- getLargestPictureSize(android.hardware.Camera.Parameters) - function in io.scanbot.sdk.util.snap.Utils
- Returns the biggest size for resulting image
- getLargestSizeWithAspectRatioMatch(java.util.List,java.lang.Double) - function in io.scanbot.sdk.util.snap.Utils
- getLastName() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Last Name
- getLastName() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Last Name
- getLastName() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Last Name
- getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getLastPreviewUriToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getLastProcessedPosition() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfGenerator.GenerationIterator
- getLastVelocity() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
- The velocity of the last known animation.
- getLeft() - function in io.scanbot.sdk.ui_v2.common.EdgeInsets
- The left inset.
- getLegs() - function in io.scanbot.sdk.barcode.entity.BoardingPass
- A list of all children of type "Leg".
- getLicenseCategories() - function in io.scanbot.sdk.documentdata.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.
- getLifecycle() - function in io.scanbot.sdk.ui.camera.CustomCameraLifecycleOwner
- getLifecycleOwner() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- getLimitedDurationDocumentIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDD".
- getLimitReachedAlertDialog() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the alert dialog displayed when the scan limit is reached.
- getLineCoverageScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- Percentage of the document contour that the edge detector was able to find (in LEGACY engine mode only).
- getLines() - function in io.scanbot.sdk.ocr.model.Block
- List of lines.
- getLinkCharacter() - function in io.scanbot.sdk.barcode.entity.HIBC
- Link character to link standalone primary and secondary barcodes together.
- getListButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.Sheet
- Configuration of the list button.
- getListIndex() - function in io.scanbot.sdk.genericdocument.entity.FieldType
- A document can 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 field.
- getListIndex() - function in io.scanbot.sdk.genericdocument.entity.GenericDocumentType
- A document can 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 field.
- getLoadingMessage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
- Text being displayed while a barcode is being mapped.
- getLoadMode() - function in io.scanbot.sdk.core.BufferImageLoadOptions
- Load mode.
- getLoadMode() - function in io.scanbot.sdk.core.PathImageLoadOptions
- Load mode.
- getLocalBarcodeNativeConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeNativeConfigurationKt
- Composition local for the BarcodeNativeConfiguration.
- getLocalCreditCardNativeConfiguration() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardNativeConfigurationKt
- Composition local for the BarcodeNativeConfiguration.
- getLocalDocumentAnimationMetadata() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfigurationKt
- getLocalDocumentNativeConfiguration() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfigurationKt
- Composition local for the DocumentNativeConfiguration.
- getLocalFileFor(io.scanbot.sdk.blob.BlobType) - function in io.scanbot.sdk.persistence.BlobStoreStrategy
- Returns a file where a blob of the given type should be stored in local storage
- getLocalImageFetcherFactory() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageFetcherFactoryInjectorKt
- getLocalization() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the all strings for barcode scanner.
- getLocalization() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
- getLocalization() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the all strings for credit card scanner screen.
- getLocalization() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Configuration of all the strings for the standalone cropping screen.
- getLocalization() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Configuration of all the strings for the document scanner screen.
- getLocalization() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the all strings for MRZ scanner screen.
- getLocalization() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the all strings for generic text scanner screen.
- getLocalKeyCodeProvider() - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeProviderKt
- Composition local for the DocumentNativeConfiguration.
- getLocalMrzNativeConfiguration() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzNativeConfigurationKt
- Composition local for the BarcodeNativeConfiguration.
- getLocalNavControllerProvider() - function in io.scanbot.sdk.ui_v2.common.utils.NavHostControllerProviderKt
- getLocalPath() - function in io.scanbot.sdk.entity.Blob
- Local path of binary file
- getLocalScanbotTheme() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotThemeKt
- getLocalScanbotTopBarConfiguration() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotCommonTopBarKt
- Composition local for the top bar configuration.
- getLocalScanbotZoomElementScope() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotZoomElementScopeKt
- getLocalViewModelInjector() - function in io.scanbot.sdk.ui_v2.common.viewmodel.ViewModelInjectorKt
- getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
- getLockDocumentAspectRatioToFinder() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to allow scanning only for documents with the same aspect ratio as the finder.
- getLogger() - function in io.scanbot.sdk.util.log.LoggerProvider
- getLoggingEnabled() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional boolean flag to enable logging.
- getLogo() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Logo".
- getLotNumber() - function in io.scanbot.sdk.barcode.entity.HIBC
- Lot Number
- 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.BarcodeScannerConfiguration
- If
true
, enables a mode that slightly decreases scanning quality and energy consumption. - getMaidenName() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Maiden name
- getMaidenName() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Maiden name
- getMailingAddress1() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAR".
- getMailingAddress2() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAS".
- getMailingCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAT".
- getMailingJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAU".
- getMailingZipCode() - function in io.scanbot.sdk.barcode.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.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAA".
- getMajorVersion() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Major Version
- getMakeYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAL".
- getManualCountChangeColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Color of the buttons for manually changing the barcode count.
- getManualCountChangeEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard.
- getManualCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Configuration of the dialog to manually edit the barcode count.
- getManualCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
- Configuration of the dialog to manually edit the barcode count.
- getManualCountEditDialogCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Cancel button text for the manual count edit dialog.
- getManualCountEditDialogInfo() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Info for the manual count edit dialog.
- getManualCountEditDialogTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the manual count edit dialog.
- getManualCountEditDialogUpdateButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Update button text for the manual count edit dialog.
- getManualCountOutlineColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- The color of the outline of the manual counting buttons in the list sheet.
- getManualSnappingModeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'manual snapping mode' button.
- getManufactureGrossWeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAT".
- getMapOf() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotZoomScope
- getMappedBarcodes() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
- getMappedBarcodes() - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
- getMappedStrings() - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeLocalRegister
- getMarketingCarrierDesignator() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Marketing Carrier Designator
- getMatchSubstring() - function in io.scanbot.sdk.textpattern.PatternContentValidator
- Whether the pattern should match the whole string or just a substring.
- getMaxAccumulatedFrameCount() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Maximum number of partial frame results to keep in cache while waiting to gather minEqualFrameCount equal results.
- getMaxAccumulatedFrameCount() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Maximum number of partial frame results to keep in cache while waiting to gather
minEqualFrameCount
equal results. - getMaxBirthYear() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Maximum year of birth.
- getMaxBirthYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Maximum of birth-year.
- getMaxByteSize() - function in io.scanbot.sdk.core.ImageInfo
- Byte size of the non-hibernating image.
- getMaxCount() - function in io.scanbot.sdk.ui_v2.barcode.common.model.ManualEditDialogData
- getMaxCountryDetectionAttempts() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Maximum number of attempts before giving up on country detection.
- getMaxCountryDetectionAttempts() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Maximum number of attempts before giving up on country detection.
- getMaxExpirationYear() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Maximum card expiration year.
- getMaxExpirationYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Maximum ranges of card-expiration-year.
- getMaxImageSize() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- Maximum image size in pixels, if image is bigger, it will be resized.
- getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.frameaccumulation.AccumulatedResultsVerifierConfiguration
- Maximum number of accumulated frames to inspect to verify a scan result.
- getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.textpattern.TextPatternScannerConfiguration
- Maximum number of accumulated frames to inspect before actual result is returned.
- getMaximumNumberOfAccumulatedFrames() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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.VinScannerConfiguration
- Maximum number of accumulated frames to inspect before actual result is returned.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- Maximum text length.
- getMaximumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- Maximum text length.
- 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 scanned 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.BarcodeScannerConfiguration
- 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.
- getMaxProcessedFraction() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- At most this fraction of the image will be processed, range is from 0 to 1.
- getMaxScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
- getMaxYear() - function in io.scanbot.sdk.documentdata.DateValidationConfiguration
- Maximum year that is considered valid.
- 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.sdk.barcode.entity.DEMedicalPlan.Subheading
- A list of all children of type "Medicine".
- getMember() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Member".
- getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraConfigurationException
- getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraParametersException
- getMessage() - function in io.scanbot.sdk.exceptions.camera.CameraTransformationException
- getMessage() - function in io.scanbot.sdk.exceptions.crypto.EncryptionArgumentsException
- getMessage() - function in io.scanbot.sdk.exceptions.crypto.EncryptionInitException
- getMessage() - function in io.scanbot.sdk.exceptions.files.FileAccessException
- getMessage() - function in io.scanbot.sdk.exceptions.files.blobManager.BlobsDirectoryException
- getMessage() - function in io.scanbot.sdk.exceptions.files.blobManager.BlobsException
- getMessage() - function in io.scanbot.sdk.exceptions.imageprocessing.BitmapAccessException
- getMessage() - function in io.scanbot.sdk.exceptions.imageprocessing.ImageProcessorInitialisationException
- getMessage() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- Confirmation dialog message.
- getMessage() - function in io.scanbot.sdk.ui_v2.common.ScanCompletionOverlay
- A caption below the icon.
- getMessage() - function in io.scanbot.sdk.ui_v2.common.activity.SystemError
- getMessageColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The color of the dialogs message.
- getMessageFont() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The font of the dialogs message.
- getMFileDescriptor() - function in io.scanbot.sdk.pdf.PdfiumSdk
- getMicroQr() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- If true, scan and return Micro QR codes.
- getMidday() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Midday Intake Dose
- getMiddleNameTruncation() - function in io.scanbot.sdk.barcode.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.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Minimum year of birth.
- getMinBirthYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Minimum of birth-year.
- getMinConfidenceForStableField() - function in io.scanbot.sdk.frameaccumulation.ResultAccumulationConfiguration
- Minimum confidence required to consider a field confirmed.
- getMinConfirmations() - function in io.scanbot.sdk.frameaccumulation.ResultAccumulationConfiguration
- Number of confirmations required to consider a result confirmed (see ConfirmationMethod).
- getMinEqualFrameCount() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Minimum number of accumulated frames that should have equal result for a field.
- getMinEqualFrameCount() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Minimum number of accumulated frames that should have equal result for a field.
- getMinEstimatedNumberOfSymbolsForDocument() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- If estimated number of symbols is less than this value, return that document is not found.
- getMinExpirationYear() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognizerConfiguration
- Minimum card expiration year.
- getMinExpirationYear() - function in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardRecognizerParameters
- Minimum of card-expiration-year.
- getMinFocusDistanceLock() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Lock focus distance withing minimum possible range
- getMinFocusDistanceLock() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Lock focus distance withing minimum possible range
- getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
- Determines whether to lock the focus at the minimum possible distance (device-specific).
- getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Lock the focus on minimum possible distance (device specific).
- getMinFocusDistanceLock() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines whether locking the focus at the minimum possible distance is enabled or not (device-specific).
- getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Optional minimum required quiet zone on the barcode.
- getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Optional minimum required quiet zone on the barcode.
- getMinimum1DBarcodesQuietZone() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- Optional minimum required quiet zone on the barcode.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatOneDConfigurationBase
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- Minimum quiet zone size on the left and right sides of a 1D barcode, measured in number of modules.
- getMinimum1DQuietZoneSize() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
- Minimum required quiet zone on the barcode.
- getMinimumInsets() - function in io.scanbot.sdk.ui_v2.common.BaseViewFinderConfiguration
- The minimum insets of the viewfinder.
- getMinimumInsets() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- The minimum insets of the viewfinder.
- getMinimumInsets() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- The minimum insets of the viewfinder.
- getMinimumNumberOfRequiredFramesWithEqualScanningResult() - function in io.scanbot.sdk.frameaccumulation.AccumulatedResultsVerifierConfiguration
- Minimum number of accumulated frames that have an equal result in order for the result to be considered verified.
- getMinimumNumberOfRequiredFramesWithEqualScanningResult() - function in io.scanbot.sdk.textpattern.TextPatternScannerConfiguration
- Minimum number of accumulated frames that have equal result.
- getMinimumNumberOfRequiredFramesWithEqualScanningResult() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Minimum number of accumulated frames that have equal result
- getMinimumNumberOfRequiredFramesWithEqualScanningResult() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Minimum number of accumulated frames that have equal result
- getMinimumNumberOfRequiredFramesWithEqualScanningResult() - function in io.scanbot.sdk.vin.VinScannerConfiguration
- Minimum number of accumulated frames that have equal result.
- getMinimumQuality() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- The minimum quality of a scanned page to be deemed acceptable.
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatAustraliaPostConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatAztecConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonFourStateConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatDataMatrixConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatJapanPostConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatMaxiCodeConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeTwoTrackConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalMailConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalTntPostConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.barcode.BarcodeFormatUspsIntelligentMailConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumSizeScore() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- Minimum acceptable value of a result BarcodeItem's sizeScore (between 0 and 1).
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- Minimum text length.
- getMinimumTextLength() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- Minimum text length.
- 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 scanned 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.BarcodeScannerConfiguration
- Optional minimum required text length of the detected barcode.
- getMinimumValue() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- Minimum value for PharmaCode.
- getMinimumValue() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeTwoTrackConfiguration
- Minimum value for PHARMA_CODE_TWO_TRACK.
- getMinOffset() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
- The minimum offset this state can reach.
- getMinorCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAB".
- getMinProcessedFraction() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- At least this fraction of the image will be processed, range is from 0 to 1.
- getMinScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
- getMinYear() - function in io.scanbot.sdk.documentdata.DateValidationConfiguration
- Minimum year that is considered valid.
- 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
- The dialog overlay color.
- getModDate() - function in io.scanbot.sdk.pdf.Meta
- getMode() - function in io.scanbot.sdk.documentdata.DocumentDataFrameExtractionParameters
- The extraction mode.
- 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
- The visual mode used for the top bar.
- getModelYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "VAL".
- getModified() - function in io.scanbot.sdk.core.ImageRefPoolSnapshotsDiff
- Profiles of ImageRefs that are present in both snapshots but are different.
- getMoreButtonVisible() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getMorePopup() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'more' popup menu for the review screen.
- getMorning() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Morning Intake Dose
- getMotorCarrierData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "MotorCarrierData".
- getMoveThreshold() - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveListener
- getMrz() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- The child document of type "MRZ".
- getMrz() - function in io.scanbot.sdk.documentdata.entity.DePassport
- The child document of type "MRZ".
- getMrz() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- The child document of type "MRZ".
- getMrzCascadeFile() - function in io.scanbot.sdk.blob.BlobManager
- getMrzDocument() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerUiResult
- Generic document containing MRZ data.
- getMrzExampleOverlay() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the overlay text inside finder.
- getMrzScanner() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- getMrzScannerResult() - function in io.scanbot.sdk.ui.view.mrz.MrzNavigationEvent.MrzScanned
- getMrzTextLine1() - function in io.scanbot.sdk.ui_v2.mrz.configuration.ThreeLineMrzFinderLayoutPreset
- The first line of the MRZ text.
- getMrzTextLine1() - function in io.scanbot.sdk.ui_v2.mrz.configuration.TwoLineMrzFinderLayoutPreset
- The first line of the MRZ text.
- getMrzTextLine2() - function in io.scanbot.sdk.ui_v2.mrz.configuration.ThreeLineMrzFinderLayoutPreset
- The second line of the MRZ text.
- getMrzTextLine2() - function in io.scanbot.sdk.ui_v2.mrz.configuration.TwoLineMrzFinderLayoutPreset
- The second line of the MRZ text.
- getMrzTextLine3() - function in io.scanbot.sdk.ui_v2.mrz.configuration.ThreeLineMrzFinderLayoutPreset
- The third line of the MRZ text.
- 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.BarcodeScannerConfiguration
- Checksum algorithm used 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.sdk.barcode.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.sdk.barcode.entity.BoardingPass
- Name
- getName() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Name".
- getName() - function in io.scanbot.sdk.documentdata.entity.DeHealthInsuranceCardFront
- Full name with title
- getName() - function in io.scanbot.sdk.genericdocument.entity.FieldType
- Local field type name scoped to the containing document type.
- getName() - function in io.scanbot.sdk.genericdocument.entity.GenericDocumentType
- Local document type name.
- getName() - function in io.scanbot.sdk.tiff.model.UserField
- Field name.
- getName(io.scanbot.sdk.barcode.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.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCU".
- getNationality() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Nationality
- getNationality() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Nationality
- getNationality() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Nationality (Staatsangehörigkeit)
- getNationality() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Nationality (Staatsangehörigkeit)
- getNationality() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Nationality
- getNativeConfig() - function in io.scanbot.sdk.ui.view.textpattern.configuration.TextPatternScannerConfiguration
- getNativeConfig() - function in io.scanbot.sdk.ui.view.textpattern.configuration.TextPatternScannerConfigurationHelper
- getNativeConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- 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.CheckScannerConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.documentdata.configuration.DocumentDataExtractorConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateScannerConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
- getNativeParams() - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
- getNativePtr() - function in io.scanbot.sdk.pdf.Bookmark
- getNavControllerProvider() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getNavEvents() - function in io.scanbot.sdk.ui.utils.Router
- getNavEvents() - function in io.scanbot.sdk.ui.utils.RouterImpl
- getNavigationBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
- Determines the visual mode used for the navigation bar icons.
- getNavigationBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
- Determines the visual mode used for the navigation bar icons.
- getNewUsedIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAW".
- getNickname() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Nickname".
- getNight() - function in io.scanbot.sdk.barcode.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
- getNoCardFound() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerGuidanceStates
- The user guidance text displayed when no credit card is found.
- getNoDataTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that notifies that nothing was scanned yet.
- getNoDataTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getNoDocumentFound() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when no document is found.
- getNonResidentIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBI".
- getNormalizedDocumentName() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.JsonDocumentsDisplayConfiguration
- Complete list of available normalized document names is available in the documentation
- getNormalizedFieldName() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.JsonFieldsDisplayConfiguration
- Complete list of available normalized field names is available in the documentation
- getNormalizedName() - function in io.scanbot.sdk.genericdocument.entity.FieldType
- Normalized global field type name.
- getNormalizedName() - function in io.scanbot.sdk.genericdocument.entity.GenericDocumentType
- Normalized global document type name.
- getNote() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "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.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VBC".
- getNumberOfCylinders() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAQ".
- getNumberOfDoors() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAP".
- getNumberOfDuplicates() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBF".
- getNumberOfLegs() - function in io.scanbot.sdk.barcode.entity.BoardingPass
- Number Of Legs
- getNumberOfSeats() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element IDs "RAP", "VBC".
- 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.textpattern.TextPatternScannerConfiguration
- Maximum image size (height or width) for OCR process.
- getOcrResolutionLimit() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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.VinScannerConfiguration
- Maximum image size (height or width) for OCR process.
- getOcrSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
- getOdometerDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAH".
- getOdometerDisclosure() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAG".
- getOdometerReadingAtInspection() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "ORI".
- getOdometerReadingKilometers() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAI".
- getOdometerReadingMileage() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAF".
- getOfficeOfIssuance() - function in io.scanbot.sdk.documentdata.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 'OK' button.
- getOkButtonClick() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getOned() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of 1D barcode formats.
- getOnKeyCode() - function in io.scanbot.sdk.ui_v2.document.configuration.OnKeyCodeListener
- getOnlyAcceptDocuments() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- If true and extractedDocumentFormats is not empty, then barcodes that don't decode to one of the extracted document formats will be ignored.
- getOnlyAcceptDocuments() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- If
true
and extractedDocumentFormats is not empty, then barcodes that do not decode to one of the accepted document formats will be ignored. - getOnPageOrderChanged() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getOnPermissionGranted() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
- getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
- getOnPreviewEnded() - function in io.scanbot.sdk.ui_v2.document.components.camera.MockLayoutAnimation
- getOperatingCarrierDesignator() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Operating Carrier Designator
- getOperatingCarrierPNRCode() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Operating Carrier PNR Code
- getOptimizedForOverlays() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- If true, the quads of linear (1D) barcodes will be further refined to more closely match the barcode's outline in the input image.
- getOptional() - function in io.scanbot.sdk.barcode.entity.IDCardPDF417
- Optional
- getOptional1() - function in io.scanbot.sdk.documentdata.entity.MRZ
- TD1 Optional field (line 2)
- getOptional2() - function in io.scanbot.sdk.documentdata.entity.MRZ
- TD1 Optional field (line 3)
- getOrganDonor() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBH".
- getOrganDonorIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDK".
- getOrganisation() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Organisation".
- getOrientation() - function in io.scanbot.sdk.core.RawImageLoadOptions
- Rotation that should be applied to the image to recover correct orientation.
- getOrientation() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerResult
- Dominant orientation of the document, if found and if orientation detection is enabled.
- getOrientation() - function in io.scanbot.sdk.ui_v2.document.screen.camera.PreviewBitmap
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Mode for locking the UI's orientation.
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- 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.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- UI Interface orientation lock mode
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Lock mode for the UI's orientation.
- getOrientationLockMode() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- 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
- Determines which mode to use when orientation should be locked to landscape or portrait.
- getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- The orientation lock mode.
- getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
- Which mode to use when orientation should be locked to landscape or portrait.
- getOrientationLockMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
- Which mode to use when orientation should be locked to landscape or portrait.
- getOrientationMismatch() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when a landscape document is detected when the camera is in portrait mode (and vice versa).
- getOriginalFileUri() - function in io.scanbot.sdk.docprocessing.Page
- getOriginalImage() - function in io.scanbot.sdk.docprocessing.Page
- getOriginalImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the original image.
- getOriginalImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the original image.
- getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the original image.
- getOriginalImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the original image.
- getOriginalImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the original preview image.
- getOriginalImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the original preview image.
- getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the original preview image.
- getOriginalImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the original preview image.
- getOriginOfCenteredView(android.view.View,android.view.View) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
- Computes the top left coordinates for the view to be centered inside its parent.
- getOuterColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ShutterButton
- The outer color of the 'shutter' button.
- getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
- getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.DocumentInput
- getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
- getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.PdfGeneratorInput
- getOutputFile() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
- getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.BitmapInput
- getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.DocumentInput
- getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.EngineInput
- getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.PagesInput
- getOutputFile() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.UrisInput
- getOutputMode() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
- Output mode of the filter.
- getOutputMode() - function in io.scanbot.sdk.imagefilters.ScanbotBinarizationFilter
- Output mode of the filter.
- getOutputSettings() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Configuration of the output settings.
- getOverlayBackgroundColor() - function in io.scanbot.sdk.ui_v2.common.ScanCompletionOverlay
- Background color of the overlay.
- getOverlayBottomPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.BaseViewFinderConfiguration
- The color of the viewfinder overlay.
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- The color of the viewfinder overlay.
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- The color of the viewfinder overlay.
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapCheckMarkAnimation
- The overlay color for the check mark animation.
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.PageSnapFunnelAnimation
- The overlay color for the funnel animation.
- getOverlayColor() - function in io.scanbot.sdk.ui_v2.document.configuration.ZoomOverlay
- The background color of the zoom overlay.
- getOverlayConfiguration() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- The selection overay configuration.
- getOverlayConfiguration() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The selection overlay configuration.
- getOverlayEnabled() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
- Whether the barcode selection overlay is enabled or not.
- getOverlayEnabled() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
- Whether the barcode selection overlay is enabled or not.
- getOverlayLeftPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- getOverlayRightPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- getOverlayTopPadding() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- getPage(java.lang.Integer) - function in io.scanbot.sdk.entity.SnappingDraft
- getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
- getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeConfiguration
- getPage() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingNativeParam.PageParam
- getPage() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Finalize
- getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.QualityAnalyze
- getPage() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowResult
- getPageCount() - function in io.scanbot.sdk.docprocessing.Document
- getPageCount() - function in io.scanbot.sdk.pdf.PdfiumSdk
- getPageCounter() - function in io.scanbot.sdk.ui_v2.document.configuration.PagePreviewMode
- Configuration of the page counter icon.
- getPageCounter() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the page count label.
- getPageCounterAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the page-amount button
- getPageCounterAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the page-amount button.
- getPageCounterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the page-amount button.
- getPageCounterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the page-amount button.
- getPageCounterButtonTitle() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Title suffix of the button that finishes the document scanning when multi-page scanning is enabled.
- getPageDir(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides directory to store image files for current Page.
- getPageDir(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides directory to store image files for current Page.
- getPageDir(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides directory to save image files for current Page
- getPageDir(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides directory to save image files for current Page
- getPageDirection() - function in io.scanbot.pdf.model.PdfConfiguration
- Page direction.
- getPageFileStorage() - function in io.scanbot.sdk.ScanbotSDK
- getPageFileStorage() - function in io.scanbot.sdk.docprocessing.DefaultPdfPagesExtractor
- getPageFileStorage() - function in io.scanbot.sdk.pdf.PdfiumPdfPagesExtractor
- getPageFit() - function in io.scanbot.pdf.model.PdfConfiguration
- How to fit the image into the page.
- getPageHeight(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get page height in pixels.
- getPageHeightPoint(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get page height in PostScript points (1/72th of an inch).<br></br> This method requires page to be opened.
- getPageId() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getPageId() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession.CameraScreenMode.Replace
- getPageIdx() - function in io.scanbot.sdk.pdf.Bookmark
- getPageImagePath(java.lang.Integer,io.scanbot.sdk.entity.Document) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getPageImageSource() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration
- getPageImageSource() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getPageImageSource() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getPageIndex() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
- getPageIndex() - function in io.scanbot.sdk.pdf.search.TextSearchContext
- getPageLinks(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get all links from given page
- getPageRotation(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get the rotation of page<br></br>
- getPagerVisible() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getPages() - function in io.scanbot.sdk.docprocessing.Document
- getPages() - function in io.scanbot.sdk.docprocessing.DocumentProcessingResult
- pages of the processed document
- getPages() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
- getPages() - function in io.scanbot.sdk.entity.SnappingDraft
- getPages() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.PagesInput
- getPages() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- getPages() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getPagesCount() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getPagesCount() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getPagesCountToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getPagesCountToDisplay() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getPagesDirectory(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides directory which stores all pages for document.
- getPagesDirectory(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides directory which stores all pages for document.
- getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.CustomPageStorage
- Provides directory which store all pages
- getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.InternalPageStorage
- Provides directory which store all pages
- getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides directory which store all pages
- getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.draft.CustomDraftPageStorage
- Provides directory which store all pages
- getPagesDirectory() - function in io.scanbot.sdk.persistence.page.legacy.draft.InternalDraftPageStorage
- Provides directory which store all pages
- getPagesFlow() - function in io.scanbot.sdk.docprocessing.Document
- The flow of pages in the document.
- getPageSize() - function in io.scanbot.pdf.model.PdfConfiguration
- Physical size of the page.
- getPageSize(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get size of page in pixels.<br></br> This method does not require given page to be opened.
- getPagesLimit() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getPagesScanLimit() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerOutputSettings
- The limit of the number of pages that can be scanned.
- getPageStorage() - function in io.scanbot.sdk.persistence.page.PageFileStorage
- getPageStorageSettings() - function in io.scanbot.sdk.persistence.page.legacy.draft.DraftPageStorage
- getPageText() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
- getPageTextContentDescription() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
- getPageTextStyle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- Configuration of the title below each page object.
- getPageUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- The UUID of the page of the document to be cropped.
- getPageUuid() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingResult
- The UUID of the page of the document that was cropped.
- getPageWidth(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get page width in pixels.
- getPageWidthPoint(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get page width in PostScript points (1/72th of an inch).<br></br> This method requires page to be opened.
- getPalette() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Define the screen's base color values from which other colors are derived.
- getPalette() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
- getPalette() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Define the screen's base color values from which other colors are derived.
- getPalette() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Define the screen's base color values from which other colors are derived.
- getPalette() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Define the screen's base color values from which other colors are derived.
- getPalette() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Define the screen's base color values from which other colors are derived.
- getPalette() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Define the screen's base color values from which other colors are derived.
- getParameters() - function in io.scanbot.sdk.document.DocumentScannerConfiguration
- Initial parameters for the document scanner.
- getParametricFilter() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getParametricFilter() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getParametricFilters() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getParams() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.check.configuration.CheckScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.documentdata.configuration.DocumentDataExtractorConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.hic.configuration.HealthInsuranceCardScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.mrz.configuration.MRZScannerConfiguration
- getParams() - function in io.scanbot.sdk.ui.view.vin.configuration.VinScannerConfiguration
- getParsedData() - function in io.scanbot.sdk.genericdocument.entity.Field
- Parsed data.
- getPartiallyScanned() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
- Appearance of the overlay polygon when a barcode is partially scanned.
- getPartiallyScanned() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickBadgeConfiguration
- Appearance of the badge when a barcode is partially scanned.
- getPartialScannedAlertDialog() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Configuration of the partial scanned alert dialog.
- getPartialScannedAlertDialogEnabled() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- If the partial scanned alert dialog is enabled.
- getPassengerDescription() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Passenger Description
- getPassengerStatus() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Passenger Status
- getPassportType() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Passport type
- getPatchVersionNumber() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- Patch Version Number
- getPath() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getPath(android.content.Context,android.net.Uri,io.scanbot.sdk.persistence.fileio.FileIOProcessor) - function in io.scanbot.sdk.util.FileChooserUtils
- Get a file path from a Uri.
- getPatient() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- The child document of type "Patient".
- getPatientFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Patient Free Text
- getPatientID() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Patient ID
- getPatientInfoBox() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- Patient info box.
- getPattern() - function in io.scanbot.sdk.textpattern.PatternContentValidator
- Pattern to match.
- getPattern() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- Validation pattern to automatically validate recognized text.
- getPattern() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Sets a validation pattern.
- getPatternGrammar() - function in io.scanbot.sdk.textpattern.PatternContentValidator
- Grammar of pattern matching.
- getPaused() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text that is shown when the detector is paused.
- getPayeeAddressType() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Address Type
- getPayeeBuildingOrAddressLine2() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Building Or Address Line 2
- getPayeeCountry() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Country
- getPayeeName() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Name
- getPayeePlace() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Place
- getPayeePostalCode() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Postal Code
- getPayeeStreetOrAddressLine1() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payee Street Or Address Line 1
- getPaymentReference() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payment Reference
- getPaymentReferenceType() - function in io.scanbot.sdk.barcode.entity.SwissQR
- Payment Reference Type
- getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
- getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.DocumentInput
- getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
- getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.PdfGeneratorInput
- getPdfConfig() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
- getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.BitmapInput
- getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.DocumentInput
- getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.EngineInput
- getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.PagesInput
- getPdfConfig() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.UrisInput
- getPdfImagesExtractorSettings() - function in io.scanbot.sdk.di.ScanbotSdkModule.Companion
- getPdfUri() - function in io.scanbot.sdk.docprocessing.Document
- getPermissionBinding() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraView
- getPermissionBinding() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
- getPermissionBinding() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
- getPermissionEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Updated whe permission status is clarified
- getPermissionViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- getPermissionViewModel() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- getPermissionViewModel() - function in io.scanbot.sdk.ui.view.documentdata.BaseDocumentDataExtractorActivity
- getPermissionViewModel() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- getPermissionViewModel() - function in io.scanbot.sdk.ui.view.mrz.MRZCameraView
- getPermitExpirationDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAB".
- getPermitIdentifier() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "PAC".
- getPersonalNumber() - function in io.scanbot.sdk.documentdata.entity.DeHealthInsuranceCardFront
- Personal number (Versichertennummer)
- getPersonalNumber() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Personal number
- getPersonalNumber() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Personal number
- getPharma() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of pharmaceutical barcode formats.
- getPharmaceuticalNumber() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Pharmaceutical Number
- getPharmacyID() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Pharmacy ID
- getPhoto() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Photo".
- getPhoto() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Photo image
- getPhoto() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Photo image
- getPhoto() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Photo image
- getPhoto() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Photo image
- getPhotoQualityPrioritization() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The prioritization of still image quality and capturing speed.
- getPhotoQualityPrioritization() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Prioritization of still image quality and capturing speed.
- getPhysicalDescriptionEyeColor() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAY".
- getPhysicalDescriptionHeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAU".
- getPhysicalDescriptionSex() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBC".
- getPhysicalDescriptionWeightRange() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCE".
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.check.ICheckScannerView.ViewModel
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateScannerView.ViewModel
- getPictureProcessing() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
- Determines whether pinch-to-zoom is enabled or not.
- getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Whether the pinch to zoom is enabled.
- getPinchToZoomEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines whether pinch-to-zoom is enabled or not.
- getPinchToZoomListener() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- getPinCode() - function in io.scanbot.sdk.documentdata.entity.MRZ
- PIN code
- getPlace() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Place
- getPlaceholderIcon() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the icon displayed in an empty barcode list.
- getPlaceholderIconBackground() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Background color of the icon displayed in an empty barcode list.
- getPlaceholderSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the subtitle displayed in an empty barcode list.
- getPlaceholderTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the title displayed in an empty barcode list.
- getPlaceOfBirth() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCI".
- getPlaceOfIssue() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Place of issue (Ausstellungsort)
- getPlaceOfOperationNumber() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Place Of Operation Number
- getPoints() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getPoints() - function in io.scanbot.sdk.document.DocumentDetectionResult
- Absolute coordinates of the detected document contour in image space sorted in clockwise order, starting from the top left corner.
- getPoints() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
- getPointsNormalized() - function in io.scanbot.sdk.document.DocumentDetectionResult
- Normalized coordinates of the detected document contour in image space sorted in clockwise order, starting from the top left corner.
- getPolygon() - function in io.scanbot.sdk.autosnapping.BaseDocumentAutoSnappingController.Param
- getPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getPolygon() - function in io.scanbot.sdk.docprocessing.Page
- getPolygon() - function in io.scanbot.sdk.persistence.page.legacy.Page
- getPolygon() - function in io.scanbot.sdk.ui.EditPolygonImageView
- getPolygon() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- getPolygon() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- getPolygon() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
- getPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
- getPolygon() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
- Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
- getPolygon() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
- Configuration of the overlay polygon displayed on top of a barcode in the camera preview.
- getPolygon() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the document contour detection polygon.
- getPolygon() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getPolygonAutoSnapProgressColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Stroke color of polygon auto snap progress animation.
- getPolygonAutoSnapProgressEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Whether polygon auto snap progress animation is enabled or not.
- getPolygonAutoSnapProgressLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Line width of polygon auto snap progress animation.
- getPolygonBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
- getPolygonBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good.
- getPolygonBackgroundColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the detected document outline when we are ready to snap OK.
- getPolygonBackgroundColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the detected document's outline when ready to snap.
- getPolygonColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
- The color of the polygon in the selection overlay.
- getPolygonColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
- The color of the polygon in the selection overlay.
- getPolygonColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of the detected document outline when the document's angle, size or aspect ratio is not yet sufficiently good.
- getPolygonColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Color of the detected document's outline when the document's angle, size or aspect ratio is not yet sufficiently good.
- getPolygonColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Default color of the cropping outline.
- getPolygonColorMagnetic() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Outline color of magnetically snapped edges.
- getPolygonColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of the detected document outline when we are ready to snap OK.
- getPolygonColorOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Color of the detected document's outline when ready to snap.
- getPolygonConfiguration() - function in io.scanbot.sdk.document.ui.DocumentScannerView
- Use this object to control configuration parameters of the Polygon view inside
- getPolygonConfiguration() - function in io.scanbot.sdk.document.ui.IDocumentScannerView
- Use this object to control configuration parameters of the Polygon view inside
- getPolygonCornerRadius() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The radius to use when drawing rounded corners of the polygon.
- getPolygonCornerRadius() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Radius to use when drawing rounded corners of the polygon.
- getPolygonEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to display the document's polygon.
- getPolygonFlow() - function in io.scanbot.sdk.docprocessing.Page
- getPolygonFromDrawingPolygon(java.util.List,java.util.List) - function in io.scanbot.sdk.util.view.PolygonViewHelper
- Processes drawing polygon coordinates to polygon with coordinates 0..
- getPolygonInRoot() - function in io.scanbot.sdk.genericdocument.entity.Field
- Coordinates of the field in the root document coordinate system.
- getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Width of the detected document outline.
- getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Width of the detected document's outline.
- getPolygonLineWidth() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Width of the detected document outline.
- getPolygonStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle,io.scanbot.sdk.barcode.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodeAppearanceDelegate
- Implement this method to decide the colors of the given barcodes polygon
- getPolygonStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle,io.scanbot.sdk.barcode.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate
- Implement this method to decide the colors of the given barcodes polygon
- getPolygonStyle() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getPolygonStyle() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
- getPolygonType() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getPolygonValueClickListener() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- Allows to set a click listener to the view under the polygon created by barcodeItemViewFactory
- getPolygonViewEnabled() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerCameraView
- getPosition(io.scanbot.sdk.persistence.page.legacy.Page) - function in io.scanbot.sdk.entity.SnappingDraft
- getPostal() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of postal barcode formats.
- getPostalCode() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Postal Code
- getPotency() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine.Substance
- Potency
- getPreferredHeight() - function in io.scanbot.sdk.ui_v2.common.BaseViewFinderConfiguration
- The preferred height of the viewfinder.
- getPreferredHeight() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- The preferred height of the viewfinder.
- getPreferredHeight() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- The preferred height of the viewfinder.
- getPreferredMaxHeight() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getPreferredMaxHeight() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getPreferredMaxWidth() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getPreferredMaxWidth() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getPreferredZoom() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- The cameras zoom level preferred for this step.
- getPreferredZoom() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Zoom level required for this step.
- getPregnant() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Pregnant
- getPreName() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Pre Name
- getPreprocessInput() - function in io.scanbot.sdk.mc.MedicalCertificateScanningParameters
- If true, the image is sharpened before processing.
- getPrescriptionFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Prescription
- Prescription Free Text
- getPrescriptions() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading
- A list of all children of type "Prescription".
- getPreset() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
- Preset of binarization filter parameters that are found to perform well on different types of documents.
- getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.CheckMarkLayoutAnimation
- getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.DocumentPreviewAnimation
- getPreview() - function in io.scanbot.sdk.ui_v2.document.components.camera.MockLayoutAnimation
- getPreviewBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowResult
- getPreviewBuffer() - function in io.scanbot.sdk.camera.ScanbotCameraView
- getPreviewButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'preview' button.
- getPreviewEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- The camera should be enabled.
- getPreviewFrame() - function in io.scanbot.sdk.ui.view.barcode.batch.entity.BarcodeScannerResult
- getPreviewImage(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.PageFileStorage
- Provides preview Bitmap image of type for given pageId.
- getPreviewImage(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides preview image Bitmap for provided type
- getPreviewImageURI(java.lang.String,java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.PageFileStorage
- Provides preview imageUri for given page type.
- getPreviewImageURI(java.lang.String,io.scanbot.sdk.persistence.page.PageFileType) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides preview imageUri Uri for provided type
- getPreviewInsets() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getPreviewInsets() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getPreviewTargetMax() - function in io.scanbot.sdk.persistence.page.PageStorageSettings
- getPreviousTitleNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAZ".
- getPreviousTitlingJurisdiction() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TPJ".
- getPrimaryColor() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
- getPrimaryColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getProcessing() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
- getProcessing() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
- Text that is shown when the detector tries to detect the document from the snapped image.
- getProcessing() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
- getProcessing() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text that is shown when the detector tries to detect the document from the snapped image.
- getProcessingEnabled() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- getProducer() - function in io.scanbot.sdk.pdf.Meta
- getProductId() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "ProductId".
- getProgress() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
- getProgress() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
- The fraction of the progress going from currentValue to targetValue, within 0f..
- getProgress() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getProgressColor() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanningProgressConfiguration
- The color of the scanning progress.
- getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.IProgressAware
- getProgressShowing() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getPseudonym() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Pseudonym
- getPublicKey() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "PublicKey".
- getPurpose() - function in io.scanbot.sdk.barcode.entity.SEPA
- Amount
- getPzn7() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, scan PZN7 (legacy Pharmazentralnummer) barcodes.
- getPzn8() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, scan PZN8 (Pharmazentralnummer) barcodes.
- getQr() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- If true, scan and return QR codes.
- getQuad() - function in io.scanbot.sdk.barcode.BarcodeItem
- The four corners of the barcode in the input image, in clockwise order starting from the top left, in image coordinates.
- getQuad() - function in io.scanbot.sdk.creditcard.CreditCardScanningResult
- Coordinates of the detected credit card in the input image (clockwise from top-left).
- getQuad() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- Coordinates of the document in the parent document coordinate system.
- getQuad() - function in io.scanbot.sdk.mc.MedicalCertificateCheckBox
- Points of the box.
- getQuad() - function in io.scanbot.sdk.mc.MedicalCertificateDateRecord
- Date box.
- getQuad() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoBox
- Four corners of the patient info box.
- getQuadInRoot() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- Coordinates of the document in the root document coordinate system.
- getQuadNormalized() - function in io.scanbot.sdk.barcode.BarcodeItem
- The four corners of the barcode in the input image, in clockwise order starting from the top left, normalized to the range 0, 1.
- getQuadNormalized() - function in io.scanbot.sdk.creditcard.CreditCardScanningResult
- Coordinates of the detected credit card in the input image (clockwise from top-left), normalized to the range 0, 1.
- getQuality() - function in io.scanbot.sdk.core.EncodeImageOptions
- Quality parameter is for jpeg only and is in range 0 to 100.
- getQuality() - function in io.scanbot.sdk.core.SaveImageOptions
- Quality parameter is for jpeg only and is in range 0 to 100.
- getQuality() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerResult
- Quality of the document, if found.
- getQualityHeatmap() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerResult
- Quality heatmap.
- getQualityIndices() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- quality levels.
- getQualityThresholds() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- Quality thresholds to separate quality levels.
- getQuantity() - function in io.scanbot.sdk.barcode.entity.HIBC
- Quantity
- getQuery() - function in io.scanbot.sdk.pdf.search.FPDFTextSearchContext
- getQuery() - function in io.scanbot.sdk.pdf.search.TextSearchContext
- getRaceEthnicity() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCL".
- getRadius() - function in io.scanbot.sdk.imagefilters.CustomBinarizationFilter
- Filter radius.
- getRawBytes() - function in io.scanbot.sdk.barcode.BarcodeItem
- Raw bytes of barcode contents.
- getRawDocument() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "RawDocument".
- getRawMRZ() - function in io.scanbot.sdk.documentdata.entity.DeIdCardBack
- Raw MRZ text value
- getRawMRZ() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Raw MRZ text value
- getRawMRZ() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Raw MRZ text value
- getRawMRZ() - function in io.scanbot.sdk.mrz.MrzScannerResult
- Raw string value of MRZ.
- getRawMRZ() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerUiResult
- Raw string value of MRZ.
- getRawString() - function in io.scanbot.sdk.check.entity.Check
- Detected raw string
- getRawString() - function in io.scanbot.sdk.mc.MedicalCertificateDateRecord
- Raw date string.
- getRawText() - function in io.scanbot.sdk.textpattern.TextPatternScannerResult
- Raw recognized string.
- getRawText() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerUiResult
- Raw recognized string.
- getRawValue() - function in io.scanbot.sdk.barcode.entity.GS1.Element
- Raw Value
- getRawValue() - function in io.scanbot.sdk.barcode.entity.VCard.Entry
- Raw Value
- getReadyToCapture() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document is ready to be captured in 'auto snapping' mode.
- getReason() - function in io.scanbot.sdk.barcode.entity.GS1.Element.ValidationError
- Reason
- getReasonForTreatment() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Reason For Treatment
- getReceiverBIC() - function in io.scanbot.sdk.barcode.entity.SEPA
- Receiver BIC
- getReceiverIBAN() - function in io.scanbot.sdk.barcode.entity.SEPA
- Receiver IBAN
- getReceiverName() - function in io.scanbot.sdk.barcode.entity.SEPA
- Receiver Name
- getRecognitionConfidence() - function in io.scanbot.sdk.mc.MedicalCertificateDateRecord
- Confidence in the recognized value.
- getRecognitionConfidence() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoField
- Confidence in the recognized value.
- getRecognitionConfidence() - function in io.scanbot.sdk.textpattern.SymbolBox
- Confidence of the recognition.
- getRecognitionConfidence() - function in io.scanbot.sdk.textpattern.WordBox
- Confidence of the recognition.
- getRecognitionStatus() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerUiResult
- The status of the credit card recognition step.
- getRecognizeBarcode() - function in io.scanbot.sdk.mc.MedicalCertificateScanningParameters
- Some forms are printed with an extra barcode that encodes the same information as the document.
- getRecognizedText() - function in io.scanbot.sdk.ocr.process.OcrResult
- getRecognizeParameters() - function in io.scanbot.sdk.mc.MedicalCertificateFrameHandler
- Recognition parameters.
- getRecognizePatientInfo() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Whether sdk should run recognition of Patient Information block.
- getRecognizePatientInfoBox() - function in io.scanbot.sdk.mc.MedicalCertificateScanningParameters
- All data in the patient info box will be extracted.
- getRecognizerParameters() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- The live detection configuration parameters.
- getRectangle() - function in io.scanbot.sdk.vin.VinBarcodeResult
- Rectangle of the barcode in the image.
- getRefInfo() - function in io.scanbot.sdk.core.ImageRefProfile
- Information about the strong and serialized references to the image.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatAustraliaPostConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatAztecConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCode128Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonFourStateConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatConfigurationBase
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarExpandedConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatDataBarLimitedConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatDataMatrixConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatItfConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatJapanPostConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatMaxiCodeConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatPharmaCodeTwoTrackConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalMailConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalTntPostConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- Regular expression filter for barcode text.
- getRegexFilter() - function in io.scanbot.sdk.barcode.BarcodeFormatUspsIntelligentMailConfiguration
- Regular expression filter for barcode text.
- getRegistrantAndVehicleData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "RegistrantAndVehicleData".
- getRegistrantFamilyName() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBD".
- getRegistrantGivenName() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBE".
- getRegistrationData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "RegistrationData".
- getRegistrationDecalNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RAD".
- getRegistrationEnforcementDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RAF".
- getRegistrationExpirationDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RAG".
- getRegistrationExpiryDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RAG".
- getRegistrationIssueDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "IFJ".
- getRegistrationIssueDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBB".
- getRegistrationPlateNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RAM".
- getRegistrationPlateNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RAM".
- getRegistrationWindowStickerDecal() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBU".
- getRegistrationYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBT".
- getRegistrationYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "RBT".
- getRejected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
- Appearance of the overlay polygon when a barcode is rejected.
- getRejected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickBadgeConfiguration
- Appearance of the badge when a barcode is rejected.
- getRelated() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Related".
- getRelevantInfo() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- Relevant Info
- getRemarks() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitBack
- Remarks (Anmerkungen)
- getRemarks() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Remarks (Anmerkungen)
- getRemittance() - function in io.scanbot.sdk.barcode.entity.SEPA
- Remittance
- getRemotePath() - function in io.scanbot.sdk.entity.Blob
- Path of binary file on remote storage (server)
- getRemoved() - function in io.scanbot.sdk.core.ImageRefPoolSnapshotsDiff
- Unique ids of ImageRefs that are not present in the second snapshot and present in the first snapshot.
- getRenewedCertificate() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Renewed Certificate
- getReorderPageGuidanceTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The text for the static user guidance, located just below the top bar of the reorder pages screen.
- getReorderPages() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
- Configuration of the screen for reordering the scanned pages.
- getReorderPages() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu
- Configuration of the 'reorder pages' button.
- getReorderPageText() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title below each page object of the reorder pages screen.
- getReorderPageTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the reorder pages screen, located in the top bar.
- getReorderTopBarCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'cancel' button title, located in the top bar of the reorder pages screen.
- getReorderTopBarConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'confirm' button title, located in the top bar of the reorder pages screen.
- getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Whether to replace the cancel button in the top bar with a back arrow icon.
- getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getReplaceCancelButtonWithIcon() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- If
true
, replaces the cancel button in the top bar with a back arrow icon. - getRequestedCount() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- getRequireCardholderName() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- Whether the cardholder name is required for a successful scan.
- getRequiredAspectRatio() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getRequiredAspectRatio() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getRequiredAspectRatios() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration
- getRequiredAspectRatios() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- An optional array of aspect ratios the documents have to conform to.
- getRequireExpiryDate() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- Whether the expiry date is required for a successful scan.
- getRequiresCare() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Requires Care
- getResamplingMethod() - function in io.scanbot.pdf.model.PdfConfiguration
- Resampling method.
- getResetButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
- Configuration of the 'reset detection' button, located in the bottom bar.
- getResetButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the reset button
- getResetButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the reset button
- getResetButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the reset button
- getResetButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the reset button
- getResetButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Title of the Reset button.
- getResetEnabled() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getResidenceAddress1() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAM".
- getResidenceAddress2() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAN".
- getResidenceCity() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAO".
- getResidenceJurisdictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAP".
- getResidenceZipCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAQ".
- getResourceId(android.content.Context,java.lang.Integer) - function in io.scanbot.sdk.ui.utils.ThemeUtilsKt
- getRestrictions() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack
- Restrictions applied for the driver's license (Field 12.
- getRestrictions() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Category
- Restrictions (Column 12.
- getResult(java.lang.String) - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalLruStorage
- Returns the result from the storage according to the given id
- getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalRepository
- Returns the result for a given ResultId
- getResult() - function in io.scanbot.sdk.ui.ScanbotActivityResult
- Scanning or recognition result - the essence of components work done.
- getResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.ui.result.ResultRepository
- Returns the result for a given ResultId
- getResult(java.lang.String) - function in io.scanbot.sdk.ui.result.ResultStorage
- Returns the result from the storage according to the given id
- getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodeScanned
- getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.ShowConfirmationDialog
- getResult() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.check.CheckScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractorActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui.view.vin.VinScannerNavigationEvent.VinScanned
- getResult() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.creditcard.CreditCardScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel.CreditCardScanningState.Success
- getResult() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.mrz.MrzScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel.MrzState.Presentation
- getResult() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel.MrzState.Success
- getResult() - function in io.scanbot.sdk.ui_v2.textpattern.TextPatternScannerActivity.Result
- Scanning or recognition result - the essence of components work done.
- getResult() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel.TextPatternState.Presentation
- getResult() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel.TextPatternState.Success
- getResultAccumulationConfig() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- Configuration for how to accumulate results.
- getResultAccumulationConfig() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfiguration
- Configuration for how to accumulate results.
- getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalRepository
- Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
- getResultAndErase(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.ui.result.ResultRepository
- Returns the result for a given ResultId and delete it from the repository Use this method if you just need to process the result after the successful recognition to keep the usage of memory low
- getResultCode() - function in io.scanbot.sdk.ui.ScanbotActivityResult
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.check.CheckScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractorActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
- Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
- getResultCode() - function in io.scanbot.sdk.ui_v2.creditcard.CreditCardScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui_v2.mrz.MrzScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultCode() - function in io.scanbot.sdk.ui_v2.textpattern.TextPatternScannerActivity.Result
- Defines whether activity finished and result provided or, for example, Activity.
- getResultDocuments() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataNavigationEvent.DocumentDataExtractionFinished
- getResultFlow() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- getResultId() - function in io.scanbot.sdk.ui.result.ResultWrapper
- getResultOk() - function in io.scanbot.sdk.ui.ScanbotActivityResult
- getResultOk() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
- getResults() - function in io.scanbot.sdk.pdf.search.SearchHandler
- getResultsRepository() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity
- getResultsRepository() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.ResultContract
- getResultsRepository() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- getResultsRepository() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity.InternalResultContract
- getResultWithConfirmationEnabled() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- Defines, if the confirmation dialog should be displayed or not before returing the results to the delegate.
- getResultWithConfirmationEnabled() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- Defines, if the confirmation dialog should be displayed or not before returning the barcode scanning results.
- getRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementBottomBar
- Configuration of the 'retake' button.
- getRetakeButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'retake' button, located in the bottom bar.
- getRetryButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
- Configuration of the retry button.
- getRetryButtonTitle() - function in io.scanbot.sdk.ui.configuration.json.JsonConfirmationDialogConfiguration
- The title of the confirmation dialog retry button.
- getRetryButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- Confirmation dialog retry button text.
- getReturnBarcodeImage() - function in io.scanbot.sdk.barcode.BarcodeScannerConfiguration
- If true, the barcode image will be returned in the BarcodeItem.
- getReturnBarcodeImage() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- If
true
, the barcode image is returned in the result. - getReturnCreditCardImage() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- If true, the credit card image will be returned in creditCard field of CreditCardScanningResult.
- getReturnCroppedDocument() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getReturnCroppedDocumentImage() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Whether sdk should return cropped document image or not
- getReturnCrops() - function in io.scanbot.sdk.documentdata.DocumentDataExtractorConfiguration
- If true, crops of the detected documents and fields will be returned in the result.
- getReturnCrops() - function in io.scanbot.sdk.mrz.MrzScannerConfiguration
- If true, crops of the detected MRZ and its fields will be returned in the result.
- getReturnQualityHeatmap() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- If true, will return the quality heatmap as a part of the result.
- getReturnStartEnd() - function in io.scanbot.sdk.barcode.BarcodeFormatCodabarConfiguration
- If true, return the start and end characters.
- getReview() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerScreens
- Configuration of the screen for reviewing the scanned pages.
- getReviewDeleteAllPagesAlertCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'cancel' button title of the delete all pages alert dialog for the review screen.
- getReviewDeleteAllPagesAlertDeleteButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'confirm' button title of the delete all pages alert dialog for the review screen.
- getReviewDeleteAllPagesAlertSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The subtitle of the delete all pages alert dialog for the review screen.
- getReviewDeleteAllPagesAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the delete all pages alert dialog for the review screen.
- getReviewDeletePageAlertCancelButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'cancel' button title of the delete page alert dialog for the review screen.
- getReviewDeletePageAlertConfirmButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'confirm' button title of the delete page alert dialog for the review screen.
- getReviewDeletePageAlertDeleteRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'delete and retake' button title of the delete page alert dialog for the review screen.
- getReviewDeletePageAlertSubTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The subtitle of the delete page alert dialog for the review screen.
- getReviewDeletePageAlertTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the delete page alert dialog for the review screen.
- getReviewScreenAddButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'add' button title, located in the bottom bar of the review screen.
- getReviewScreenCropButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'crop' button title, located in the bottom bar of the review screen.
- getReviewScreenDeleteAllButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'delete all' menu button title, accessed via the 'more' button of the review screen.
- getReviewScreenDeleteButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'delete' button title, located in the bottom bar of the review screen.
- getReviewScreenPageCount() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The page count label text.
- getReviewScreenReorderPagesButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'reorder pages' menu button title, accessed via the 'more' button of the review screen.
- getReviewScreenRetakeButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'retake' button title, located in the bottom bar of the review screen.
- getReviewScreenRotateButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'rotate' button title, located in the bottom bar of the review screen.
- getReviewScreenSubmitButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'submit' button title, located in the bottom bar of the review screen.
- getReviewScreenTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The title of the review screen, located in the top bar.
- getReviewTopBarBackButtonTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'back' button title, located in the top bar of the review screen.
- getRevision() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Revision".
- getRight() - function in io.scanbot.sdk.ui_v2.common.EdgeInsets
- The right inset.
- getRmqr() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- If true, scan and return rectangular Micro QR (rMQR) codes.
- getRoi() - function in io.scanbot.sdk.core.BasicImageLoadOptions
- Region of interest.
- getRoi() - function in io.scanbot.sdk.core.BufferImageLoadOptions
- Region of interest.
- getRoi() - function in io.scanbot.sdk.core.PathImageLoadOptions
- Region of interest.
- getRoi() - function in io.scanbot.sdk.core.RawImageLoadOptions
- Region of interest.
- getRoi() - function in io.scanbot.sdk.ocr.model.Block
- Quad where the text was found in image coordinates.
- getRoi() - function in io.scanbot.sdk.ocr.model.Glyph
- Quad where the text was found in image coordinates.
- getRoi() - function in io.scanbot.sdk.ocr.model.Line
- Quad where the text was found in image coordinates.
- getRoi() - function in io.scanbot.sdk.ocr.model.OcrElement
- Quad where the text was found in image coordinates.
- getRoi() - function in io.scanbot.sdk.ocr.model.Page
- Quad where the text was found in image coordinates.
- getRoi() - function in io.scanbot.sdk.ocr.model.Word
- Quad where the text was found in image coordinates.
- getRole() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Role".
- getRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingBottomBar
- Configuration of the 'rotate page' button, located in the bottom bar.
- getRotateButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'rotate' button, located in the bottom bar.
- getRotateButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the rotate button
- getRotateButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the rotate button
- getRotateButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.CroppingAccessibilityConfiguration
- Text, that is used as an accessibility label for the rotate button
- getRotateButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.edit.configuration.json.JsonCroppingAccessibilityConfiguration
- Text, that is used as an accessibility hint for the rotate button
- getRotateButtonHidden() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Changes the visibility of the Rotate button.
- getRotateButtonTitle() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Title of the Rotate button.
- getRotatePageOnView() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getRotation() - function in io.scanbot.sdk.docprocessing.Page
- getRotation() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- getRotation() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- getRotation() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getRotation() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
- getRotationDegrees(android.view.View) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
- Computes the rotation of a android.view.View in degrees from its natural orientation.
- getRotationFlow() - function in io.scanbot.sdk.docprocessing.Page
- getRoutingNumber() - function in io.scanbot.sdk.check.entity.FRACheck
- Routing number
- getRoutingNumber() - function in io.scanbot.sdk.check.entity.UAECheck
- Routing number
- getRtuResult() - function in io.scanbot.sdk.ui.view.check.CheckNavigationEvent.CheckScanned
- getRtuResult() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateNavigationEvent.MedicalCertificateScanned
- getSafeAreaInsets() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Set a padding to finder parts that will be covered with other view's, like toolbar on top of the screen, and navigation bars on bottom of the screens
- getSafeAreaInsets() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getSafeAreaInsets() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getSalt() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- getSapManager() - function in io.scanbot.sdk.ui.view.edit.BaseCroppingActivity
- getSaveAreaPadding(java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotSystemBarKt
- getSaver() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState.Companion
- The default Saver implementation for ZoomableState.
- getSbColorModalOverlay() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color with a very high alpha (transparency) value used to fill certain overlays.
- getSbColorNegative() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used to convey a negative meaning.
- getSbColorOnPrimary() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used for displaying elements on top of the primary color.
- getSbColorOnSecondary() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used for displaying elements on top of the secondary color.
- getSbColorOnSurface() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used on top of surfaces.
- getSbColorOnSurfaceVariant() - function in io.scanbot.sdk.ui_v2.common.Palette
- The alternative color used on top of surfaces.
- getSbColorOutline() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used for outlines.
- getSbColorPositive() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used to convey a positive meaning.
- getSbColorPrimary() - function in io.scanbot.sdk.ui_v2.common.Palette
- The primary color used for enabled elements.
- getSbColorPrimaryDisabled() - function in io.scanbot.sdk.ui_v2.common.Palette
- The primary color used for disabled elements.
- getSbColorSecondary() - function in io.scanbot.sdk.ui_v2.common.Palette
- The secondary color used for enabled elements.
- getSbColorSecondaryDisabled() - function in io.scanbot.sdk.ui_v2.common.Palette
- The secondary color used for disabled elements.
- getSbColorSurface() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used for surfaces.
- getSbColorSurfaceHigh() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color with a high alpha (transparency) value used for certain surfaces.
- getSbColorSurfaceLow() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color with a low alpha (transparency) value used for certain surfaces.
- getSbColorWarning() - function in io.scanbot.sdk.ui_v2.common.Palette
- The color used to convey warnings.
- getScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
- getScale() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
- getScaleX() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- The scale factor used to scale the image to the recognition size.
- getScaleY() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- The scale factor used to scale the image to the recognition size.
- getScanAssistanceOverlay() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the scan assistance overlay.
- getScanBackSideTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that asks user to scan back side of a document.
- getScanBackSideTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getScanFrontSideTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that asks user to scan front side of a document.
- getScanFrontSideTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getScanIncompleteDataTimeout() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Timeout for the scan process.
- getScannedEverythingTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that notifies that both sides of document are scanned.
- getScannedEverythingTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getScanner() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateScannerView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.textpattern.ITextPatternScannerCameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerCameraViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
- getScanner() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
- getScannerConfiguration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the scanning behavior.
- getScannerConfiguration() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration for the credit card recognizer.
- getScannerConfiguration() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the MRZ scanner.
- getScannerConfiguration() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the scanner.
- getScannerParameters() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- The parameters of the document scanner.
- getScanning() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
- getScanning() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
- Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
- getScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
- getScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.
- getScanningCompletedColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Color of the selected barcode.
- getScanningMode() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- The scanning mode.
- getScanningNotScannedColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Color of the not scanned barcode .
- getScanningPartiallyColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Color of the partially scanned barcode.
- getScanningProgress() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerGuidanceStates
- The user guidance text displayed when a card presence was detected and scanning is in progress.
- getScanningProgress() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of visualization of the scanning progress.
- getScanningResults() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getScanningStatus() - function in io.scanbot.sdk.creditcard.CreditCardScanningResult
- The status of the credit card scanning step.
- getScanningSuccessful() - function in io.scanbot.sdk.mc.MedicalCertificateScanningResult
- True if scanning was successful.
- getScanPatientInfo() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getScanSession() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getScanSession() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getScanStatusUserGuidance() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the user guidance for the scanning status.
- getScope() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getScope() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
- getScreen() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Screen for which the configuration object should be applied.
- getScreen() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- The configuration object should be applied for this screen
- getScreen() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- The configuration object should be applied for this screen.
- getScreen() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- The configuration object should be applied for this screen.
- getScreenBackgroundColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The Color of the screen-covering backdrop view.
- getScreens() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Configuration of the document scanner sub-screens.
- getScreenSizeFrameHandler() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getScreenState() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getSdkComponent() - function in io.scanbot.sdk.ScanbotSDK
- getSdkComponent() - function in io.scanbot.sdk.ScanbotSDK.Companion
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.ScanbotActivityResult
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.check.CheckScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractorActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.edit.CroppingActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResult
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.creditcard.CreditCardScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.document.CroppingActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.document.DocumentScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.mrz.MrzScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSdkIsNotInitialized() - function in io.scanbot.sdk.ui_v2.textpattern.TextPatternScannerActivity.Result
- Indicates whether RTU returned due to Scanbot SDK is not initialized.
- getSeatNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Seat Number
- getSecondNonConsecutiveBaggageTagLicensePlateNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Second Non Consecutive Baggage Tag License Plate Number
- getSecondOwnerIdNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAY".
- getSecondOwnerLastName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAF".
- getSecondOwnerLegalStatus() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NBB".
- getSecondOwnerMiddleName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAH".
- getSecondOwnerName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAG".
- getSecondOwnerTotalName() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleOwnerData
- Data element ID "NAE".
- getSecurityData() - function in io.scanbot.sdk.barcode.entity.BoardingPass
- Security Data
- getSelected() - function in io.scanbot.sdk.ui.view.barcode.BarcodeNavigationEvents.BarcodesSelected
- getSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
- Appearance of the overlay polygon after a barcode has been selected.
- getSelecteeIndicator() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Selectee Indicator
- getSelectionOverlayController() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
- Use this object to control the state or the behavior of the selection overlay layer
- getSelectionOverlayController() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
- Use this object to control the state or the behavior of the selection overlay layer
- getSeparatorColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The color of the separators around the dialogs button area.
- getSeparatorWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The width of the separators in points.
- getSerializedReferences() - function in io.scanbot.common.RefCountedObjectProfile
- Number of serialized references to the object.
- getSerializeImages() - function in io.scanbot.sdk.common.ToJsonConfiguration
- Serialize images in the object to json.
- getSerialNumber() - function in io.scanbot.sdk.barcode.entity.HIBC
- Serial Number
- getSerialNumber() - function in io.scanbot.sdk.check.entity.INDCheck
- Serial number
- getSerialNumber() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Serial number (Field 5b.
- getServiceTag() - function in io.scanbot.sdk.barcode.entity.SEPA
- Service Tag
- getSettings() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity.Result
- getSettings() - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity.Result
- getSheet() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Configuration of the preview mode for the barcodes required to be found and scanned.
- getSheet() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
- Configuration of the preview mode for scanning multiple barcodes.
- getSheetClearAllButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Clear all button text for the barcode sheet.
- getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeInfoMapping
- Background color of the barcode info dialog.
- getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
- Color of the edit dialog's background.
- getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Color of the list's background.
- getSheetColor() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
- Color of the confirmation sheet's background.
- getSheetColor() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
- The background color of the alert dialog.
- getSheetContent() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickScanningMode
- Configuration of the list of barcodes required to be found and scanned.
- getSheetContent() - function in io.scanbot.sdk.ui_v2.barcode.configuration.MultipleScanningMode
- Configuration of the list containing the barcodes that have already been scanned.
- getSheetElevation() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldDefaults
- The default elevation used by ScanbotScaffold.
- getSheetPickHeight() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldDefaults
- The default pick height used by ScanbotScaffold.
- getSheetPlaceholderSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Subtitle for the barcode sheet placeholder.
- getSheetPlaceholderTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the barcode sheet placeholder.
- getSheetResetButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Reset button text for the barcode sheet.
- getSheetStartScanningButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Start scanning button text for the barcode sheet.
- getSheetSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Submit button text for the barcode sheet.
- getShouldCropDocument() - function in io.scanbot.sdk.mc.MedicalCertificateScanningParameters
- Document will be detected and cropped before recognition.
- getShouldDrawPolygon() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getShouldDrawPolygon() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
- getShouldDrawShadows() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getShouldDrawShadows() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getShouldDrawShadows() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getShouldDrawShadows() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getShouldDrawShadows() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getShouldHighlight() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getShouldHighlight() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodeElement
- getShouldLock() - function in io.scanbot.sdk.ui_v2.common.components.ScanbotDialogHandler
- getShouldMatchSubstring() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- If set to TRUE pattern validation also validates successfully if only a part of the whole recognized text matches the the validation pattern.
- getShouldMatchSubstring() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Find and match only part of the whole string if the pattern is used.
- getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.check.ICheckScannerView.ViewModel
- getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateScannerView.ViewModel
- getShouldProcessFrames() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getShouldShowWordBoxes() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Whether word boxes should be displayed or not.
- getShowAutomatically() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
- getShowAutomatically() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
- getShowAutomatically() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
- getShowAutomatically() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
- getShowBadQualityHint() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- getShowBitmap() - function in io.scanbot.sdk.ui_v2.common.animation.CustomBitmapFrameHandler
- getShowCancelDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getShowCancelDialog() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getShowCardLayout() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getShowCountEditDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- getShowDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- getShowDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- getShowErrorDialog() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateScannerView.ViewModel
- getShowErrorDialog() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- getShowErrorDialog() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- getShowFinderOverlay() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Option to show or hide finder overlay
- getShowFullGuidance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.Delay
- getShowFullGuidance() - function in io.scanbot.sdk.ui_v2.document.screen.camera.ShowGuidance
- getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
- getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getShowIntroDialog() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getShowPagePreviewCounter() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getShowProgress() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getShowScanningPolygon() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getShowWarning() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel.CreditCardScanningState.Success
- getShutterButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'shutter' button.
- getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the shutter button
- getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the shutter button
- getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility hint for the shutter button.
- getShutterButtonAccessibilityHint() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility hint for the shutter button.
- getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.DocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the shutter button
- getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.FinderDocumentScannerAccessibilityConfiguration
- Text, that is used as an accessibility label for the shutter button
- getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonDocumentScannerAccessibilityConfiguration
- Text used as an accessibility label for the shutter button.
- getShutterButtonAccessibilityLabel() - function in io.scanbot.sdk.ui.view.camera.configuration.json.JsonFinderDocumentScannerAccessibilityConfiguration
- Text used as an accessibility label for the shutter button.
- getShutterButtonAutoInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Whether polygon auto snap progress animation is enabled or not.
- getShutterButtonAutoInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Foreground color of the shutter button in auto-snapping mode.
- getShutterButtonAutoOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the shutter button in auto-snapping mode.
- getShutterButtonAutoOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the shutter button in auto-snapping mode.
- getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Hides the shutter button if set to TRUE.
- getShutterButtonHidden() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether to hide the shutter button.
- getShutterButtonManualInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The foreground color of the shutter button in manual mode.
- getShutterButtonManualInnerColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Foreground color of the shutter button in manual mode.
- getShutterButtonManualOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the shutter button in manual mode.
- getShutterButtonManualOuterColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the shutter button in manual mode.
- getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeConfiguration
- getShutterSoundEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeConfiguration
- getSignature() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Signature image (Field 7.
- getSignature() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Signature image
- getSignature() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Signature image
- getSignature() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Signature image
- getSignature() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Signature image
- getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- Threshold used to pause the detection after significant movement occurred.
- getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Detection will be paused after significant movement.
- getSignificantShakeDelay() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Threshold used to pause the detection after significant movement occurred.
- getSingleCodeScanningMode() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- Defines scanning mode.
- getSingleModeConfirmationCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Cancel button text for the single mode confirmation dialog.
- getSize() - function in io.scanbot.sdk.docprocessing.compose.BitmapInput
- getSize() - function in io.scanbot.sdk.docprocessing.compose.DocumentInput
- getSize() - function in io.scanbot.sdk.docprocessing.compose.PagesInput
- getSize() - function in io.scanbot.sdk.docprocessing.compose.PdfGeneratorInput
- getSize() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
- getSize() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.BitmapInput
- getSize() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.DocumentInput
- getSize() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.EngineInput
- getSize() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.PagesInput
- getSize() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.UrisInput
- getSizeScore() - function in io.scanbot.sdk.barcode.BarcodeItem
- The size score is a floating point value between 0 and 1 that represents the relative size of the barcode in the input image.
- getSizeScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- 100 points, if the contour occupies at least 50% of the area of the image.
- getSnackbarHostState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetScaffoldState
- getSnapAnimationEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Whether the flash animation on take picture is enabled.
- getSnapEvent() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getSnapEvent() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getSnapFeedbackMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CaptureFeedback
- The type of animation to display after snapping a page.
- getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerNavigationEvent.CloseSnapping
- getSnappedPages() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getSnappedPagesCount() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getSnappedPagesCount() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getSnappingCallback() - function in io.scanbot.sdk.ui.view.check.CheckCameraView
- getSnappingCallback() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraView
- getSnapPreviewBitmap() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getSocialSecurityNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBK".
- getSortCode() - function in io.scanbot.sdk.check.entity.KWTCheck
- Sort code
- getSortNumber() - function in io.scanbot.sdk.check.entity.INDCheck
- Sort number
- getSound() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Sound".
- getSound() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the scan confirmation sound.
- getSound() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the scan confirmation sound.
- getSound() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the scan confirmation sound.
- getSound() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the scan confirmation sound.
- getSoundType() - function in io.scanbot.sdk.ui_v2.common.Sound
- Determines the successful detection sound.
- getSource() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Source".
- getSource() - function in io.scanbot.sdk.docprocessing.Page
- getSourceImage() - function in io.scanbot.sdk.barcode.BarcodeItem
- A crop from the input image containing the barcode.
- getSourceOfBoardingPassIssuance() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Source Of Boarding Pass Issuance
- getSourceOfCheckIn() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- Source Of Check In
- getStandardEndorsementCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCN".
- getStandardRestrictionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCO".
- getStandardVehicleClassification() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DCM".
- getStart() - function in io.scanbot.sdk.common.LineSegmentFloat
- Start point of the segment.
- getStart() - function in io.scanbot.sdk.common.LineSegmentInt
- Start point of the segment.
- getStartIndex() - function in io.scanbot.sdk.pdf.search.SearchHandler
- getStartScanning() - function in io.scanbot.sdk.ui.view.check.configuration.CheckUserGuidanceStrings
- getStartScanning() - function in io.scanbot.sdk.ui.view.check.configuration.json.JsonCheckUserGuidanceStrings
- Text that is shown on camera open.
- getStartScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.MedicalCertificateUserGuidanceStrings
- getStartScanning() - function in io.scanbot.sdk.ui.view.mc.configuration.json.JsonMedicalCertificateUserGuidanceStrings
- Text that is shown on camera open.
- getStartScanningButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the button to start scanning displayed in an empty barcode list.
- getStartScanningTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- String that asks user to start scanning a document.
- getStartScanningTitle() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getStateListener() - function in io.scanbot.sdk.camera.autosnapping.BaseAutoSnappingController
- getStateListener() - function in io.scanbot.sdk.camera.autosnapping.CaptureIntervalAutoSnappingPredicate
- getStatesTitles() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanGuidanceConfiguration
- Configure the captions of the user guidance hints for different states.
- getStatesTitles() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
- Configure the titles of the user guidance hints for different states.
- getStatus() - function in io.scanbot.sdk.autosnapping.BaseDocumentAutoSnappingController.Param
- getStatus() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Status
- getStatus() - function in io.scanbot.sdk.check.CheckAutoSnappingController.Param
- getStatus() - function in io.scanbot.sdk.check.CheckScanningResult
- Magnetic ink strip scanning status.
- getStatus() - function in io.scanbot.sdk.document.DocumentDetectionResult
- Detection status.
- getStatus() - function in io.scanbot.sdk.documentdata.DocumentDataAutoSnappingController.Param
- getStatus() - function in io.scanbot.sdk.documentdata.DocumentDataExtractionResult
- The status of the extraction process.
- getStatus() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult
- Recognition status.
- getStatus() - function in io.scanbot.sdk.mc.MedicalCertificateAutoSnappingController.Param
- getStatus() - function in io.scanbot.sdk.vin.VinBarcodeResult
- Status of the barcode extraction.
- getStatusBarMode() - function in io.scanbot.sdk.ui_v2.common.CameraPermissionScreen
- Determines the visual mode for displaying the contents of the status bar.
- getStatusBarMode() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
- The visual mode used for the status bar icons.
- getStatusBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
- Determines the visual mode used for the status bar icons.
- getStatusBarMode() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
- Determines the visual mode used for the status bar icons.
- getStep() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataExtractionState
- getStepResult() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerNavigationEvent.TextPatternScannerStepScanned
- getStepTag() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- The tag of the scanning step to make.
- getStolenIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAH".
- getStopIndex() - function in io.scanbot.sdk.pdf.search.SearchHandler
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.documentdata.DocumentDataCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.documentdata.IDocumentDataCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.textpattern.ITextPatternScannerCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.textpattern.TextPatternScannerCameraViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
- getStopNewFrames() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
- getStorage() - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalRepository
- getStorageBaseDirectory() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional directory as file URI to override the default storage base directory of the Scanbot SDK.
- getStorageFreeSpaceBytes(java.lang.String) - function in io.scanbot.sdk.util.FileUtilsKt
- getStorageImageFormat() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional image format, either 'JPG' or 'PNG'.
- getStorageImageQuality() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- Optional image quality value.
- getStorageTotalSpaceBytes(java.lang.String) - function in io.scanbot.sdk.util.FileUtilsKt
- getStoredDocuments() - function in io.scanbot.sdk.persistence.document.DocumentStorage
- Provides List with all documentIds.
- getStoredDocuments() - function in io.scanbot.sdk.persistence.document.DocumentStorageBase
- Provides List with all documentIds.
- getStoredPages(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides List with all pageIds for a given document.
- getStoredPages(java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides List with all pageIds for a given document.
- getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides List with all pageIds
- getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
- Provides List with all pageIds
- getStoredPages() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides List with all pageIds
- getStreet() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Street
- getStreetAddress() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAK".
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonTwoDConfiguration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatGs1CompositeConfiguration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatMicroPdf417Configuration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatPdf417Configuration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrictMode() - function in io.scanbot.sdk.barcode.BarcodeFormatQrCodeConfiguration
- If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
- getStrings() - function in io.scanbot.sdk.ui_v2.common.theme.Localization
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCode11Configuration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCode93Configuration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonConfiguration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatCommonOneDConfiguration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatMsiPlesseyConfiguration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatRoyalMailConfiguration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, the check digits are stripped from the result.
- getStripCheckDigits() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes.
- getStripCheckDigits() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
- If true, check digits for UPC, EAN and MSI Plessey codes are removed from result.
- getStripCheckDigits() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- With this option enabled, the scanner removes checks digits for UPC, EAN and MSI Plessey codes.
- getStripCheckDigits() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- If
true
, check digits for UPC, EAN and MSI Plessey codes are removed from the result. - getStrokeColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getStrokeColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
- The color of the outline.
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
- The color of the viewfinder corner's outlines.
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
- The color of the viewfinder corner's outlines.
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
- The color of the polygon outline.
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getStrokeColor() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getStrokeDeclinedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getStrokeHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getStrokeHighlightedColor() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getStrokeHighlightedPaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getStrokeHighlightedWidth() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getStrokePaint() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getStrokeWidth() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getStrokeWidth() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.BackgroundStyle
- The width of the outline in dp.
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.FinderCorneredStyle
- The width of the viewfinder corner's outlines.
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.FinderStrokedStyle
- The width of the viewfinder corner's outlines.
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.PolygonStyle
- The width of the polygon outline in dp.
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getStrokeWidth() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getStrongReferences() - function in io.scanbot.common.RefCountedObjectProfile
- Number of strong references associated with the object.
- getStyle() - function in io.scanbot.sdk.ui_v2.common.BaseViewFinderConfiguration
- The visual appearance of the viewfinder.
- getStyle() - function in io.scanbot.sdk.ui_v2.common.PermanentViewFinderConfiguration
- The visual appearance of the viewfinder.
- getStyle() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- The visual appearance of the viewfinder.
- getStyle() - function in io.scanbot.sdk.ui_v2.document.configuration.TextButtonMode
- Configuration of the text style for the 'preview' button.
- getStyleJob() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- getSubheadingFreeText() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading
- Subheading Free Text
- getSubheadings() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- A list of all children of type "Subheading".
- getSubject() - function in io.scanbot.pdf.model.PdfAttributes
- Subject.
- getSubject() - function in io.scanbot.sdk.pdf.Meta
- getSubmitAction() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getSubmitAction() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- getSubmitAction() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- getSubmitAction() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getSubmitAction() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the barcode list's submit button.
- getSubmitButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SingleScanningMode
- Appearance of the confirm button on the confirmation sheet.
- getSubmitButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration
- Configuration of the 'submit' button, located in the bottom bar.
- getSubmitButtonEnabled() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- getSubmitButtonTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Text of the button which finishes the flow
- getSubmitButtonTitle() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Text of the button which finishes the flow
- getSubmitEnabled() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- getSubstances() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Subheading.Medicine
- A list of all children of type "Substance".
- getSubtitle() - function in io.scanbot.sdk.ui.view.barcode.batch.entity.BarcodeFormattedData
- getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
- The value of the barcode.
- getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
- Error message.
- getSubtitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
- Subtitle of the barcode.
- getSubtitle() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
- The explanation message.
- getSubtitle() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- The subtitle of the introduction screen.
- getSubtitle1() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
- getSubtitle2() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
- getSubtitle3() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
- getSubtitleDeselected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Configuration of the text displaying a barcode's symbology in the info box when the barcode is yet to be selected.
- getSubtitleSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Configuration of the text displaying a barcode's symbology in the info box when the barcode has been selected.
- getSuccess() - function in io.scanbot.sdk.barcode.BarcodeScannerResult
- True if any barcodes were found.
- getSuccess() - function in io.scanbot.sdk.mrz.MrzScannerResult
- Scanning successful.
- getSuccessBeepEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Whether scanner screen should make a sound on successful barcode or MRZ detection.
- getSuccessBeepEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Whether scanner screen should make a sound on successful barcode or MRZ detection.
- getSuccessBeepEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Whether to play a beep sound after a successful detection.
- getSuccessBeepEnabled() - function in io.scanbot.sdk.ui_v2.common.Sound
- Determine whether the beep sound should be enabled or not when a barcode is detected.
- getSuccessfulScanningInterval() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeConfiguration
- getSuccessOverlay() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the success overlay.
- getSuccessOverlay() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the success overlay.
- getSuccessOverlay() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the result overlay.
- getSuffix() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Name Suffix
- getSuggestedStreamSpecs(int,java.lang.String,java.util.List,java.util.Map,boolean,boolean) - function in androidx.camera.camera2.internal.ScanbotCamera2DeviceSurfaceManager
- Retrieves a map of suggested stream specifications for the given list of use cases.
- getSupportedFlashModes() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedFocusModes() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedPictureFormats() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedPictureSizes() - function in io.scanbot.sdk.camera.ScanbotCameraView
- getSupportedPictureSizes() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- getSupportedPictureSizes() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedPreviewFormats() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedPreviewSizes() - function in io.scanbot.sdk.camera.ScanbotCameraView
- getSupportedPreviewSizes() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- getSupportedPreviewSizes() - function in io.scanbot.sdk.util.CameraConfiguration
- getSupportedZoomRange() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
- getSupportedZoomRange() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getSurname() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseFront
- Surname (Field 1.
- getSurname() - function in io.scanbot.sdk.documentdata.entity.DeIdCardFront
- Surname
- getSurname() - function in io.scanbot.sdk.documentdata.entity.DePassport
- Surname
- getSurname() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Surname
- getSurname() - function in io.scanbot.sdk.documentdata.entity.EuropeanHealthInsuranceCard
- Surname
- getSurname() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Surname
- getSwapTopBottomButtons() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Swap top and bottom buttons on the screen
- getSwipeableState() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
- getSwipeableView() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.SwipeableViewHolder
- getSwipeToDelete() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- The style of the swipe-to-delete button.
- getSwitchNextPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'next page' button.
- getSwitchPreviousPageButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'previous page' button.
- getSymbol() - function in io.scanbot.sdk.textpattern.SymbolBox
- Recognized symbol text.
- getSymbolBoxes() - function in io.scanbot.sdk.textpattern.TextPatternScannerResult
- Boxes for each recognized symbol.
- getSymbolBoxes() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerUiResult
- Boxes for each recognized symbol.
- getSymbolQuality() - function in io.scanbot.sdk.process.DocumentQualityThreshold
- Symbol quality.
- getSymbolRatio() - function in io.scanbot.sdk.process.DocumentQualityThreshold
- Symbol ratio.
- getT() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Categories
- The child document of type "T".
- getTableOfContents() - function in io.scanbot.sdk.pdf.PdfiumSdk
- getTag() - function in io.scanbot.sdk.tiff.model.UserField
- Numeric tag.
- getTag() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStepResult
- The tag of the scanning step.
- getTakePictureAction() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getTargetMaxHeight() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Set the maximus size of the finder bigger size.
- getTargetMaxWidth() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Set the maximus size of the finder bigger size.
- getTargetValue() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
- The target value.
- getTelephoneNumber() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Doctor
- Telephone Number
- getTelephoneNumber() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "TelephoneNumber".
- getTessDataPath() - function in io.scanbot.mc.JniMedicalCertificateScanner
- getTestField() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentNativeConfiguration
- getText() - function in io.scanbot.sdk.barcode.BarcodeItem
- Text contained in the barcode.
- getText() - function in io.scanbot.sdk.genericdocument.entity.OcrResult
- Maximum number of accumulated frames to inspect before actual result is returned.
- getText() - function in io.scanbot.sdk.ocr.model.Block
- The recognized text.
- getText() - function in io.scanbot.sdk.ocr.model.Glyph
- The recognized text.
- getText() - function in io.scanbot.sdk.ocr.model.Line
- The recognized text.
- getText() - function in io.scanbot.sdk.ocr.model.OcrElement
- The recognized text.
- getText() - function in io.scanbot.sdk.ocr.model.Page
- The recognized text.
- getText() - function in io.scanbot.sdk.ocr.model.Word
- The recognized text.
- getText() - function in io.scanbot.sdk.textpattern.WordBox
- Recognized word text.
- getText() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStepResult
- The validated result of the scanning.
- getText() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
- The text to be displayed on the button.
- getText() - function in io.scanbot.sdk.ui_v2.common.StyledText
- The value of the text field.
- getText() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroListEntry
- The text of the entry.
- getTextColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
- getTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogButtonStyle
- The color of the buttons title while not pressed.
- getTextColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
- The color of the text in the selection overlay.
- getTextColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
- The color of the text in the selection overlay.
- getTextContainerColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
- getTextContainerColor() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
- The color of the texts background in the selection overlay.
- getTextContainerColor() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
- The color of the texts background in the selection overlay.
- getTextContainerHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
- getTextDataScannerStep() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Configuration for the scanned item
- getTextFormat() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
- getTextFormat() - function in io.scanbot.sdk.ui.configuration.json.JsonSelectionOverlayConfiguration
- Define the way of how to show barcode data with selection overlay.
- getTextFormat() - function in io.scanbot.sdk.ui.view.barcode.SelectionOverlayConfiguration
- Define the way of how to show barcode data with selection overlay.
- getTextHighlightedColor() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle
- getTextHintBadAngles() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_BAD_ANGLES
- getTextHintBadAngles() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_BAD_ANGLES.
- getTextHintBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_BAD_ASPECT_RATIO
- getTextHintBadAspectRatio() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_BAD_ASPECT_RATIO.
- getTextHintNothingDetected() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_NOTHING_DETECTED
- getTextHintNothingDetected() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_NOTHING_DETECTED.
- getTextHintOffCenter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The text being displayed on the user-guidance label, when a document was detected, but its center is too far away from the image center.
- getTextHintOffCenter() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be show when a document was detected, but its center is too far away from the image center.
- getTextHintOffCenter() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document is not centered in the finder view.
- getTextHintOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK
- getTextHintOK() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK.
- getTextHintTooDark() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_TOO_DARK
- getTextHintTooDark() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_TOO_DARK.
- getTextHintTooNoisy() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_TOO_NOISY
- getTextHintTooNoisy() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is ERROR_TOO_NOISY.
- getTextHintTooSmall() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_TOO_SMALL
- getTextHintTooSmall() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text hint that will be shown when the current detection status is OK_BUT_TOO_SMALL.
- getTextPatternConfirmationAlertCancelButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Cancel button text for the text pattern confirmation alert.
- getTextPatternConfirmationAlertSubmitButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Submit button text for the text pattern confirmation alert.
- getTextPatternConfirmationAlertTitle() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Title for the text pattern confirmation alert.
- getTextPatternScannerModelsFolderFile() - function in io.scanbot.sdk.blob.BlobManager
- getTextRect(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Get a rectangular area from the result generated by FPDFText_CountRects.
- getTextResult() - function in io.scanbot.sdk.vin.VinScannerResult
- Text result of the VIN scanner.
- getTextStyle() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getTextViewStyle(io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeTextViewStyle,io.scanbot.sdk.barcode.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeAppearanceDelegate
- Implement this method to decide the appearance of the given barcode default clickable view
- getTextWithExtension() - function in io.scanbot.sdk.barcode.BarcodeItemKt
- getThumbnailFile(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- getTiffUri() - function in io.scanbot.sdk.docprocessing.Document
- getTileSize() - function in io.scanbot.sdk.process.DocumentQualityAnalyzerConfiguration
- Image will be processed in tiles of this size; will be ignored if image is small.
- getTimeout() - function in io.scanbot.sdk.ui_v2.common.ScanCompletionOverlay
- Timeout in milliseconds after which the overlay is automatically dismissed.
- getTimeouts() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of timeouts.
- getTimeouts() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of timeouts.
- getTimestamp() - function in io.scanbot.sdk.ui.view.barcode.batch.entity.BarcodeScannerResult
- getTimestamp() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
- getTimestampCreated() - function in io.scanbot.common.RefCountedObjectProfile
- Timestamp (milliseconds since the UNIX epoch), at which the object was first created.
- getTimeZone() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "TimeZone".
- getTipBackgroundColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of tip background on scanning screen.
- getTipBackgroundColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getTipTextColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Color of tip text on scanning screen.
- getTipTextColor() - function in io.scanbot.sdk.ui.view.documentdata.list.DocumentDataViewConfiguration
- getTitle() - function in io.scanbot.pdf.model.PdfAttributes
- Title.
- getTitle() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Title
- getTitle() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Title".
- getTitle() - function in io.scanbot.sdk.pdf.Bookmark
- getTitle() - function in io.scanbot.sdk.pdf.Meta
- getTitle() - function in io.scanbot.sdk.ui.view.barcode.batch.entity.BarcodeFormattedData
- getTitle() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogConfiguration
- Confirmation dialog title.
- getTitle() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Title for a value.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
- The title of the barcode.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemErrorState
- Title displayed above the error message.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData
- Title of the barcode.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ExpectedBarcode
- Title of the barcode to find.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
- Configuration of the edit dialog's title.
- getTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.SheetContent
- Configuration of the barcode list's title.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
- The text to be displayed on the button.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
- The title of the user guidance.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.PopupMenuItem
- The text to be displayed on the button.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.ScanbotAlertDialog
- The title displayed above the message.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.TopBarConfiguration
- Appearance of the top bar's title.
- getTitle() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
- The title of the user guidance.
- getTitle() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanGuidanceConfiguration
- Configure the text style for the user guidance hints.
- getTitle() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerIntroScreenConfiguration
- The title of the introduction screen, located in the top bar.
- getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
- Configure the text style for the user guidance hints.
- getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- The title of the introduction screen, located in the top bar.
- getTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanbotLocalTopBar
- getTitle() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerIntroScreenConfiguration
- The title of the introduction screen, located in the top bar.
- getTitle() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerIntroScreenConfiguration
- The title of the introduction screen, located in the top bar.
- getTitleBrand() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAY".
- getTitleColor() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The color of the dialogs title.
- getTitleData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "TitleData".
- getTitleDeselected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Configuration of the text displaying a barcode's value in the info box when the barcode is yet to be selected.
- getTitleFont() - function in io.scanbot.sdk.ui.configuration.json.JsonDialogStyle
- The font of the dialogs title
- getTitleIssueDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAV".
- getTitleNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAA".
- getTitleSelected() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeItemConfiguration
- Configuration of the text displaying a barcode's value in the info box when the barcode has been selected.
- getTitleType() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Title type (Art des Titels)
- getTitlingJurisdiction() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAC".
- getTooDark() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerGuidanceStates
- The user guidance text displayed when it is too dark to capture an adequate image.
- getTooDark() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when it is too dark to capture an adequate image.
- getTooNoisy() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the background is too noisy.
- getTooSmall() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerGuidanceStates
- The user guidance text displayed when the detected card is too far away and appears too small.
- getTooSmall() - function in io.scanbot.sdk.ui_v2.document.configuration.UserGuidanceStates
- The user guidance text displayed when the document is too far from camera.
- getTop() - function in io.scanbot.sdk.ui_v2.common.EdgeInsets
- The top inset.
- getTopBar() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the top bar.
- getTopBar() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the top bar on the credit card scanner screen.
- getTopBar() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the top bar on the MRZ scanner screen.
- getTopBar() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the top bar on the generic text scanner screen.
- getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the 'cancel' button, located in the top bar.
- getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- Configuration of the 'cancel' button, located in the top bar.
- getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- Configuration of the 'cancel' button, located in the top bar.
- getTopBarBackButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'back' button, located in the top bar.
- getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
- getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- getTopBarBackground() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Background color of the top bar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Background color of the top bar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- The background color of the top toolbar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingAppearanceConfiguration
- The background color of the top bar.
- getTopBarBackgroundColor() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentFlowAppearanceConfiguration
- The background color of the top bar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsActiveColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- The color of all active toggle buttons in the toolbar.
- getTopBarButtonsColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Foreground color of the cancel button.
- getTopBarButtonsColor() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Foreground color of the cancel button.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Foreground color of the top bar buttons when disabled.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarButtonsInactiveColor() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- The color of all inactive toggle buttons in the toolbar.
- getTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Cancel button text for the top bar.
- getTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Cancel button text for the top bar.
- getTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Cancel button text for the top bar.
- getTopBarCancelButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Cancel button text for the top bar.
- getTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- Configuration of the 'confirm' button, located in the top bar.
- getTopBarConfirmButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- Configuration of the 'confirm' button, located in the top bar.
- getTopBarDoneButton() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroductionScreenConfiguration
- Configuration of the 'done' button, located in the top bar.
- getTopBarIntroButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the 'introduction' button, located in the top bar.
- getTopBarMoreButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'more' button, located in the top bar.
- getTopBarOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the button in the top bar that opens the introduction screen.
- getTopBarOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the button in the top bar that opens the introduction screen.
- getTopBarOpenIntroScreenButton() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the button in the top bar that opens the introduction screen.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- Title for the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Title for the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.AcknowledgementScreenConfiguration
- Configuration of the title, located in the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the title, located in the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingScreenConfiguration
- Configuration of the title, located in the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReorderPagesScreenConfiguration
- Configuration of the title, located in the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the title, located in the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Title for the top bar.
- getTopBarTitle() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Title for the top bar.
- getTopContent() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getTopContent() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getTopLayer() - function in io.scanbot.sdk.ui_v2.common.camera.FinderConfiguration
- getTopLayer() - function in io.scanbot.sdk.ui_v2.common.camera.IFinderConfiguration
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the top user guidance.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenTextLocalization
- Text for the top user guidance caption.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the static user guidance, located just below the top bar.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the top user guidance.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenTextLocalization
- Text for the top user guidance caption.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the top user guidance.
- getTopUserGuidance() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenTextLocalization
- Text for the top user guidance caption.
- getTorchOffButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'flashlight' button when in the 'off' state.
- getTorchOnButton() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraBottomBar
- Configuration of the 'flashlight' button when in the 'on' state.
- getTotalDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAware
- Provides full info of how much space total exist on this device storage in bytes.
- getTotalDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAwareImpl
- Provides full info of how much space total exist on this device storage in bytes.
- getTotalMemoryConsumption() - function in io.scanbot.sdk.core.ImageRefPoolSnapshot
- Estimation of total memory consumption of ImageRefs.
- getTotalMemoryConsumptionDiff() - function in io.scanbot.sdk.core.ImageRefPoolSnapshotsDiff
- Difference between total memory consumption in two snapshots.
- getTotalNumberOfPages() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan
- Total Number Of Pages
- getTotalScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- Weighted sum of all partial scores.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Whether touch-to-focus is enabled on the camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Whether touch-to-focus is enabled on camera preview.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
- Determines whether touch-to-focus is enabled or not.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Whether the touch to focus is enabled.
- getTouchToFocusEnabled() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerCameraConfiguration
- Determines whether touch-to-focus is enabled or not.
- getTransactionCode() - function in io.scanbot.sdk.check.entity.AUSCheck
- Transaction code
- getTransactionCode() - function in io.scanbot.sdk.check.entity.CANCheck
- Transaction code
- getTransactionCode() - function in io.scanbot.sdk.check.entity.INDCheck
- Transaction code
- getTransitNumber() - function in io.scanbot.sdk.check.entity.CANCheck
- Transit number
- getTransitNumber() - function in io.scanbot.sdk.check.entity.USACheck
- Transit number
- getTranslateX() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
- getTranslateY() - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableState
- getTransmissionCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAC".
- getTravelDocType() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Travel document type
- getTravelDocTypeVariant() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Travel document type variant
- getTryCode39ExtendedMode() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, try to scan CODE_39 in extended mode.
- getTwod() - function in io.scanbot.sdk.barcode.BarcodeFormats.Companion
- List of 2D barcode formats.
- getType() - function in io.scanbot.genericdocument.entity.FieldWrapper
- Field type
- getType() - function in io.scanbot.sdk.barcode.entity.RootDocumentType
- getType() - function in io.scanbot.sdk.check.entity.RootDocumentType
- getType() - function in io.scanbot.sdk.core.ImageSource
- Source type from which the ImageRef was created.
- getType() - function in io.scanbot.sdk.creditcard.entity.RootDocumentType
- getType() - function in io.scanbot.sdk.documentdata.entity.RootDocumentType
- getType() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult.Field
- Health insurance card field type.
- getType() - function in io.scanbot.sdk.genericdocument.entity.Field
- The type of the field.
- getType() - function in io.scanbot.sdk.genericdocument.entity.FieldParsedData
- Parsing type.
- getType() - function in io.scanbot.sdk.genericdocument.entity.GenericDocument
- Document type.
- getType() - function in io.scanbot.sdk.mc.MedicalCertificateCheckBox
- Box type.
- getType() - function in io.scanbot.sdk.mc.MedicalCertificateDateRecord
- Date type.
- getType() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoField
- Field type.
- getTypeModifiers() - function in io.scanbot.sdk.barcode.entity.VCard.Entry
- Type Modifier
- getTypeOfVehicle() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "VBB".
- getTypography() - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTheme
- getUid() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "UID".
- getUiSteps() - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
- getUiSteps() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- getUiSteps() - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
- getUiSteps() - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
- getUnder18Until() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDH".
- getUnder19Until() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDI".
- getUnder21Until() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDJ".
- getUnfilteredDocumentFileUri() - function in io.scanbot.sdk.docprocessing.Page
- getUnfilteredDocumentImage() - function in io.scanbot.sdk.docprocessing.Page
- getUnfilteredDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the unfiltered document image.
- getUnfilteredDocumentImage(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the unfiltered document image.
- getUnfilteredDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the unfiltered document image.
- getUnfilteredDocumentImage(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the unfiltered document image.
- getUnfilteredDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorage
- Provides File of the unfiltered document preview image.
- getUnfilteredDocumentImagePreview(java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.page.DocumentPageStorageImpl
- Provides File of the unfiltered document preview image.
- getUnfilteredDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.LegacyPageStorage
- Provides File of the unfiltered document preview image.
- getUnfilteredDocumentImagePreview(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageStorageBase
- Provides File of the unfiltered document preview image.
- getUniqueCustomerIdentifier() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DBJ".
- getUniqueId() - function in io.scanbot.common.RefCountedObjectProfile
- Unique ID of the object.
- getUniqueId() - function in io.scanbot.sdk.core.ImageRef
- Unique id of the native resource the object points to.
- getUniqueName(java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
- Recursively trying to find unique name for pdf document in pdf files directory
- getUnitNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "IEG".
- getUnitOfMeasureID() - function in io.scanbot.sdk.barcode.entity.HIBC
- Unit of Measure ID, Numeric value only, 0 through 9, where 0 always represents a single unit.
- getUnknown() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Unknown
- getUnladenWeight() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAV".
- getUnzoomedFinderHeight() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.JsonTextDataScannerStep
- The preferred height of the finder for zoom scale 1.0 (unzoomed).
- getUnzoomedFinderHeight() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Height of the finder when view "unzoomed" (for zoom-level 1.0).
- getUpca() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, scan and return valid UPC-A barcodes.
- getUpce() - function in io.scanbot.sdk.barcode.BarcodeFormatUpcEanConfiguration
- If true, scan and return valid UPC-E barcodes.
- getUpcEanExtension() - function in io.scanbot.sdk.barcode.BarcodeItem
- If this is a UPC/EAN barcode that has an EAN-2 or EAN-5 extension, this field contains the extension value.
- getUpdateButton() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ManualCountEditDialog
- Configuration of the edit dialog's confirm button.
- getUri() - function in io.scanbot.sdk.pdf.Link
- getUri() - function in io.scanbot.sdk.ui_v2.common.utils.ScanbotImageUri
- getUri() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardIntroCustomImage
- The web or file URI to the image.
- getUri() - function in io.scanbot.sdk.ui_v2.document.configuration.CustomImage
- The web or file URI to the image.
- getUri() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzIntroCustomImage
- The web or file URI to the image.
- getUri() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternIntroCustomImage
- The web or file URI to the image.
- getUris() - function in io.scanbot.sdk.docprocessing.compose.UrisInput
- getUris() - function in io.scanbot.sdk.ocr.ScanbotOcrEngine.UrisInput
- getUrisFromGalleryResult(android.content.Intent) - function in io.scanbot.sdk.ui_v2.document.utils.GalleryUtilsKt
- getUrl() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "URL".
- getUsdotNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAN".
- getUseBounceInterpolator() - function in io.scanbot.sdk.ui.FadeAnimationView
- Sets if should fade animation play with bounce or with linear interpolator
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Whether buttons should use all-capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Whether buttons should use all-capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseButtonsAllCaps() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- Controls whether buttons should use all capitals style, as defined by the Android Material Design.
- getUseCameraX() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- If set to
true
, Camera X will be used for the RTU-UI components (Android only). - getUseCameraX() - function in io.scanbot.sdk.ui.camera.CameraUiSettings
- getUseCase() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the barcode scanner screen's behavior.
- getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- If
true
, the optional check digit for CODE_11 codes is used in validation. - getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
- getUseCode11Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- If
true
, the optional check digit for CODE_11 codes is used in validation. - getUseCode11Checksum() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- If
true
, the optional check digit for CODE_11 codes is used in validation. - getUseCode39CheckDigit() - function in io.scanbot.sdk.barcode.BarcodeFormatCode39Configuration
- If true, return CODE_39 barcodes only if they have a valid check digit.
- getUsedDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAware
- Provides full info of how much space used on this device storage in bytes.
- getUsedDiskSpace() - function in io.scanbot.sdk.persistence.StorageSpaceAwareImpl
- Provides full info of how much space used on this device storage in bytes.
- getUseDocumentDetector() - function in io.scanbot.sdk.creditcard.CreditCardScannerConfiguration
- If true, the document detector will be used to find where the credit card is in the input image.
- getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor
- getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
- getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- getUseEncryption() - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- getUseFill() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getUseFill() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getUseFill() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getUseFill() - function in io.scanbot.sdk.ui_v2.document.components.camera.PolygonStyle
- getUseFill() - function in io.scanbot.sdk.ui_v2.textpattern.components.PolygonStyle
- getUseFillDeclined() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsStaticView.BarcodePolygonStyle
- getUseFillHighlighted() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodePolygonStyle
- getUseFillHighlighted() - function in io.scanbot.sdk.ui_v2.barcode.components.ar_tracking.BarcodePolygonStyle
- getUseIATA2OF5Checksum() - function in io.scanbot.sdk.barcode.BarcodeFormatCode2Of5Configuration
- If true, return IATA_2_OF_5 barcodes only if they have a valid check digit.
- getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- If
true
, the optional check digit for IATA_2_OF_5 codes is used in validation. - getUseIata2Of5Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
- getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- If
true
, the optional check digit for IATA_2_OF_5 codes is used in validation. - getUseIATA2OF5Checksum() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerConfiguration
- If
true
, the optional check digit for IATA_2_OF_5 codes is used in validation. - getUserFields() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- User-defined fields.
- getUserGuidance() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the text hint guiding users to move the view finder over a barcode.
- getUserGuidance() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeTextLocalization
- User guidance text.
- getUserGuidance() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the hints guiding users through the scanning process.
- getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The background color of the user guidance hints.
- getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Background color of the user guidance hints.
- getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The background color of the user guidance hints.
- getUserGuidanceBackgroundColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The background color of the user guidance hints.
- getUserGuidanceFontSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- Font size of the user guidance.
- getUserGuidanceFontSize() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Font size of the user guidance.
- getUserGuidanceShown() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getUserGuidanceStrings() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- Configuration that helps to override default hint values
- getUserGuidanceStringValues() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- Configuration that helps to override default hint values.
- getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- The text color of the user guidance hints.
- getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Text color of the user guidance hints.
- getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- The text color of the user guidance hints.
- getUserGuidanceTextColor() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- The text color of the user guidance hints.
- getUseShadow() - function in io.scanbot.sdk.ui_v2.common.ForegroundStyle
- Determines whether to use drop shadows for foreground elements.
- getUseShadow() - function in io.scanbot.sdk.ui_v2.common.StyledText
- Determines whether to enable drop shadows for the text.
- getUuid() - function in io.scanbot.sdk.docprocessing.Document
- getUuid() - function in io.scanbot.sdk.docprocessing.Page
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.CounterDown
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.CounterUp
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.DeleteBarcode
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.SetCount
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateFormattedData
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateImage
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.UpdateTimestamp
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.model.BarcodeFormattedData
- getUuid() - function in io.scanbot.sdk.ui_v2.barcode.common.model.ManualEditDialogData
- getValidationCallback() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeConfiguration
- getValidationCallback() - function in io.scanbot.sdk.ui.view.textpattern.entity.TextPatternScannerStep
- Callback for text validation.
- getValidationErrors() - function in io.scanbot.sdk.barcode.entity.GS1.Element
- A list of all children of type "ValidationError".
- getValidationStatus() - function in io.scanbot.genericdocument.entity.TextFieldWrapper
- getValidationStatus() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult.Field
- Field validation status.
- getValidationStatus() - function in io.scanbot.sdk.genericdocument.entity.Field
- Field validation status.
- getValidationSuccessful() - function in io.scanbot.sdk.textpattern.TextPatternScannerResult
- Whether the validation was successful.
- getValidator() - function in io.scanbot.sdk.textpattern.TextPatternScannerConfiguration
- Content validator.
- getValidFrom() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Category
- Valid from (Column 10.
- getValidFrom() - function in io.scanbot.sdk.documentdata.entity.DeResidencePermitFront
- Valid from date (Gültig ab)
- getValidUntil() - function in io.scanbot.sdk.documentdata.entity.DeDriverLicenseBack.Category
- Valid until (Column 11.
- getValue() - function in io.scanbot.genericdocument.entity.TextFieldWrapper
- Field text value
- getValue() - function in io.scanbot.sdk.camera.FrameHandlerResult.Success
- getValue() - function in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult.Field
- Recognized value.
- getValue() - function in io.scanbot.sdk.genericdocument.entity.Field
- Value of the field.
- getValue() - function in io.scanbot.sdk.genericdocument.entity.FieldParsedData
- Parsed value.
- getValue() - function in io.scanbot.sdk.mc.MedicalCertificateDateRecord
- Validated date string.
- getValue() - function in io.scanbot.sdk.mc.MedicalCertificatePatientInfoField
- Field value.
- getValue() - function in io.scanbot.sdk.tiff.model.UserField
- Value.
- getValue() - function in io.scanbot.sdk.tiff.model.UserFieldDoubleValue
- Value.
- getValue() - function in io.scanbot.sdk.tiff.model.UserFieldIntValue
- Value.
- getValue() - function in io.scanbot.sdk.tiff.model.UserFieldStringValue
- Value.
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.BarcodeFilter
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.CameraZoomRatio
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.DelayAfterFocusCompleteMs
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.FormattedDataMapper
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms
- getValue() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerNativeParam.SuccessfulScanningInterval
- getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.BarcodeFilter
- getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.CameraZoomRatio
- getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.DelayAfterFocusCompleteMs
- getValue() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerNativeParam.MsiPlesseyChecksumAlgorithms
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DefaultPageParametricFilter
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DelayAfterFocusCompleteMs
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.DrawPolygonShadows
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.ForceMaxSnappingSize
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.HardwareSnapButton
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerNativeParam.ShutterSoundEnabled
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.DelayAfterFocusCompleteMs
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.DrawPolygonShadows
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.ForceMaxSnappingSize
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.HardwareSnapButton
- getValue() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerNativeParameter.ShutterSoundEnabled
- getValue() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeParam.CleanResultCallback
- getValue() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerNativeParam.TextValidationCallbackParam
- getValue() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerNativeParam.CancelButtonIcon
- getValue() - function in io.scanbot.sdk.ui_v2.common.ScanbotColor
- getValue() - function in io.scanbot.sdk.ui_v2.common.viewmodel.Result.Success
- getValues() - function in io.scanbot.sdk.barcode.entity.VCard.Entry
- Value
- getVehicleBodyStyle() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAO".
- getVehicleBodyStyle() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VAO".
- getVehicleBodyType() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "VAO".
- getVehicleColor() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VBD".
- getVehicleColor() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VBD".
- getVehicleData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "VehicleData".
- getVehicleIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "VAD".
- getVehicleIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAD".
- getVehicleIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VAD".
- getVehicleIdentificationNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAD".
- getVehicleIdNumber() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VBA".
- getVehicleMake() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "VAK".
- getVehicleMake() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAK".
- getVehicleMake() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VAK".
- getVehicleMake() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAK".
- getVehicleMake() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "VAK".
- getVehicleModel() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAM".
- getVehicleModel() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VAM".
- getVehicleModel() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAM".
- getVehicleModelYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VAL".
- getVehicleModelYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "VAL".
- getVehicleModelYear() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleSafetyInspectionData
- Data element ID "VAL".
- getVehicleOwnerData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "VehicleOwnerData".
- getVehiclePurchaseDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.TitleData
- Data element ID "TAU".
- getVehicleSafetyInspectionData() - function in io.scanbot.sdk.barcode.entity.AAMVA
- The child document of type "VehicleSafetyInspectionData".
- getVehicleStatusCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAS".
- getVehicleTypeCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VBB".
- getVehicleUse() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrationData
- Data element ID "VPC".
- getVersion() - function in io.scanbot.sdk.barcode.entity.AAMVA
- Version
- getVersion() - function in io.scanbot.sdk.barcode.entity.SEPA
- Version
- getVersion() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "Version".
- getVersion() - function in io.scanbot.sdk.configuration.json.ScanbotSdkJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerJsonConfiguration
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui.view.check.configuration.json.CheckScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerJsonConfiguration
- Version of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerJsonConfiguration
- A version of the configuration object
- getVersion() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui_v2.document.configuration.CroppingConfiguration
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScanningFlow
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Version number of the configuration object.
- getVersion() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Version number of the configuration object.
- getVersionNumber() - function in io.scanbot.sdk.barcode.entity.BoardingPass.Leg
- VersionNumber
- getVersionNumber() - function in io.scanbot.sdk.documentdata.entity.MRZ
- Version number
- getVertical() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- getVertical() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- getVertical() - function in io.scanbot.sdk.ui.view.interactor.DetectPolygonOnPageUseCase.BitmapLines
- getVerticalLines() - function in io.scanbot.sdk.document.DocumentDetectionResult
- All detected vertical lines in image space.
- getVerticalLines() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- getVerticalLinesNormalized() - function in io.scanbot.sdk.document.DocumentDetectionResult
- Normalized vertical lines in image space.
- getVeteranIndicator() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DDL".
- getVibration() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the scan scan confirmation vibration.
- getVibration() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the vibration feedback.
- getVibration() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the scan confirmation vibration.
- getVibration() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the vibration feedback.
- getVibration() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the vibration feedback.
- getView() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.BarcodeElement
- getViewController() - function in io.scanbot.sdk.barcode.ui.BarcodeScanAndCountView
- Use this object to control the state or the behavior of the IBarcodeCounterView
- getViewController() - function in io.scanbot.sdk.barcode.ui.BarcodeScannerView
- Use this object to control the state or the behavior of the IBarcodeScannerView
- getViewController() - function in io.scanbot.sdk.barcode.ui.IBarcodeCounterView
- Use this object to control the state or the behavior of the IBarcodeCounterView
- getViewController() - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerView
- Use this object to control the state or the behavior of the IBarcodeScannerView
- getViewController() - function in io.scanbot.sdk.document.ui.DocumentScannerView
- Use this object to control the state or the behavior of the IDocumentScannerView
- getViewController() - function in io.scanbot.sdk.document.ui.IDocumentScannerView
- Use this object to control the state or the behavior of the IDocumentScannerView
- getViewFinder() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeScannerScreenConfiguration
- Configuration of the view finder.
- getViewFinder() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScannerScreenConfiguration
- Configuration of the view finder.
- getViewFinder() - function in io.scanbot.sdk.ui_v2.document.configuration.CameraScreenConfiguration
- Configuration of the viewfinder.
- getViewFinder() - function in io.scanbot.sdk.ui_v2.mrz.configuration.MrzScannerScreenConfiguration
- Configuration of the view finder.
- getViewFinder() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- Configuration of the view finder.
- getViewFinderEnabled() - function in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerJsonConfiguration
- Display the region of interest.
- getViewFinderEnabled() - function in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerJsonConfiguration
- Display the region of interest.
- getViewHandler() - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
- getViewOffsetX() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getViewOffsetY() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- getVisaOptional() - function in io.scanbot.sdk.documentdata.entity.MRZ
- MRV-A/MRV-B (Travel Visa) Optional field
- getVisibility() - function in io.scanbot.sdk.ui_v2.creditcard.configuration.CreditCardScanGuidanceConfiguration
- Determines whether the user guidance hints should be visible (enabled).
- getVisibility() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentPolygonConfiguration
- Determines the visibility mode for the polygon.
- getVisibility() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerUserGuidance
- Determines when the user guidance hints should be visible.
- getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayFindAndPickConfiguration
- Control the visibility of the user guidance.
- getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayGeneralConfiguration
- Control the visibility of the user guidance.
- getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.ArOverlayPolygonConfiguration
- Control the visibility of the overlay polygon.
- getVisible() - function in io.scanbot.sdk.ui_v2.barcode.configuration.FindAndPickArOverlayPolygonConfiguration
- Control the visibility of the overlay polygon.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.BadgeStyle
- Determines whether the badge is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.BadgedButton
- Determines whether the button is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.BarButtonConfiguration
- Determines whether the button is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.ButtonConfiguration
- Determines whether the button is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.IconButton
- Determines whether the icon is visible on the button.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.IconStyle
- Determines whether the icon is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.IconUserGuidanceConfiguration
- Determines whether the user guidance is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.RoundButton
- Determines whether the button is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.StyledText
- Determines whether the text field is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.UserGuidanceConfiguration
- Determines whether the user guidance is visible or not.
- getVisible() - function in io.scanbot.sdk.ui_v2.common.ViewFinderConfiguration
- Whether the viewfinder is visible.
- getVisible() - function in io.scanbot.sdk.ui_v2.document.configuration.NoButtonMode
- Whether the button is visible.
- getVisible() - function in io.scanbot.sdk.ui_v2.document.configuration.ScanAssistanceOverlay
- Determines whether the scan assistance overlay is visible or not.
- getVisibleRect() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getVltClacFromDate() - function in io.scanbot.sdk.barcode.entity.AAMVA.VehicleData
- Data element ID "VAZ".
- getWeight() - function in io.scanbot.sdk.barcode.entity.DEMedicalPlan.Patient
- Weight
- getWeightKilograms() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAX".
- getWeightPounds() - function in io.scanbot.sdk.barcode.entity.AAMVA.DLID
- Data element ID "DAW".
- getWhiteOutliersFraction() - function in io.scanbot.sdk.imagefilters.GrayscaleFilter
- Clip this fraction of the brightest pixels in operations such as autocontrast.
- getWhitePoint() - function in io.scanbot.sdk.imagefilters.WhiteBlackPointFilter
- Fraction of the value channel range that is not set to 255.
- getWidth() - function in io.scanbot.sdk.camera.FrameHandler.Frame
- getWidth() - function in io.scanbot.sdk.common.AspectRatio
- Width component of the aspect ratio.
- getWidth() - function in io.scanbot.sdk.core.ImageInfo
- Image width in pixels.
- getWidth() - function in io.scanbot.sdk.persistence.page.PageStorageProcessor.Configuration.Size
- getWidth() - function in io.scanbot.sdk.persistence.page.legacy.Page.Size
- getWidth() - function in io.scanbot.sdk.persistence.page.legacy.PageStorageProcessor.Configuration.Size
- getWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonAspectRatio
- The width component of the aspect ratio.
- getWidth() - function in io.scanbot.sdk.ui.configuration.json.JsonSize
- Width parameter
- getWidthInches() - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer.PaperFormat
- getWidthScore() - function in io.scanbot.sdk.document.DocumentDetectionScores
- Percentage of the image width taken by the detected document.
- getWithTimeStamp() - function in io.scanbot.sdk.ui_v2.barcode.common.BarcodeAction.AddBarcode
- getWordBoxes() - function in io.scanbot.sdk.textpattern.TextPatternScannerResult
- Boxes for each recognized word.
- getWordBoxes() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerUiResult
- Boxes for each recognized word.
- getWordBoxesFillColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- The color of word boxes filling.
- getWordBoxesLineColor() - function in io.scanbot.sdk.ui_v2.textpattern.configuration.TextPatternScannerScreenConfiguration
- The color of word boxes border lines.
- getWordBoxHighlightColor() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- The color of the highlight of the wordboxes founded on the frame
- getWordBoxHighlightEnabled() - function in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerJsonConfiguration
- If the wordboxes should be highlighted when were found on the frame
- getWords() - function in io.scanbot.sdk.ocr.model.Line
- List of words.
- getWorkAccident() - function in io.scanbot.sdk.barcode.entity.MedicalCertificate
- Work Accident
- getX() - function in io.scanbot.sdk.barcode.entity.ResultPoint
- getXml() - function in io.scanbot.sdk.barcode.entity.VCard
- The child document of type "XML".
- getY() - function in io.scanbot.sdk.barcode.entity.ResultPoint
- getZip() - function in io.scanbot.sdk.barcode.entity.AAMVA.MotorCarrierData
- Data element ID "MAO".
- getZipCode() - function in io.scanbot.sdk.barcode.entity.AAMVA.RegistrantAndVehicleData
- Data element ID "RBM".
- getZipCompressionLevel() - function in io.scanbot.sdk.tiff.model.TiffGeneratorParameters
- ZIP/Deflate compression level (TIFFTAG_ZIPQUALITY).
- getZoomButton() - function in io.scanbot.sdk.ui_v2.common.ActionBarConfiguration
- Configuration of the 'zoom' button.
- getZoomButton() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the 'zoom' button.
- getZoomedPage() - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- getZoomFactor() - function in io.scanbot.sdk.ui_v2.common.camera.ZoomCameraValue
- getZoomFactorUi() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Zoom value of the camera for the ui
- getZoomLevel() - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
- Allows the user to set the needed zoom level for the finder and for dependent views.
- getZoomModeEnabled() - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
- getZoomOverlay() - function in io.scanbot.sdk.ui_v2.document.configuration.ReviewScreenConfiguration
- Configuration of the zoom overlay for the review screen.
- getZoomOverlayCancelButtonText() - function in io.scanbot.sdk.ui_v2.document.configuration.DocumentScannerTextLocalization
- The 'close' button title of the zoom overlay for the review screen.
- getZoomRange() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- getZoomState() - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- Zoom value of the camera with application rule
- getZoomSteps() - function in io.scanbot.sdk.ui_v2.common.CameraConfiguration
- The zoom steps available to the user.
- GIVEN_NAME - enum entry in io.scanbot.sdk.ehicscanner.EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType
Given name.
- GIVEN_NAMES - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType
Person given names field.
- GLE - enum entry in io.scanbot.sdk.entity.Language
- GLG - enum entry in io.scanbot.sdk.entity.Language
- Glyph - class in io.scanbot.sdk.ocr.model
- Represents a single glyph, i.e.
- glyph(java.lang.String,java.lang.Double,java.util.List) - function in io.scanbot.sdk.ocr.model.OcrElement.Companion
- GoBack - class in io.scanbot.sdk.ui_v2.common.viewmodel
- goBack() - function in io.scanbot.sdk.ui_v2.document.screen.CroppingHostViewModel
- goBack() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
- goBack() - function in io.scanbot.sdk.ui_v2.document.screen.ICanGoBack
- GOOD - enum entry in io.scanbot.sdk.process.DocumentQuality
Good quality.
- GRADIENT - enum entry in io.scanbot.sdk.ui_v2.common.TopBarMode
Display the top bar with a gradient background color or a gradient with transparency. The buttons will still be visible.
- GradleDependencyException - class in io.scanbot.sdk.exceptions.base
- Thrown when there is no gradle dependency found which is required to run the corresponding component of the SDK
- GRAYSCALE - enum entry in io.scanbot.sdk.process.ImageFilterType
Standard grayscale filter. Creates a grayscaled 8-bit image and optimizes contrast and dynamic range.
- GRAYSCALE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType
Standard grayscale filter. Creates a grayscaled 8-bit image and optimizes contrast and dynamic range.
- GrayscaleFilter - class in io.scanbot.sdk.imagefilters
- Converts color images to grayscale and applies autocontrast.
- grayscaleFilter() - function in io.scanbot.sdk.imagefilters.ParametricFilter.Companion
- GRC - enum entry in io.scanbot.sdk.entity.Language
- GREECE - enum entry in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry
Greece.
- GREECE - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType
The country named Greece.
- GS1 - enum entry in io.scanbot.sdk.barcode.BarcodeDocumentFormat
GS1 barcode document.
- GS1 - class in io.scanbot.sdk.barcode.entity
- GS1 - enum entry in io.scanbot.sdk.barcode.entity.RootDocumentType
- GS1 - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeDocumentFormat
GS1 barcode document
- GS1.Element - class in io.scanbot.sdk.barcode.entity.GS1
- GS1.Element.FieldNames - class in io.scanbot.sdk.barcode.entity.GS1.Element
- GS1.Element.NormalizedFieldNames - class in io.scanbot.sdk.barcode.entity.GS1.Element
- GS1.Element.ValidationError - class in io.scanbot.sdk.barcode.entity.GS1.Element
- GS1.Element.ValidationError.FieldNames - class in io.scanbot.sdk.barcode.entity.GS1.Element.ValidationError
- GS1.Element.ValidationError.NormalizedFieldNames - class in io.scanbot.sdk.barcode.entity.GS1.Element.ValidationError
- GS1_COMPOSITE - enum entry in io.scanbot.sdk.barcode.BarcodeFormat
GS1 COMPOSITE (combined linear and 2D).
- GS1_COMPOSITE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodeFormat
GS1 DataBar Composite
- Gs1Handling - class in io.scanbot.sdk.barcode
- GS1 message handling options.
- Gs1Handling.Companion - class in io.scanbot.sdk.barcode.Gs1Handling
- Gs1HandlingMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- Gs1HandlingMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
- GsonHelper - class in io.scanbot.sdk.ui.configuration.json
- Helper to prepare a GSON object able to process the JSON configuration string.
- GuidanceText - enum entry in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextDataScannerStepParameter
- GuidanceText - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
- GUJ - enum entry in io.scanbot.sdk.entity.Language