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
O
- observeBarcodeScanningResults() - function in io.scanbot.sdk.ui.view.barcode.BarcodeScanningSession
- Observes newly processed barcodes
- observeDocumentRecognitionResults() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentScanningSession
- Observes newly processed document
- observeMrzScanningResults() - function in io.scanbot.sdk.ui.view.mrz.MrzScanningSession
- Observes newly processed mrz card
- observeScanningPausedState() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentScanningSession
- Observes the paused state of the session
- observeScanReadyState() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentScanningSession
- Observes the state of document scanning
- OCR_BLOBS - enum entry in io.scanbot.sdk.blob.BlobType
- OcrBlobException - class in io.scanbot.sdk.exceptions.ocr
- Thrown when there is a problems of accessing OCR blobs
- OcrBlobRuntimeException - class in io.scanbot.sdk.exceptions.ocr
- Thrown when there is a problems of accessing OCR blobs files on runtime
- ocrBlobsPath(android.app.Application,java.lang.String) - function in io.scanbot.sdk.ScanbotSDKInitializer
- Set Scanbot SDK OCR blobs path
- ocrBlobsPath() - function in io.scanbot.sdk.connectivity.BlobsStorage
- OcrComposer - class in io.scanbot.sdk.ocr.process.compose
- Composes sandwiched document if all binaries are available and document language can be detected, or falls back to default PDF writing otherwise.
- OcrPage - class in io.scanbot.ocr.model
- Represents result of OCR-performing on the page.
- OcrPdfRenderer - class in io.scanbot.sdk.ocr.intelligence
- Saves Document with given Pages into PDF sandwiched with results of OCR.
- OcrPdfRenderer.BitmapBinarizer - class in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer
- Applies binarization filter to Bitmap.
- OcrPdfRenderer.RenderIterator - class in io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer
- Controls render process.
- OcrPerformer - class in io.scanbot.sdk.ocr.process
- Performs Ocr and return OcrResult if license or feature not available result will contains empty data
- ocrRecogniser(android.content.Context,io.scanbot.sap.SapManager,io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer,io.scanbot.sdk.persistence.document.DocumentStoreStrategy,io.scanbot.sdk.docprocessing.compose.SimpleComposer,io.scanbot.sdk.persistence.BlobStoreStrategy,io.scanbot.sdk.persistence.page.legacy.PageFileStorage,io.scanbot.sdk.persistence.fileio.FileIOProcessor,io.scanbot.sdk.ocr.intelligence.OcrSettings,io.scanbot.sdk.ocr.intelligence.OcrPdfRenderer.BitmapBinarizer,io.scanbot.sdk.blob.BlobManager) - function in io.scanbot.sdk.di.ScanbotSdkModule
- ocrRecogniser() - function in io.scanbot.sdk.di.SdkComponent
- OcrResolutionLimit - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerParameter
- OcrResolutionLimit - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
- OcrResult - class in io.scanbot.genericdocument.entity
- Result of OCR text recognition.
- OcrResult - class in io.scanbot.sdk.ocr.process
- Represents result of OCR-performing.
- OcrResultBlock - class in io.scanbot.ocr.model
- Part of the optical character recognitions result.
- OcrResultBlock.OcrResultBlockType - class in io.scanbot.ocr.model.OcrResultBlock
- Represents block types for a text paragraph, a text line or a word.
- OcrResultBlock.OcrResultBlockType.Companion - class in io.scanbot.ocr.model.OcrResultBlock.OcrResultBlockType
- OcrResultJson - class in io.scanbot.genericdocument.entity
- OcrSettings - class in io.scanbot.sdk.ocr.intelligence
- Encapsulates settings for OCR
- OcrSettings.Builder - class in io.scanbot.sdk.ocr.intelligence.OcrSettings
- OcrStatus - class in io.scanbot.sdk.entity
- Status of document OCR operation
- OcrStatus.Companion - class in io.scanbot.sdk.entity.OcrStatus
- OFFER - enum entry in io.scanbot.sdk.entity.DocumentType
- OK - enum entry in io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus
A document has been detected successfully.
- OK_BUT_BAD_ANGLES - enum entry in io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus
A document has been detected but it has bad angles.
- OK_BUT_BAD_ASPECT_RATIO - enum entry in io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus
A document has been detected but it has a bad aspect ratio.
- OK_BUT_OFF_CENTER - enum entry in io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus
A document has been detected but its center is too far off.
- OK_BUT_TOO_SMALL - enum entry in io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus
A document has been detected but it is too small.
- onAcceptClick() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- onAccuracyChanged(android.hardware.Sensor,java.lang.Integer) - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveCatcher
- onAction(io.scanbot.sdk.ui_v2.common.viewmodel.UiAction) - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- onActivateCameraPermission() - function in io.scanbot.sdk.ui.view.base.IPermissionViewModel
- Called when user wants to activate camera permission
- onActivateCameraPermission() - function in io.scanbot.sdk.ui.view.base.PermissionViewModel
- Called when user wants to activate camera permission
- onActivateCameraPermission() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
- User wants to activate camera permission
- onActivateCameraPermission() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
- User wants to activate camera permission
- onAnimationEnded() - function in io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonAnimationEndListener
- onAnnotationAdded(java.lang.Integer,java.lang.Long) - function in io.scanbot.sdk.pdf.PdfiumSdk
- onAnnotationRemoved(java.lang.Integer,java.lang.Long) - function in io.scanbot.sdk.pdf.PdfiumSdk
- onAnnotationUpdated(java.lang.Integer,java.lang.Long) - function in io.scanbot.sdk.pdf.PdfiumSdk
- onArBarcodeItemClick(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- onArBarcodeItemClick(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onArBarcodeItemClick(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onArBarcodeItemClick(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- onAttachedToWindow() - function in io.scanbot.sdk.ui.MagnifierView
- onAutoSnapping() - function in io.scanbot.sdk.barcode.BarcodeAutoSnappingController.AutoSnappingCallback
- Called right before auto-snapping routine takes picture.
- onAutoSnapping() - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.Callback
- To be called before autosnap.
- onAutoSnappingCanceled() - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener
- Triggers when autosnapping won't start within this delay
- onAutoSnappingCanceled() - function in io.scanbot.sdk.ui.PolygonView
- Triggers when autosnapping won't start within this delay
- onAutoSnappingCanceled() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Triggers when autosnapping won't start within this delay
- onAutoSnappingClicked() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- User wants to change auto snapping mode.
- onAutoSnappingClicked() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- User wants to change auto snapping mode.
- onAutoSnappingFinished() - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener
- Triggers when autosnapping is finished (it happens when camera returns taken picture)
- onAutoSnappingFinished() - function in io.scanbot.sdk.ui.PolygonView
- Triggers when autosnapping is finished (it happens when camera returns taken picture)
- onAutoSnappingFinished() - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Triggers when autosnapping is finished (it happens when camera returns taken picture)
- onAutoSnappingIn(java.lang.Long) - function in io.scanbot.sdk.camera.autosnapping.IAutoSnappingController.AutoSnappingStateListener
- Triggers when autosnapping will start in within delay
- onAutoSnappingIn(java.lang.Long) - function in io.scanbot.sdk.ui.PolygonView
- Triggers when autosnapping will start in within delay
- onAutoSnappingIn(java.lang.Long) - function in io.scanbot.sdk.ui.camera.FinderOverlayView
- Triggers when autosnapping will start in within delay
- onAutoSnappingTriggered() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onBackPressed() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
- Processing back press and collapsing bottom sheet if needed
- onBackPressed() - function in io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeScannerActivity
- onBackPressed() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- onBackPressed() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- onBackPressed() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
- onBackPressed() - function in io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListView
- Processing back press and collapsing bottom sheet if needed
- onBarcodeConfirmed(io.scanbot.sdk.barcode.entity.BarcodeScanningResult) - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
- Called when the user wants to confirm the scan result
- onBarcodeConfirmed(io.scanbot.sdk.barcode.entity.BarcodeScanningResult) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogInterface
- Called when the user wants to confirm the scan result
- onBarcodeRejected() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
- Called when the user rejected the scan result and wants to retry the scan
- onBarcodeRejected() - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialogInterface
- Called when the user rejected the scan result and wants to retry the scan
- onBarcodeSelected(java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
- When user clicked on a specific barcode on the Barcode selection overlay
- onBarcodeSelected(java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
- When user clicked on a specific barcode on the Barcode selection overlay
- onBindViewHolder(io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemViewHolder,java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
- onCameraOpen() - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewCallback
- Called each time camera view is ready for detection
- onCameraOpen() - function in io.scanbot.sdk.ui.ICameraViewCallback
- Invoked when the camera was init successfully and preview is started
- onCameraOpened() - function in io.scanbot.sdk.camera.CameraOpenCallback
- Called when camera is opened and ready for shooting
- onCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- Camera has been opened.
- onCameraOpened() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- Camera has been opened.
- onCameraOpened() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- Camera has been opened.
- onCameraOpened() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- Camera has been opened.
- onCancel(android.content.DialogInterface) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialog
- onCancel(android.content.DialogInterface) - function in io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialog
- onCancel(android.content.DialogInterface) - function in io.scanbot.sdk.ui.view.mc.dialog.MedicalCertificateErrorDialog
- onCancelBarcodeCounter() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onCancelBarcodeCounter() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCancelClick() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onCancelClick() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onCancelClicked() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- User wants to cancel snapping
- onCancelClicked() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
- User wants to cancel snapping.
- onCancelClicked() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
- User wants to cancel snapping.
- onCancelCropping() - function in io.scanbot.sdk.ui_v2.document.screen.BaseCroppingActivity
- User wants to cancel cropping.
- onCancelCroppingLicenseInvalid() - function in io.scanbot.sdk.ui_v2.document.screen.BaseCroppingActivity
- Cancel cropping because of the invalid license.
- onCancelErrorDialogClick() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCancelErrorDialogClick() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- onCancelScanning() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- User wants to cancel scanning.
- onCancelScanning() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- User wants to cancel scanning.
- onCancelScanning() - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- User wants to cancel scanning.
- onCancelScanningLicenseInvalid() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- Cancel barcode scanning because of the invalid license.
- onCancelScanningLicenseInvalid() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Cancel barcode scanning because of the invalid license.
- onCancelScanningLicenseInvalid() - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- Cancel document scanning because of the invalid license.
- onCheckRecognized(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- On result frames comes from detector
- onCheckRecognized(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
- On result frames comes from detector
- onCheckSnapped(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- On Check snapped
- onCheckSnapped(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
- On Check snapped
- onCleanRecognitionQueue() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- Allows to clean the accumulated frames inside the recognizer.
- onCleanRecognitionQueue() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- Allows to clean the accumulated frames inside the recognizer.
- onClearClick() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCleared() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
- onCleared() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- onClick(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView.PolygonValueClickListener
- When the user clicked on the view under the polygon
- onCloseCamera() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
- onConfirmationDiscarded() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onConfirmationRemoved() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- View has removed confirmation dialog (to restart scanning), preview resumed.
- onConfirmationRemoved() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- View has removed confirmation dialog (to restart scanning), preview resumed.
- onConfirmationRemoved() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- View has removed confirmation dialog (to restart scanning), preview resumed.
- onConfirmationRemoved() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- View has removed confirmation dialog (to restart scanning), preview resumed.
- onCounterManual(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onCounterManual(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCounterMinus(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onCounterMinus(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCounterPlus(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onCounterPlus(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.barcode.BarcodeScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.base.BaseActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.base.NFBaseActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.camera.FinderDocumentScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.check.CheckRecognizerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.edit.CroppingActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentRecognizerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateRecognizerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.mrz.MRZScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui.view.vin.VinScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui_v2.document.screen.BaseCroppingActivity
- onCreate(android.os.Bundle) - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- onCreateDialog(android.os.Bundle) - function in io.scanbot.sdk.ui.view.barcode.dialog.BarcodeConfirmationDialog
- onCreateDialog(android.os.Bundle) - function in io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialog
- onCreateDialog(android.os.Bundle) - function in io.scanbot.sdk.ui.view.mc.dialog.MedicalCertificateErrorDialog
- onCreateDrawableState(java.lang.Integer) - function in io.scanbot.sdk.ui.utils.CheckableImageButton
- onCreateDrawableState(java.lang.Integer) - function in io.scanbot.sdk.ui.utils.CheckableImageView
- onCreateViewHolder(android.view.ViewGroup,java.lang.Integer) - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
- onDestroy() - function in io.scanbot.sdk.ui.view.base.BaseActivity
- onDestroy() - function in io.scanbot.sdk.ui.view.base.NFBaseActivity
- onDetachedFromWindow() - function in io.scanbot.sdk.ui.MagnifierView
- onDetectClick() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onDetectClick() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onDiscardResultClick() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- onDrag(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- onDragCancel() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- onDragEnd() - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- onDragStart(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.document.components.ReorderableGridState
- onError() - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappingResult
- onFinishCurrentState() - function in io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListViewModel
- Triggered when the signal to finish was received from outside.
- onFinishCurrentState() - function in io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.ViewModel
- Triggered when the signal to finish was received from outside.
- onFinishCurrentState() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- Triggered when the signal to finish was received from outside.
- onFinishCurrentState() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- Triggered when the signal to finish was received from outside.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.genericdocument.GenericDocumentCameraViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.genericdocument.IGenericDocumentCameraView.ViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.generictext.ITextDataCameraView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.generictext.TextDataScannerCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.hic.HealthInsuranceCardCameraViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.hic.IHealthInsuranceCardCameraView.ViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.mrz.IMRZCameraView.ViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.mrz.MrzCameraViewModel
- User wants to change flash mode
- onFlashClicked() - function in io.scanbot.sdk.ui.view.vin.IVinScannerCameraView.ViewModel
- User wants to change flash mode.
- onFlashClicked() - function in io.scanbot.sdk.ui.view.vin.VinScannerViewModel
- User wants to change flash mode.
- onImageCaptured() - function in io.scanbot.sdk.camera.CaptureCallback
- Invoked when picture is taken
- onImportClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onIntroIconClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onItemDelete(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onItemReset(java.lang.String) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onKeyCode(android.view.KeyEvent) - function in io.scanbot.sdk.ui_v2.document.configuration.KeyCodeLocalRegister
- onKeyCode(android.view.KeyEvent) - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- OnKeyCodeListener - class in io.scanbot.sdk.ui_v2.document.configuration
- onKeyDown(java.lang.Integer,android.view.KeyEvent) - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- onKeyDown(java.lang.Integer,android.view.KeyEvent) - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- onKeyDown(java.lang.Integer,android.view.KeyEvent) - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- onKeyEvent(java.lang.Integer) - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- onLicenseError() - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewCallback
- onLicenseInvalid() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- License is now invalid.
- onLicenseInvalid() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- License is now invalid.
- onLicenseInvalid() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onLicenseInvalid() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onLicensePlateConfirmed(io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult) - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
- Called when the user wants to confirm the scan result
- onLicensePlateConfirmed(io.scanbot.sdk.ui.view.licenseplate.entity.LicensePlateScannerResult) - function in io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialogInterface
- Called when the user wants to confirm the scan result
- onLicensePlateRejected() - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
- Called when the user rejected the scan result and wants to retry the scan
- onLicensePlateRejected() - function in io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialogInterface
- Called when the user rejected the scan result and wants to retry the scan
- ONLY_WITH_EXTENSIONS - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodesExtensionFilter
Only EAN and UPC codes with extensions are returned.
- ONLY_WITH_EXTENSIONS - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodesExtensionFilter
Only EAN and UPC codes with extensions are returned.
- ONLY_WITHOUT_EXTENSIONS - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBarcodesExtensionFilter
Only EAN and UPC codes without extensions are returned.
- ONLY_WITHOUT_EXTENSIONS - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodesExtensionFilter
Only EAN and UPC codes without extensions are returned.
- onMultiPageClicked() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- User wants to change multi page mode.
- onMultiPageClicked() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- User wants to change multi page mode.
- onPagePositionChanged(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- onPageProcessed(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.util.ProgressCallback
- Will be called after every bit of progress (e.g.
- onPagesPreviewClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onPause() - function in io.scanbot.sdk.camera.CameraStateCallback
- Called when camera switches to paused state.
- onPause() - function in io.scanbot.sdk.camera.ScanbotCameraView
- Notifies view that enclosing android.app.Activity or android.app.Fragment was paused and therefore camera must be closed.
- onPause() - function in io.scanbot.sdk.camera.autosnapping.ShakeAutoSnappingPredicate
- Call to detach when component no longer needed.
- onPause() - function in io.scanbot.sdk.ui.ILegacyCameraController
- Notifies view that enclosing android.app.Activity or android.app.Fragment was paused and therefore camera must be closed.
- onPause() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
- onPause() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- onPause() - function in io.scanbot.sdk.ui.view.check.BaseCheckRecognizerActivity
- onPause() - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
- Call to detach when component no longer needed.
- onPause() - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
- onPause() - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
- onPermissionDeny() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onPictureTaken(android.graphics.Bitmap,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.camera.FinderPictureCallback
- Invoked when picture is taken, rotated and cropped according to Finder view size
- onPictureTaken(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.camera.PictureCallback
- Invoked when picture is taken
- onPictureTaken(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.ui.ICameraViewCallback
- Invoked when picture is taken
- onPictureTaken(kotlin.ByteArray,io.scanbot.sdk.camera.CaptureInfo) - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onPictureTakenInternal(kotlin.ByteArray,java.lang.Integer,java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.camera.BasePictureCallback
- Invoked when picture is taken
- onPictureTakenInternal(kotlin.ByteArray,java.lang.Integer,java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.camera.FinderPictureCallback
- Invoked when picture is taken
- onPictureTakenInternal(kotlin.ByteArray,java.lang.Integer,java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.camera.PictureCallback
- Invoked when picture is taken
- onPictureTakenInternal(kotlin.ByteArray,java.lang.Integer,java.util.List,java.lang.Boolean) - function in io.scanbot.sdk.contourdetector.DocumentAutoSnappingController
- Invoked when picture is taken
- onPinchedToValue(java.lang.Float) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView.PinchToZoomCallback
- onPinchToZoom(java.lang.Float) - function in io.scanbot.sdk.ui_v2.common.camera.ScanbotComposeCameraViewModel
- onPolygonChanged(java.util.List,io.scanbot.sdk.core.contourdetector.DocumentDetectionStatus,io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState.PolygonType) - function in io.scanbot.sdk.ui_v2.document.screen.crop.CroppingState
- onPolygonDragStateChanged(java.lang.Boolean) - function in io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonDragStateListener
- Called when user started or stopped dragging the polygon.
- onPolygonSelectedStateChanged(java.lang.Boolean) - function in io.scanbot.sdk.ui.EditPolygonImageView.EditPolygonDragListener
- onPolygonUpdated(java.util.List) - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onPolygonUpdated(java.util.List) - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onProcessed(io.scanbot.sdk.entity.Document) - function in io.scanbot.sdk.docprocessing.DocumentProcessorMonitor
- onProcessed(T) - function in io.scanbot.sdk.docprocessing.ProcessorMonitor
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.check.BaseCheckRecognizerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.generictext.BaseTextDataScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
- onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
- onResetClick() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onResetClick() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onResetClick() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onRestartScanning() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- Scanning result confirmation dialogue finished.
- onRestartScanning() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- Scanning result confirmation dialogue finished.
- onRestartScanning() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- Scanning result confirmation dialogue finished.
- onRestartScanning() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- Scanning result confirmation dialogue finished.
- onRestoreInstanceState(android.os.Parcelable) - function in io.scanbot.sdk.ui.utils.CheckableImageButton
- onResult(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
- On result frames comes from detector
- onResult(io.scanbot.sdk.camera.FrameHandlerResult) - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- On result frames comes from detector
- onResult(io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappedData) - function in io.scanbot.sdk.ui_v2.barcode.configuration.BarcodeMappingResult
- onResultConfirmationPending() - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- User was shown scanning result confirmation dialogue and we are waiting for his response.
- onResultConfirmationPending() - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- User was shown scanning result confirmation dialogue and we are waiting for his response.
- onResultConfirmationPending() - function in io.scanbot.sdk.ui.view.licenseplate.ILicensePlateCameraView.ViewModel
- User was shown scanning result confirmation dialogue and we are waiting for his response.
- onResultConfirmationPending() - function in io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerCameraViewModel
- User was shown scanning result confirmation dialogue and we are waiting for his response.
- onResultConfirmed(io.scanbot.sdk.barcode.entity.BarcodeScanningResult) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- Barcode scanning result was confirmed in the confirmation dialog.
- onResultConfirmed(io.scanbot.sdk.barcode.entity.BarcodeScanningResult) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- Barcode scanning result was confirmed in the confirmation dialog.
- onResultShown() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onResume() - function in io.scanbot.sdk.camera.CameraStateCallback
- Called when camera switches to resumed state and is about to start streaming preview stream.
- onResume() - function in io.scanbot.sdk.camera.ScanbotCameraView
- Notifies view that enclosing android.app.Activity or android.app.Fragment was resumed and therefore camera can be started.
- onResume() - function in io.scanbot.sdk.camera.autosnapping.ShakeAutoSnappingPredicate
- Call to attach to hardware listener.
- onResume() - function in io.scanbot.sdk.ui.ILegacyCameraController
- Notifies view that enclosing android.app.Activity or android.app.Fragment was resumed and therefore camera can be started.
- onResume() - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
- onResume() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- onResume() - function in io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
- onResume() - function in io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeScannerActivity
- onResume() - function in io.scanbot.sdk.ui.view.check.BaseCheckRecognizerActivity
- onResume() - function in io.scanbot.sdk.ui.view.interactor.ShakePauseController
- Call to attach to hardware listener.
- onResume() - function in io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
- onResume() - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
- onRetakeClick() - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- onRetry() - function in io.scanbot.sdk.ui.view.mc.BaseMedicalCertificateRecognizerActivity
- Called when the user pressed okButton
- onRetry() - function in io.scanbot.sdk.ui.view.mc.dialog.MedicalCertificateErrorDialogInterface
- Called when the user pressed okButton
- onRetryClicked() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
- User wants to retry cm scanning.
- onRetryClicked() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- User wants to retry cm scanning.
- onRetryErrorClicked() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeViewModel
- onRetryErrorDialogClicked() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onRetryErrorDialogClicked() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- onRotateClick() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onRotateClick() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onSave() - function in io.scanbot.sdk.ui_v2.document.screen.reorder.ReorderViewModel
- onSaveClick() - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onSaveClick() - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onSaveInstanceState() - function in io.scanbot.sdk.ui.utils.CheckableImageButton
- onSavePagesClicked() - function in io.scanbot.sdk.ui.view.camera.DocumentScannerCameraViewModel
- User wants to snapped pages.
- onSavePagesClicked() - function in io.scanbot.sdk.ui.view.camera.ICameraView.ViewModel
- User wants to snapped pages.
- onScanAndCountFinished(java.util.List) - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewCallback
- Called after the successful barcodes detection
- onScanAndCountStarted() - function in io.scanbot.sdk.barcode.ui.IBarcodeScanCountViewCallback
- Called each time the view going to run detection Can be used to show progress view while waiting till the successful image snap and detection
- onSelectedPolygonStateChanged(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.EditPolygonViewModel
- onSelectedPolygonStateChanged(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.edit.IEditPolygonView.ViewModel
- onSelectionOverlayBarcodeClicked(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.barcode.ui.IBarcodeScannerViewCallback
- onSelectionOverlayBarcodeClicked(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraViewModel
- When the barcode was clicked on the Barcode selection overlay layer
- onSelectionOverlayBarcodeClicked(io.scanbot.sdk.barcode.entity.BarcodeItem) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.ViewModel
- When the barcode was clicked on the Barcode selection overlay layer
- onSensorChanged(android.hardware.SensorEvent) - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveCatcher
- onSetBarcodeCounter(java.lang.String,java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onSetBarcodeCounter(java.lang.String,java.lang.Integer) - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onSignificantMove() - function in io.scanbot.sdk.camera.autosnapping.SignificantMoveListener
- Gets called every time when significant move detected
- onSnapClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onSnapModeClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onSnapping() - function in io.scanbot.sdk.ui.view.check.CheckCameraViewModel
- On snapping after check found successfully
- onSnapping() - function in io.scanbot.sdk.ui.view.check.ICheckRecognizerView.ViewModel
- On snapping after check found successfully
- onSnapping() - function in io.scanbot.sdk.ui.view.mc.IMedicalCertificateRecognizerView.ViewModel
- On snapping after cm found successfully
- onSnapping() - function in io.scanbot.sdk.ui.view.mc.MedicalCertificateCameraViewModel
- On snapping after cm found successfully
- onSnappingTimeout() - function in io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
- Timeout time has passed.
- onSnappingTimeout() - function in io.scanbot.sdk.ui_v2.barcode.common.BaseBarcodeScannerActivity
- Timeout time has passed.
- onSnappingTimeout() - function in io.scanbot.sdk.ui_v2.document.screen.BaseDocumentScannerActivity
- Timeout time has passed.
- onStart() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- onStart() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- onStart() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
- onStart() - function in io.scanbot.sdk.ui.view.generictext.BaseTextDataScannerActivity
- onStart() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- onStart() - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
- onStart() - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.camera.BaseDocumentScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.camera.BaseFinderDocumentScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.genericdocument.BaseGenericDocumentRecognizerActivity
- onStop() - function in io.scanbot.sdk.ui.view.generictext.BaseTextDataScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.hic.BaseHealthInsuranceCardScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.mrz.BaseMRZScannerActivity
- onStop() - function in io.scanbot.sdk.ui.view.vin.BaseVinScannerActivity
- onSubmitApproved() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onSubmitClick() - function in io.scanbot.sdk.ui_v2.barcode.common.FindAndPickUseCaseViewModel
- onSubmitClick() - function in io.scanbot.sdk.ui_v2.barcode.common.MultipleScanningUseCaseViewModel
- onSubmitResultClick() - function in io.scanbot.sdk.ui_v2.barcode.common.SingleScanningUseCaseViewModel
- onTakePictureCancelled() - function in io.scanbot.sdk.camera.CameraTakePictureCallback
- Called when the take picture operation could not be performed.
- onTakePictureRequested() - function in io.scanbot.sdk.camera.CameraTakePictureCallback
- Called when the take picture operation was successfully requested.
- onTorchClicked() - function in io.scanbot.sdk.ui_v2.document.screen.camera.DocumentCameraViewModel
- onTouchEvent(android.view.MotionEvent) - function in io.scanbot.sdk.barcode.ui.BarcodePolygonsView
- onTouchEvent(android.view.MotionEvent) - function in io.scanbot.sdk.ui.EditPolygonImageView
- onUiAction(io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgeUiAction) - function in io.scanbot.sdk.ui_v2.document.screen.acknowledgement.AcknowledgementViewModel
- onUiAction(io.scanbot.sdk.ui_v2.document.screen.review.ReviewUiAction) - function in io.scanbot.sdk.ui_v2.document.screen.review.ReviewViewModel
- openFileInputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- Returns OutputStream for the source file
- openFileInputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
- Returns OutputStream for the source file
- openFileInputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- Returns OutputStream for the source file
- openFileInputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- Returns OutputStream for the source file
- openFileOutputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- Returns OutputStream for the destination file
- openFileOutputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
- Returns OutputStream for the destination file
- openFileOutputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- Returns OutputStream for the destination file
- openFileOutputStream(java.io.File) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- Returns OutputStream for the destination file
- openPage(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Open page and store native pointer
- openPage(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
- Open range of pages and store native pointers
- openPermissionSettings() - function in io.scanbot.sdk.ui.view.base.PermissionAware
- Open system UI - permission settings for current application.
- openPermissionSettings() - function in io.scanbot.sdk.ui.view.base.PermissionAwareDelegate
- Open system UI - permission settings for current application.
- OperationCancelledException - class in io.scanbot.sdk.exceptions
- The exception that should be thrown when a time-consuming operation in the SDK was canceled by the user due to a timeout or any other reason.
- OpticalCharacterRecognizer - class in io.scanbot.sdk.ocr
- OpticalCharacterRecognizer.EngineMode - class in io.scanbot.sdk.ocr.OpticalCharacterRecognizer
- Represents the OCR and PDF engine modes.
- OpticalCharacterRecognizer.OcrConfig - class in io.scanbot.sdk.ocr.OpticalCharacterRecognizer
- Represents additional the OCR configurations.
- optimizeImage(android.graphics.Bitmap,java.lang.Float,java.lang.Float,java.lang.Long) - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer
- Scales image to desirable quality.
- optimizeImage(android.graphics.Bitmap,java.lang.Long) - function in io.scanbot.sdk.util.bitmap.ImageQualityOptimizer
- Scales image to desirable quality.
- ORDER - enum entry in io.scanbot.sdk.entity.DocumentType
- orderBestPatterns(kotlin.Array) - function in io.scanbot.sdk.barcode.entity.ResultPoint.Companion
- Orders an array of three ResultPoints in an order A,B,C such that AB is less than AC and BC is less than AC, and the angle between BC and BA is less than 180 degrees.
- ORI - enum entry in io.scanbot.sdk.entity.Language
- ORIENTATION_LOCK_MODE - enum entry in io.scanbot.sdk.ui.view.check.configuration.CheckRecognizerConfigurationParams
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.DocumentScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.camera.configuration.json.FinderDocumentScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.check.configuration.json.CheckRecognizerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.edit.configuration.json.CroppingParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.genericdocument.configuration.json.GenericDocumentRecognizerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.hic.configuration.json.HealthInsuranceCardScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.licenseplate.configuration.json.LicensePlateScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.mc.configuration.json.MedicalCertificateRecognizerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.mrz.configuration.json.MrzScannerParameter
- OrientationLockMode - enum entry in io.scanbot.sdk.ui.view.vin.configuration.json.VinScannerParameter
- OrientationLockMode - class in io.scanbot.sdk.ui_v2.common
- Configure the orientation of the interface.
- OrientationLockMode.Companion - class in io.scanbot.sdk.ui_v2.common.OrientationLockMode
- OrientationMode - class in io.scanbot.sdk.ui.view.base.configuration
- Represents supported screen orientation lock modes.
- ORIGINAL - enum entry in io.scanbot.sdk.persistence.page.PageFileType
State for the original raw picture.
- ORIGINAL_IMAGE - enum entry in io.scanbot.sdk.persistence.page.PageStorage.ImageType
- ORIGINAL_IMAGE_PREVIEW - enum entry in io.scanbot.sdk.persistence.page.PageStorage.ImageType
- OTSU_BINARIZATION - enum entry in io.scanbot.sdk.process.ImageFilterType
A filter for black and white conversion using OTSU binarization.
- OTSU_BINARIZATION - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType
A filter for black and white conversion using OTSU binarization.
- Outlined - enum entry in io.scanbot.sdk.ui_v2.common.components.ScanbotButtonType
- OutputMode - class in io.scanbot.sdk.imagefilters
- Output mode of binarization filter.
- OutputMode.Companion - class in io.scanbot.sdk.imagefilters.OutputMode
- OverlayConfiguration - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
- OverlayConfiguration - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter