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

R

RawImageLoadOptions - class in io.scanbot.sdk.core
Options for loading images that come from sensor.
read() - function in io.scanbot.cryptio.AesGcmDecryptingInputStream
 
read(kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in io.scanbot.cryptio.AesGcmDecryptingInputStream
 
read(java.io.File) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
Read ByteArray data from the source File
read(java.io.File) - function in io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor
Read ByteArray data from the source File
read(java.io.File) - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
Read ByteArray data from the source File
read(java.io.File) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
Read ByteArray data from the source File
read(java.io.File) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
Read ByteArray data from the source File
readImage(android.net.Uri,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
Read Bitmap image from the source file Uri
readImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
Read Bitmap image from the source File
readImage(android.net.Uri,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor
Read Bitmap image from the source file Uri
readImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.AesGcmEncryptedFileIoProcessor
Read Bitmap image from the source File
readImage(android.net.Uri,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
Read Bitmap image from the source file Uri
readImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
Read Bitmap image from the source File
readImage(android.net.Uri,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
Read Bitmap image from the source file Uri
readImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
Read Bitmap image from the source File
readImage(android.net.Uri,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor
Read Bitmap image from the source file Uri
readImage(java.io.File,android.graphics.BitmapFactory.Options) - function in io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor
Read Bitmap image from the source File
REASONABLE - enum entry in io.scanbot.sdk.process.DocumentQuality

Reasonable quality.

RECEIPT - enum entry in io.scanbot.sdk.entity.DocumentType
 
receiptsIntroImage() - function in io.scanbot.sdk.ui_v2.document.configuration.IntroImage.Companion
 
ReceiptsIntroImage - class in io.scanbot.sdk.ui_v2.document.configuration
The image for the introduction screen with a receipt template.
recognize(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognize() - function in io.scanbot.sdk.ocr.intelligence.SandwichingPdfOcrPerformer
 
recognize() - function in io.scanbot.sdk.ocr.intelligence.TesseractOcrPerformer
 
recognize() - function in io.scanbot.sdk.ocr.intelligence.TldrOcrPerformer
 
recognize() - function in io.scanbot.sdk.ocr.process.OcrPerformer
 
recognize() - function in io.scanbot.sdk.ocr.process.TextRecognizer
Performs text recognition using OcrPerformer
recognizeBitmap(android.graphics.Bitmap,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
Detect and extract data from EHIC in an image given as Bitmap.
recognizeBitmap(android.graphics.Bitmap,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
Detect and extract data from EHIC in an image given as Bitmap.
recognizeFromBgr(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognizeFromBitmap(android.graphics.Bitmap,java.lang.Integer) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognizeFromBitmap(android.graphics.Bitmap) - function in io.scanbot.sdk.ocr.OcrEngine
Performs OCR only (without PDF result) from the bitmap with provided languages.
recognizeFromBitmap(android.graphics.Bitmap) - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
Performs OCR only (without PDF result) from the bitmap with provided languages.
recognizeFromDocument(io.scanbot.sdk.docprocessing.Document) - function in io.scanbot.sdk.ocr.OcrEngine
Performs OCR only (without PDF result) from the document with provided languages.
recognizeFromDocument(io.scanbot.sdk.docprocessing.Document) - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
Performs OCR only (without PDF result) from the document with provided languages.
recognizeFromJpeg(kotlin.ByteArray,java.lang.Integer) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognizeFromJpegInArea(kotlin.ByteArray,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognizeFromNv21InArea(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.ocr.JniTldrOcrEngine
 
recognizeFromPages(java.util.List) - function in io.scanbot.sdk.ocr.OcrEngine
Performs OCR only (without PDF result) from pages with provided languages.
recognizeFromPages(java.util.List) - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
Performs OCR only (without PDF result) from pages with provided languages.
recognizeFromUris(java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.ocr.OcrEngine
Performs OCR only (without PDF result) from Images with provided languages.
recognizeFromUris(java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.ocr.ScanbotOcrEngine
Performs OCR only (without PDF result) from Images with provided languages.
recognizeJPEG(kotlin.ByteArray,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
Detect and extract data from EHIC in an JPEG image given as an byte array.
recognizeJPEG(kotlin.ByteArray,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
Detect and extract data from EHIC in an JPEG image given as an byte array.
recognizeNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
Detect and extract data from EHIC in an N21 format image given as an byte array.
recognizeNv21(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
Detect and extract data from EHIC in an N21 format image given as an byte array.
recognizeNv21WithFinderOverlay(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.hicscanner.DefaultHealthInsuranceCardScanner
Detect and extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect
recognizeNv21WithFinderOverlay(kotlin.ByteArray,java.lang.Integer,java.lang.Integer,java.lang.Integer,android.graphics.Rect) - function in io.scanbot.sdk.hicscanner.HealthInsuranceCardScanner
Detect and extract data from EHIC in an N21 format image given as an byte array in specified finder overlay rect
RecognizePatientInfo - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerParameter
 
RecognizerParameters - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerParameter
 
recursiveGetBookmark(kotlin.collections.ArrayList,java.lang.Long) - function in io.scanbot.sdk.pdf.PdfiumSdk
 
recycle() - function in io.scanbot.sdk.ocr.intelligence.OcrPdfGenerator.GenerationIterator
Frees resources held by GenerationIterator
RefCountedObjectProfile - class in io.scanbot.common
Profile info of a reference-counted stored object.
REFERENCE - enum entry in io.scanbot.sdk.common.ImageSerializationMode

Images are serialized as references to native resources.

REGEX - enum entry in io.scanbot.sdk.textpattern.PatternGrammar

Regular expression pattern matching. Uses ECMAScript grammar.

registerForActivityResultOk(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui.ScanbotActivityResultKt
Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.
registerForActivityResultOk(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui.ScanbotActivityResultKt
Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.
registerForActivityResultOk(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResultKt
Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.
registerForActivityResultOk(.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.activity.ScanbotActivityResultKt
Extension to prevent resultCode checks in your Scanbot RTU result processing blocks.
registerFrameHandlers(io.scanbot.sdk.ui.camera.ScanbotCameraXView) - function in io.scanbot.sdk.ui_v2.creditcard.screen.BaseCreditCardViewModel
 
registerFrameHandlers(io.scanbot.sdk.ui.camera.ScanbotCameraXView) - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
 
registerFrameHandlers(io.scanbot.sdk.ui.camera.ScanbotCameraXView) - function in io.scanbot.sdk.ui_v2.mrz.screen.BaseMrzViewModel
 
registerFrameHandlers(io.scanbot.sdk.ui.camera.ScanbotCameraXView) - function in io.scanbot.sdk.ui_v2.textpattern.screen.BaseTextPatternViewModel
 
registerKeyCodeHandler(.<Error class: unknown class>,java.lang.String,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeProviderKt
 
registerSignificantMoveListener(io.scanbot.sdk.camera.autosnapping.SignificantMoveListener) - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveCatcher
Registers SignificantMoveListener to notify about significant moves
REGULAR - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

A regular blur style that adapts to the user interface style.

REJECT - enum entry in io.scanbot.sdk.mrz.MrzIncompleteResultHandling

Reject incomplete results. If any fields are missing or fail validation, the result document will be empty. Typically used for live scanning.

release() - function in io.scanbot.sdk.util.snap.SoundController
Release resources.
release() - function in io.scanbot.sdk.util.snap.SoundControllerImpl
Release resources.
release() - function in io.scanbot.sdk.util.snap.StubSoundController
Release resources.
releaseAllImages() - function in io.scanbot.sdk.core.ImageRef.CREATOR
Releases all alive images despite any existing references.
releaseStrongReference(java.util.UUID) - function in io.scanbot.sdk.core.ImageRef.CREATOR
 
releaseTextInfo(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Release all resources allocated for a text page information structure.
releaseTextInfo(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Release all resources allocated for a text page information structure.
REMARKS - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType

Remarks field in the identity document.

rememberBottomSheetScaffoldState(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.components.BottomSheetState,.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
Create and remember a BottomSheetScaffoldState.
rememberBottomSheetState(io.scanbot.sdk.ui_v2.common.components.BottomSheetValue,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotScaffoldKt
Create a BottomSheetState and remember it.
rememberLazyVerticalGridReorderableState(.<Error class: unknown class>,kotlin.jvm.functions.Function2,.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridKt
 
rememberZoomableState(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomableStateKt
Create a ZoomableState that is remembered across compositions.
remove(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Removes all files for pageId
removeAll() - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Removes all files
removeAll(java.util.List) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Removes files for pages with given pageIds
removeAllExcept(java.util.List) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Removes all files, except list of provided pages
removeAllPages() - function in io.scanbot.sdk.docprocessing.Document
Remove all page from the document at one batch operation.
removeCameraStateCallback(io.scanbot.sdk.camera.CameraStateCallback) - function in io.scanbot.sdk.camera.ScanbotCameraView
Removes callback, so it won't receive any further notifications.
removeCameraStateCallback(io.scanbot.sdk.camera.CameraStateCallback) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Removes callback, so it won't receive any further notifications.
removeCameraStateCallback(io.scanbot.sdk.camera.CameraStateCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Removes callback, so it won't receive any further notifications.
removeCameraStateCallback(io.scanbot.sdk.camera.CameraStateCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Removes callback, so it won't receive any further notifications.
removeCameraZoomDelegate(io.scanbot.sdk.ui.camera.UiZoomDelegate) - function in io.scanbot.sdk.ui.camera.ZoomFinderOverlayView
Remove a delegate to control the dependent view from this ZoomFinderOverlayView
REMOVED - enum entry in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel.ConfirmationState

Confirmation dialog was removed due to scanning restart. Preview needs to be started.

removeDraftPage(io.scanbot.sdk.persistence.page.legacy.Page) - function in io.scanbot.sdk.ui.view.interactor.RemoveDraftPageUseCase
Removes specified draft Page form the storage
removeDraftPages(java.util.List) - function in io.scanbot.sdk.ui.view.interactor.RemoveDraftPageUseCase
Removes specified list of draft Page's form the storage
RemoveDraftPageUseCase - class in io.scanbot.sdk.ui.view.interactor
Removes Page from the storage
removeFilteredPreviewImages(java.lang.String) - function in io.scanbot.sdk.persistence.page.legacy.PageFileStorage
Removes/deletes all filtered preview images of the page.
removeFrameHandler(io.scanbot.sdk.camera.FrameHandler) - function in io.scanbot.sdk.camera.PreviewBuffer
Unregisters FrameHandler.
removeFrameHandler(io.scanbot.sdk.camera.FrameHandler) - function in io.scanbot.sdk.camera.ScanbotCameraView
Unregisters FrameHandler.
removeFrameHandler(io.scanbot.sdk.camera.FrameHandler) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Unregisters FrameHandler.
removeFrameHandler(io.scanbot.sdk.camera.FrameHandler) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Unregisters FrameHandler.
removeFrameHandler(io.scanbot.sdk.camera.FrameHandler) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Unregisters FrameHandler.
removeOldPageIfReplaceMode() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
removeOldPageIfReplaceMode() - function in io.scanbot.sdk.ui_v2.document.screen.camera.IDocumentCameraSession
 
removePage(io.scanbot.sdk.docprocessing.Page) - function in io.scanbot.sdk.docprocessing.Document
Remove the given page.
removePage(java.lang.Integer) - function in io.scanbot.sdk.docprocessing.Document
Remove the page with the given index.
removePage(java.lang.String) - function in io.scanbot.sdk.docprocessing.Document
Remove the page with the given id.
removePage(io.scanbot.sdk.persistence.page.legacy.Page) - function in io.scanbot.sdk.ui.view.interactor.RemovePageUseCase
Removes specified Page form the storage throws IOException that need to be handled with catch {} in flow api
removePages(java.util.List) - function in io.scanbot.sdk.ui.view.interactor.RemovePageUseCase
Removes specified list of Page's form the storage throws IOException that need to be handled with catch {} in flow api
RemovePageUseCase - class in io.scanbot.sdk.ui.view.interactor
Removes Page from the storage
removePictureCallback(io.scanbot.sdk.camera.BasePictureCallback) - function in io.scanbot.sdk.camera.ScanbotCameraView
Removes callback, so it won't receive any further notifications.
removePictureCallback(io.scanbot.sdk.camera.BasePictureCallback) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Removes callback, so it won't receive any further notifications.
removePictureCallback(io.scanbot.sdk.camera.BasePictureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Removes callback, so it won't receive any further notifications.
removePictureCallback(io.scanbot.sdk.camera.BasePictureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Removes callback, so it won't receive any further notifications.
removeResult(java.lang.String) - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalLruStorage
Removes the result from the storage according to the given id
removeResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.barcode.ui.result.BarcodeScannerUiResultInternalRepository
Removes the result with a given ResultId from the repository
removeResult(io.scanbot.sdk.ui.result.ResultId) - function in io.scanbot.sdk.ui.result.ResultRepository
Removes the result with a given ResultId from the repository
removeResult(java.lang.String) - function in io.scanbot.sdk.ui.result.ResultStorage
Removes the result from the storage according to the given id
removeResultHandler(io.scanbot.sdk.barcode.BarcodeCounterFrameHandler.ResultHandler) - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.barcode.BarcodeScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.barcode.BarcodeScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.check.CheckScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.check.CheckScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.creditcard.CreditCardScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.creditcard.CreditCardScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.document.DocumentScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.document.DocumentScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.documentdata.DocumentDataExtractorFrameHandler.ResultHandler) - function in io.scanbot.sdk.documentdata.DocumentDataExtractorFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.hicscanner.HealthInsuranceCardScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.hicscanner.HealthInsuranceCardScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.mc.MedicalCertificateFrameHandler.ResultHandler) - function in io.scanbot.sdk.mc.MedicalCertificateFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.mrz.MrzScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.mrz.MrzScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.textpattern.TextPatternScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.textpattern.TextPatternScannerFrameHandler
Unregisters handler.
removeResultHandler(io.scanbot.sdk.vin.VinScannerFrameHandler.ResultHandler) - function in io.scanbot.sdk.vin.VinScannerFrameHandler
Unregisters handler.
removeTakePictureCallback(io.scanbot.sdk.camera.CameraTakePictureCallback) - function in io.scanbot.sdk.camera.ScanbotCameraView
Removes callback, so it won't receive any further notifications.
removeTakePictureCallback(io.scanbot.sdk.camera.CameraTakePictureCallback) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Removes callback, so it won't receive any further notifications.
removeTakePictureCallback(io.scanbot.sdk.camera.CameraTakePictureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Removes callback, so it won't receive any further notifications.
removeTakePictureCallback(io.scanbot.sdk.camera.CameraTakePictureCallback) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Removes callback, so it won't receive any further notifications.
renameDocument(java.lang.String,java.lang.String,java.lang.String) - function in io.scanbot.sdk.persistence.document.DocumentStoreStrategy
Renames document.
renderPage(android.view.Surface,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Boolean) - function in io.scanbot.sdk.pdf.PdfiumSdk
Render page fragment on Surface.<br></br> Page must be opened before rendering.
renderPage(android.view.Surface,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Render page fragment on Surface.<br></br> Page must be opened before rendering.
renderPageBitmap(android.graphics.Bitmap,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Boolean) - function in io.scanbot.sdk.pdf.PdfiumSdk
Render page fragment on Bitmap. This method allows to render annotations.<br></br> Page must be opened before rendering.
renderPageBitmap(android.graphics.Bitmap,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Render page fragment on Bitmap. This method allows to render annotations.<br></br> Page must be opened before rendering.
RENEWED_CERTIFICATE - enum entry in io.scanbot.sdk.mc.MedicalCertificateCheckBoxType

(Form 1) Renewed certificate (Folgebescheinigung) checkbox.

ReorderableGridKt - class in io.scanbot.sdk.ui_v2.document.components
 
ReorderableGridState - class in io.scanbot.sdk.ui_v2.document.components
 
reorderableVerticalGrid(.<Error class: unknown class>,java.lang.Object,io.scanbot.sdk.ui_v2.document.components.ReorderableGridState) - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridKt
 
ReorderedPage - class in io.scanbot.sdk.ui_v2.document.screen.reorder
 
ReorderPagePreview - class in io.scanbot.sdk.ui_v2.document.screen.reorder
 
ReorderPages - class in io.scanbot.sdk.ui_v2.document.screen
 
ReorderPagesScreenConfiguration - class in io.scanbot.sdk.ui_v2.document.configuration
Configuration of the screen for reordering the scanned pages.
ReorderScreenView(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel,.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderScreenViewKt
 
ReorderScreenViewKt - class in io.scanbot.sdk.ui_v2.document.screen.reorder
 
ReorderViewModel - class in io.scanbot.sdk.ui_v2.document.screen.reorder
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.documentdata.configuration.json.DocumentDataExtractorScreenParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.textpattern.configuration.json.TextPatternScannerParameter
 
ReplaceCancelButtonWithIcon - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
 
replacePage(java.lang.Integer,io.scanbot.sdk.persistence.page.legacy.Page) - function in io.scanbot.sdk.entity.SnappingDraft
Replaces page at given position with new page
REPORT - enum entry in io.scanbot.sdk.entity.DocumentType
 
requestOrientation(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.OrientationLockMode) - function in io.scanbot.sdk.ui_v2.common.components.ScanbotSystemBarKt
 
REQUIRE_2 - enum entry in io.scanbot.sdk.barcode.UpcEanExtensionBehavior

Only barcodes with a 2-digit extension are accepted.

REQUIRE_5 - enum entry in io.scanbot.sdk.barcode.UpcEanExtensionBehavior

Only barcodes with a 5-digit extension are accepted.

REQUIRE_ANY - enum entry in io.scanbot.sdk.barcode.UpcEanExtensionBehavior

Only barcodes with either a 2-digit or a 5-digit extension are accepted.

REQUIRED - enum entry in io.scanbot.sdk.core.EncryptionMode

Encryption/Decryption is used when loading/saving an image. A crypting provider must first be set using ImageRef.setStorageCryptingProvider. If no provider is set, the loading/saving operation will fail.

RequiredAspectRatios - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
 
RequiredDependency - class in io.scanbot.sdk.di
Define all data needed for one optional SDK dependency check.
RequiredDependency.Companion - class in io.scanbot.sdk.di.RequiredDependency
 
requireOffset() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
Require the current offset.
requireOffset() - function in io.scanbot.sdk.ui_v2.common.components.SwipeableV2State
Require the current offset.
REQUIRES_CARE_NO - enum entry in io.scanbot.sdk.mc.MedicalCertificateCheckBoxType

(Form 21a) Requires care no (Die Art der Erkrankung macht die Betreuung und Beaufsichtigung notwendig... nein) checkbox.

REQUIRES_CARE_YES - enum entry in io.scanbot.sdk.mc.MedicalCertificateCheckBoxType

(Form 21a) Requires care yes (Die Art der Erkrankung macht die Betreuung und Beaufsichtigung notwendig... ja) checkbox.

ResamplingMethod - class in io.scanbot.pdf.model
Resampling method.
ResamplingMethod.Companion - class in io.scanbot.pdf.model.ResamplingMethod
 
reset() - function in io.scanbot.sdk.autosnapping.PolygonCloseAutoSnappingPredicate
Reset possible internal counter, e.g.
reset() - function in io.scanbot.sdk.barcode.SuccessFrameDebouncer
Resets the current state of the SuccessFrameDebouncer
reset() - function in io.scanbot.sdk.camera.autosnapping.CaptureIntervalAutoSnappingPredicate
Reset possible internal counter, e.g.
reset() - function in io.scanbot.sdk.camera.autosnapping.ResettablePredicate
Reset possible internal counter, e.g.
reset() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
RESET - enum entry in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState.PolygonType

Polygon was reset to default value.

reset() - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
 
ResetButtonAccessibilityHint - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingAccessibilityConfigurationParameter
 
ResetButtonAccessibilityLabel - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingAccessibilityConfigurationParameter
 
ResetButtonTitle - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
 
resetPolygon() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
resetPolygonHistory() - function in io.scanbot.document.JniDocumentScanner
Calling this method will reset the polygon smoothing history.
resetPolygonHistory() - function in io.scanbot.sdk.document.DefaultDocumentScanner
Calling this method will reset the polygon smoothing history.
resetPolygonHistory() - function in io.scanbot.sdk.document.DocumentScanner
Calling this method will reset the polygon smoothing history.
resetPolygonState() - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
Reset the state of the view
ResettablePredicate - class in io.scanbot.sdk.camera.autosnapping
Additional property for IAutoSnappingPredicate - describes predicate, that can hold state and might need re-setting it to default.
resetViewState() - function in io.scanbot.sdk.barcode.BarcodeCounterFrameHandler
Reset subscribed view component to initial state.
resize(io.scanbot.sdk.core.ImageRef,java.lang.Integer) - function in io.scanbot.sdk.core.processor.ImageProcessor
Resizes image to the given size
resize(io.scanbot.sdk.core.ImageRef,java.lang.Integer) - function in io.scanbot.sdk.process.ImageProcessor
Resizes image to the given size.
resize(java.lang.Integer) - function in io.scanbot.sdk.process.ImageProcessor
Resizes image to the given size.
resizeContentViews() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
 
restartPreview() - function in io.scanbot.sdk.camera.ScanbotCameraView
Restarts preview stream.
restartPreview() - function in io.scanbot.sdk.ui.ICameraViewController
Restarts preview stream.
restartPreview() - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Restarts preview stream.
restartPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Restarts preview stream.
restartPreview() - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Restarts preview stream.
Result - class in io.scanbot.sdk.ui_v2.common.viewmodel
 
Result.Failure - class in io.scanbot.sdk.ui_v2.common.viewmodel.Result
 
Result.Success - class in io.scanbot.sdk.ui_v2.common.viewmodel.Result
 
ResultAccumulationConfiguration - class in io.scanbot.sdk.frameaccumulation
Configuration for how to accumulate results.
ResultPoint - class in io.scanbot.sdk.barcode.entity
Encapsulates a point of interest in an image containing a barcode.
resultRepositories() - function in io.scanbot.sdk.di.SdkComponent
 
ResultRepository - class in io.scanbot.sdk.ui.result
Provides access to the scanning result of the given type by ResultId The current implementation of the repository keeps the result only in RAM and does not store anything on the persistent storage It is important to persist the data manually if it is needed to be used after the restart of the process of the application Be careful when processing the intent with ResultId in onCreate method of the Activity as it may be recreated after the termination of the process
resultRepositoryForClass(java.lang.Class) - function in io.scanbot.sdk.ScanbotSDK
Provides result repository for the given classTo get access to the full result object it is needed to do the following:val resultWrapper: ResultWrapper<BarcodeScannerUiResultInternal> val result = ScanbotSDK(context).resultRepositoryForClass(resultWrapper.clazz).getResultAndErase(resultWrapper.
ResultStorage - class in io.scanbot.sdk.ui.result
Stores and provides access to the scanning result of the given type by ResultId
ResultWrapper - class in io.scanbot.sdk.ui.result
Result wrapper which points to the specific result in one of ResultRepository based on clazzTo get access to the full result object it is needed to do the following:val resultWrapper: ResultWrapper<GenericDocument> val result = ScanbotSDK(context).resultRepositoryForClass(resultWrapper.clazz).getResultAndErase(resultWrapper.
ReturnCroppedDocumentImage - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateScannerParameter
 
Review - class in io.scanbot.sdk.ui_v2.document.screen
 
reviewAddPage(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewAddPage(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
ReviewBottomBar(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.document.configuration.ReviewBottomBarConfiguration,io.scanbot.sdk.ui_v2.common.ScanbotColor,kotlin.jvm.functions.Function1,io.scanbot.sdk.ui_v2.document.screen.ProgressType,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewComponentsKt
 
ReviewBottomBarConfiguration - class in io.scanbot.sdk.ui_v2.document.configuration
Configuration of the bottom bar for the review screen.
ReviewClickAction - class in io.scanbot.sdk.ui_v2.document.screen.camera
 
ReviewComponentsKt - class in io.scanbot.sdk.ui_v2.document.screen.review
 
ReviewDropDownMenu(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.document.configuration.ReviewMorePopupMenu,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function1) - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewDropDownMenuKt
 
ReviewDropDownMenuKt - class in io.scanbot.sdk.ui_v2.document.screen.review
 
ReviewMorePopupMenu - class in io.scanbot.sdk.ui_v2.document.configuration
Configuration of the 'more' popup menu for the review screen.
reviewNavigatePageCrop(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewNavigatePageCrop(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
reviewNavigateReorder() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewNavigateReorder() - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
reviewRetakePage(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewRetakePage(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
ReviewScreenConfiguration - class in io.scanbot.sdk.ui_v2.document.configuration
Configuration of the screen for reviewing the scanned pages.
ReviewScreenView(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel,.<Error class: unknown class>,.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewScreenViewKt
 
ReviewScreenViewKt - class in io.scanbot.sdk.ui_v2.document.screen.review
 
reviewShowDeleteAllDialog() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewShowDeleteAllDialog() - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
reviewShowDeletePageDialog(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewShowDeletePageDialog(java.lang.String) - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
reviewSubmitDocument() - function in io.scanbot.sdk.ui_v2.document.screen.DocumentScannerHostViewModel
 
reviewSubmitDocument() - function in io.scanbot.sdk.ui_v2.document.screen.review.IReviewViewModel
 
ReviewUiAction - class in io.scanbot.sdk.ui_v2.document.screen.review
 
ReviewUiAction.AddClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.CroppingClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.CurrentPageChanged - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.DeleteClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.GoBack - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.GoNextPage - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.GoPreviousPage - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.PageZoomClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.RetakeClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.RotateClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.SubmitClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.ToolbarMoreMenuDeleteAll - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.ToolbarMoreMenuReorder - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewUiAction.ZoomCloseClick - class in io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction
 
ReviewViewModel - class in io.scanbot.sdk.ui_v2.document.screen.review
 
ReviewZoomedPageView(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.document.configuration.ZoomOverlay,io.scanbot.sdk.docprocessing.Page,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,.<Error class: unknown class>,.<Error class: unknown class>,kotlin.jvm.functions.Function0) - function in io.scanbot.sdk.ui_v2.document.screen.review.ZoomedPageViewKt
 
RMQR_CODE - enum entry in io.scanbot.sdk.barcode.BarcodeFormat

Rectangular Micro QR Code (2D).

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

rMQR Code

ROMANIA - enum entry in io.scanbot.sdk.documentdata.EuropeanHealthInsuranceCardIssuingCountry

Romania.

ROMANIA - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.JsonHealthInsuranceCardCountryType

The country named Romania.

RON - enum entry in io.scanbot.sdk.entity.Language
 
RootDocumentType - class in io.scanbot.sdk.barcode.entity
All root document types that can be returned by this strongly-typed wrapper
RootDocumentType - class in io.scanbot.sdk.check.entity
All root document types that can be returned by this strongly-typed wrapper
RootDocumentType - class in io.scanbot.sdk.creditcard.entity
All root document types that can be returned by this strongly-typed wrapper
RootDocumentType - class in io.scanbot.sdk.documentdata.entity
All root document types that can be returned by this strongly-typed wrapper
RootDocumentType.Companion - class in io.scanbot.sdk.barcode.entity.RootDocumentType
 
RootDocumentType.Companion - class in io.scanbot.sdk.check.entity.RootDocumentType
 
RootDocumentType.Companion - class in io.scanbot.sdk.creditcard.entity.RootDocumentType
 
RootDocumentType.Companion - class in io.scanbot.sdk.documentdata.entity.RootDocumentType
 
rotate(io.scanbot.sdk.core.ImageRef,io.scanbot.sdk.core.ImageRotation) - function in io.scanbot.sdk.core.processor.ImageProcessor
Rotates image by the given degrees which should be multiple of 90
rotate(io.scanbot.sdk.persistence.page.legacy.Page,java.lang.Integer) - function in io.scanbot.sdk.docprocessing.legacy.PageProcessor
Rotates all images (and previews) of the given page x times.
rotate(io.scanbot.sdk.core.ImageRef,io.scanbot.sdk.core.ImageRotation) - function in io.scanbot.sdk.process.ImageProcessor
Rotates the given image.
rotate(io.scanbot.sdk.core.ImageRef,java.lang.Integer) - function in io.scanbot.sdk.process.ImageProcessor
Rotates the given image clockwise.
rotate(io.scanbot.sdk.core.ImageRotation) - function in io.scanbot.sdk.process.ImageProcessor
Rotates the given image.
rotate(java.lang.Integer) - function in io.scanbot.sdk.process.ImageProcessor
Rotates the given image clockwise.
rotate(android.util.Rational,java.lang.Integer) - function in io.scanbot.sdk.ui.camera.util.CameraImageUtils
Rotate rational by rotation value, which inverse it if the degree is 90 or 270.
rotate() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingViewModel
 
rotate(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.document.screen.review.PageReviewRotationState
 
RotateButtonAccessibilityHint - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingAccessibilityConfigurationParameter
 
RotateButtonAccessibilityLabel - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingAccessibilityConfigurationParameter
 
RotateButtonHidden - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
 
RotateButtonTitle - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
 
rotateClockwise(io.scanbot.sdk.entity.RotationType) - function in io.scanbot.sdk.entity.RotationType.Companion
 
rotateClockwise() - function in io.scanbot.sdk.ui.EditPolygonImageView
Rotates view clockwise.
rotateCounterClockwise() - function in io.scanbot.sdk.ui.EditPolygonImageView
Rotates view counterclockwise.
rotateCW() - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
 
rotatePolygon(java.util.List,java.lang.Float) - function in io.scanbot.sdk.util.PolygonHelper.Companion
Rotate polygon.
rotateYUV21Image(java.lang.Integer,kotlin.ByteArray,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.util.YUVUtil
Rotates YUV21 image
ROTATION_0 - enum entry in io.scanbot.sdk.entity.RotationType
 
ROTATION_180 - enum entry in io.scanbot.sdk.entity.RotationType
 
ROTATION_270 - enum entry in io.scanbot.sdk.entity.RotationType
 
ROTATION_360 - enum entry in io.scanbot.sdk.entity.RotationType

Used for animations, since animation framework behaves differently for 0 and 360 degrees

ROTATION_90 - enum entry in io.scanbot.sdk.entity.RotationType
 
rotationDegreesFromSurfaceRotation(java.lang.Integer) - function in io.scanbot.sdk.ui.camera.util.ScaleTypeTransform
Get the int value degree of a rotation from the Surface constants.
rotationDegreesToImageRotation(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.common.utils.KotlinExtensionsKt
 
rotationTimesToDegrees(java.lang.Integer) - function in io.scanbot.sdk.ui_v2.common.utils.KotlinExtensionsKt
 
RotationType - class in io.scanbot.sdk.entity
Supported rotation degrees for image editing
RotationType.Companion - class in io.scanbot.sdk.entity.RotationType
 
RoundButton - class in io.scanbot.sdk.ui_v2.common
Configuration of the round button.
Router - class in io.scanbot.sdk.ui.utils
Generic interface for handling navigation on rtu-ui components.
RouterImpl - class in io.scanbot.sdk.ui.utils
Implementation of Router class that handle navigation on rtu-ui components.
ROUTING_NUMBER - enum entry in io.scanbot.sdk.genericdocument.entity.CommonFieldType

Check routing number.

ROYAL_MAIL - enum entry in io.scanbot.sdk.barcode.BarcodeFormat

Royal Mail Four-State Customer Code, a.k.a. RM4SCC, CBC, BPO 4 State Code.

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

Royal Mail Four-State Customer Code, a.k.a. RM4SCC, CBC, BPO 4 State Code

ROYAL_TNT_POST - enum entry in io.scanbot.sdk.barcode.BarcodeFormat

Royal TNT Post Four-State Barcode, a.k.a. KIX, Klant IndeX.

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

Royal TNT Post Four-State Barcode, a.k.a. KIX, Klant IndeX

RTUUIConfigurationException - class in io.scanbot.sdk.exceptions.rtuui
Thrown when Ready to use component has invalid configuration params
RUNNING - enum entry in io.scanbot.sdk.entity.OcrStatus
 
runOnUIThread(java.lang.Runnable) - function in io.scanbot.sdk.util.thread.ExecutionUtils
Executes runnable on the UI thread
RUS - enum entry in io.scanbot.sdk.entity.Language
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Y  Z