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 

E

e(java.lang.String) - function in io.scanbot.sdk.util.log.DebugLog
 
e(java.lang.String,java.lang.String) - function in io.scanbot.sdk.util.log.DebugLog
Writes tag and message to the log file and also calls Log.e with given params.
e(java.lang.String,java.lang.String,java.lang.Throwable) - function in io.scanbot.sdk.util.log.DebugLog
Writes a message about exception to system log and to the file.
e(java.lang.String,java.lang.String) - function in io.scanbot.sdk.util.log.Logger
Writes tag and message to the log on Level.Error
EAN_13 - enum entry in io.scanbot.barcodescanner.model.BarcodeType
 
EAN_13 - enum entry in io.scanbot.sdk.barcode.entity.BarcodeFormat

EAN-13 1D format.

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

EAN_13 barcode type

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

EAN-13 barcode type

EAN_8 - enum entry in io.scanbot.barcodescanner.model.BarcodeType
 
EAN_8 - enum entry in io.scanbot.sdk.barcode.entity.BarcodeFormat

EAN-8 1D format.

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

EAN_8 barcode type

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

EAN-8 barcode type

EDGE_BASED - enum entry in io.scanbot.sdk.ui.configuration.json.JsonDocumentDetectorMode

Legacy mode, based on classic Computer Vision algorithms.

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

A filter that enhances edges in low-contrast documents.

ELL - enum entry in io.scanbot.sdk.entity.Language
 
emptyCursor() - function in io.scanbot.sdk.util.CursorUtil
 
enableAutoFocus(android.hardware.Camera.Parameters) - function in io.scanbot.sdk.util.snap.Utils
Sets focus mode to Camera.Parameters.FOCUS_MODE_AUTO if supported
enableBarcodeScan(java.lang.Boolean) - function in io.scanbot.sdk.barcode.DefaultScanbotBarcodeDetector
 
enableBarcodeScan(java.lang.Boolean) - function in io.scanbot.sdk.barcode.ScanbotBarcodeDetector
 
EnableCameraButtonTitle - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
EnableCameraButtonTitle - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
EnableCameraExplanationText - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
EnableCameraExplanationText - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
enableContinuousFocus(android.hardware.Camera.Parameters) - function in io.scanbot.sdk.util.snap.Utils
Sets focus mode to Camera.Parameters.FOCUS_MODE_CONTINUOUS_PICTURE or Camera.Parameters.FOCUS_MODE_AUTO if supported
ENCODE_FAILED - enum entry in io.scanbot.sdk.exceptions.camera.CodecFailedException.FailureType
 
EncryptedFileIOProcessor - class in io.scanbot.sdk.persistence.fileio
Represents encryption/decryption file IO operations.
EncryptionArgumentsException - class in io.scanbot.sdk.exceptions.crypto
Thrown when Encryption mechanics initialized with incorrect params
EncryptionInitException - class in io.scanbot.sdk.exceptions.crypto
Thrown when DI cant init encryption classes due to not supported android version or other problems
ENG - enum entry in io.scanbot.sdk.entity.Language
 
EngineMode - class in io.scanbot.sdk.barcode.entity
Supported barcode detector engine modes.
EngineMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
EngineMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
ENM - enum entry in io.scanbot.sdk.entity.Language
 
ensureDirExists(java.lang.String) - function in io.scanbot.sdk.util.FileUtils
 
ensureMainThread() - function in io.scanbot.sdk.util.thread.ExecutionUtils
Ensures that method invocation happened on main thread
ensureTextPage(java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
 
EPO - enum entry in io.scanbot.sdk.entity.Language
 
equals(java.lang.Object) - function in io.scanbot.sdk.camera.FrameHandler.Frame
 
equals(java.lang.Object) - function in io.scanbot.sdk.entity.Blob
 
equals(java.lang.Object) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypography
 
Error - enum entry in io.scanbot.sdk.util.log.Logger.Level
 
EST - enum entry in io.scanbot.sdk.entity.Language
 
EUS - enum entry in io.scanbot.sdk.entity.Language
 
Event - class in io.scanbot.sdk.ui.utils
Generic parent class for sending events through Router.
EXCELLENT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonDocumentQuality

Excellent document quality.

ExecutionUtils - class in io.scanbot.sdk.util.thread
Utils for predefined Thread execution
EXECUTIVE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize

Executive page size.

expand() - function in io.scanbot.sdk.ui_v2.common.components.BottomSheetState
Expand the bottom sheet with an animation and suspend until the animation finishes or is cancelled.
Expanded - enum entry in io.scanbot.sdk.ui_v2.common.components.BottomSheetValue

The bottom sheet is visible at its maximum height.

ExpectedBarcode - class in io.scanbot.sdk.ui_v2.barcode.configuration
Configuration of the barcode to find and scan.
ExpiryDate - enum entry in io.scanbot.genericdocument.entity.CommonFieldType

Document expiry date field

EXTRA_LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

The area of the view is lighter than the underlying view.

extractCharacter(java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Get Unicode of a character in a page.
extractCharacters(java.lang.Integer,java.lang.Integer,java.lang.Integer) - function in io.scanbot.sdk.pdf.PdfiumSdk
Extract unicode text string from the page.
extractResult(java.lang.Integer,android.content.Intent) - function in io.scanbot.sdk.ui.barcode_scanner.view.barcode.BarcodeScannerActivity.Companion
Extract result entity encapsulating this RTU-activity's work.
extractResult(java.lang.Integer,android.content.Intent) - function in io.scanbot.sdk.ui.barcode_scanner.view.barcode.batch.BatchBarcodeScannerActivity.Companion
Extract result entity encapsulating this RTU-activity's work.
extractResult(java.lang.Integer,android.content.Intent) - function in io.scanbot.sdk.ui_v2.barcode.BarcodeScannerActivity.Companion
Extract result entity encapsulating this RTU-activity's work.
extractText(java.lang.Integer,android.graphics.RectF) - function in io.scanbot.sdk.pdf.PdfiumSdk
Extract unicode text within a rectangular boundary on the page.
EyeColor - enum entry in io.scanbot.genericdocument.entity.CommonFieldType

Person eye color field

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