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 

L

LANDSCAPE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonOrientationLockMode

Landscape screen orientations only

LANDSCAPE - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageDirection

Landscape page orientation.

LANDSCAPE - enum entry in io.scanbot.sdk.ui.view.base.configuration.CameraOrientationMode

Landscape camera orientation lock mode.

LANDSCAPE - enum entry in io.scanbot.sdk.ui.view.base.configuration.OrientationMode

Landscape screen orientation lock mode.

LANDSCAPE - enum entry in io.scanbot.sdk.ui_v2.common.OrientationLockMode

Lock the orientation to landscape.

Language - class in io.scanbot.sdk.entity
Natural languages supported by ocr engine
Language.Companion - class in io.scanbot.sdk.entity.Language
 
languageByLanguageTag(java.lang.String) - function in io.scanbot.sdk.entity.Language.Companion
 
languageByTessTag(java.lang.String) - function in io.scanbot.sdk.entity.Language.Companion
 
languageCodes(java.util.Collection) - function in io.scanbot.sdk.entity.Language.Companion
 
LAO - enum entry in io.scanbot.sdk.entity.Language
 
LARGE - enum entry in io.scanbot.sdk.ui_v2.barcode.configuration.CollapsedVisibleHeight

Result sheet is not completely collapsed, revealing more information.

LAT - enum entry in io.scanbot.sdk.entity.Language
 
LAV - enum entry in io.scanbot.sdk.entity.Language
 
LAZY - enum entry in io.scanbot.sdk.core.BufferLoadMode

Image is decoded the first time it's requested.

LAZY - enum entry in io.scanbot.sdk.core.PathLoadMode

Image is loaded into memory the first time it's requested. Specified path must exist at the time of loading.

LAZY_WITH_COPY - enum entry in io.scanbot.sdk.core.PathLoadMode

Image is loaded into memory the first time it's requested. Specified path is copied into internal directory and so isn't required to exist at the time of loading.

LEGACY - enum entry in io.scanbot.sdk.barcode.BarcodeScannerEngineMode

Legacy mode. Very fast, significantly less accurate. Doesn't support all barcode types.

LEGACY - enum entry in io.scanbot.sdk.ui.configuration.json.JsonDocumentScannerEngineMode

Legacy edge-based mode, based on classic Computer Vision algorithms.

LEGACY - enum entry in io.scanbot.sdk.ui.configuration.json.JsonEngineMode

Legacy barcode scanning mode.

LEGAL - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize

Legal page size.

LETTER - enum entry in io.scanbot.sdk.ui.configuration.json.JsonPageSize

Letter page size.

licenceErrorHandler(io.scanbot.sap.IScanbotSDKLicenseErrorHandler) - function in io.scanbot.sdk.barcode_scanner.ScanbotBarcodeScannerSDKInitializer
Register callback for handling all sdk license errors after sdk initialisation.
Licensable - class in io.scanbot.sdk.ui.view.base
Component is licensed.
Licensable - class in io.scanbot.sdk.ui_v2.common.activity
Component is licensed.
LicensableSdk - class in io.scanbot.sdk
A component that can be licensed - can perform license check and return info about results of such check.
license(android.app.Application,java.lang.String) - function in io.scanbot.sdk.barcode_scanner.ScanbotBarcodeScannerSDKInitializer
Set Scanbot Barcode Scanner SDK license.
LicenseInvalid - class in io.scanbot.sdk.ui_v2.common.activity
 
LIGHT - enum entry in io.scanbot.sdk.ui.configuration.json.JsonBlurEffect

The area of the view is the same approximate lightness of the underlying view.

LIGHT - enum entry in io.scanbot.sdk.ui_v2.common.NavigationBarMode

Display all icons in the navigation bar in white.

LIGHT - enum entry in io.scanbot.sdk.ui_v2.common.StatusBarMode

Display all icons in the status bar in white.

LineSegmentFloat - class in io.scanbot.sdk.common
Represents a line segment in 2D space.
LineSegmentInt - class in io.scanbot.sdk.common
Represents a line segment in 2D space.
Link - class in io.scanbot.sdk.pdf
 
LIT - enum entry in io.scanbot.sdk.entity.Language
 
Localization - class in io.scanbot.sdk.ui_v2.common.theme
 
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.ICameraViewConfiguration
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks the min supported focus distance and disables continuous focus
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
Locks the minimal supported focus distance and disables a continuous focus.
lockMinFocusDistance(java.lang.Boolean) - function in io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
Locks the minimal supported focus distance and disables a continuous focus.
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks camera in landscape mode
lockToLandscape(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks camera in landscape mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.camera.ScanbotCameraView
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.IScanbotCameraView
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraWrapper
Locks camera in portrait mode
lockToPortrait(java.lang.Boolean) - function in io.scanbot.sdk.ui.camera.ScanbotCameraXView
Locks camera in portrait mode
logException(java.lang.Throwable) - function in io.scanbot.sdk.util.log.DebugLog
Shows log for exception
logException(java.lang.Throwable) - function in io.scanbot.sdk.util.log.Logger
Shows log for exception
logger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.sdk.ScanbotSdkInitializerCommonApi
Adjust this parameter to specify which Logger should be used.
logger(io.scanbot.sdk.util.log.Logger) - function in io.scanbot.sdk.barcode_scanner.ScanbotBarcodeScannerSDKInitializer
Adjust this parameter to specify which Logger should be used.
Logger - class in io.scanbot.sdk.util.log
Writes logs
Logger.Level - class in io.scanbot.sdk.util.log.Logger
Logging level.
LoggerProvider - class in io.scanbot.sdk.util.log
Provides Logger
logMethod() - function in io.scanbot.sdk.util.log.DebugLog
Shows log for invoked method
logMethod() - function in io.scanbot.sdk.util.log.Logger
Shows log for invoked method
LONG - enum entry in io.scanbot.sdk.ui.view.widget.ToastView.Duration
 
LongOperationCancelCallback - class in io.scanbot.sdk.util
A callback that is used in the SDK allowing developers to cancel time-consuming operations (e.g.
LOW_LIGHT_BINARIZATION - enum entry in io.scanbot.sdk.ui.configuration.json.JsonImageFilterType

Binarization filter primary inteded to use on low-contrast documents with heavy shadows.

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

Binarization filter primary intended to use on low-contrast documents with heavy shadows.

LowPowerMode - enum entry in io.scanbot.sdk.ui.view.barcode.batch.configuration.json.BatchBarcodeScannerParameter
 
LowPowerMode - enum entry in io.scanbot.sdk.ui.view.barcode.configuration.json.BarcodeScannerParameter
 
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