Skip navigation links
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 

A

A4_HEIGHT_INCHES - Static variable in class net.doo.snap.util.pdf.PdfUtils
 
abc_action_bar_embed_tabs - Static variable in class android.support.compat.R.bool
 
abc_action_bar_embed_tabs - Static variable in class android.support.coreui.R.bool
 
abc_action_bar_embed_tabs - Static variable in class android.support.coreutils.R.bool
 
abc_action_bar_embed_tabs - Static variable in class android.support.fragment.R.bool
 
abc_action_bar_embed_tabs - Static variable in class android.support.mediacompat.R.bool
 
abc_action_bar_embed_tabs - Static variable in class android.support.v4.R.bool
 
abc_action_bar_embed_tabs - Static variable in class androidx.core.kotlin.R.bool
 
abc_action_bar_embed_tabs - Static variable in class net.doo.snap.R.bool
 
action0 - Static variable in class android.support.mediacompat.R.id
 
action0 - Static variable in class android.support.v4.R.id
 
action0 - Static variable in class net.doo.snap.R.id
 
action_container - Static variable in class android.support.compat.R.id
 
action_container - Static variable in class android.support.coreui.R.id
 
action_container - Static variable in class android.support.coreutils.R.id
 
action_container - Static variable in class android.support.fragment.R.id
 
action_container - Static variable in class android.support.mediacompat.R.id
 
action_container - Static variable in class android.support.v4.R.id
 
action_container - Static variable in class androidx.core.kotlin.R.id
 
action_container - Static variable in class net.doo.snap.R.id
 
action_divider - Static variable in class android.support.compat.R.id
 
action_divider - Static variable in class android.support.coreui.R.id
 
action_divider - Static variable in class android.support.coreutils.R.id
 
action_divider - Static variable in class android.support.fragment.R.id
 
action_divider - Static variable in class android.support.mediacompat.R.id
 
action_divider - Static variable in class android.support.v4.R.id
 
action_divider - Static variable in class androidx.core.kotlin.R.id
 
action_divider - Static variable in class net.doo.snap.R.id
 
action_image - Static variable in class android.support.compat.R.id
 
action_image - Static variable in class android.support.coreui.R.id
 
action_image - Static variable in class android.support.coreutils.R.id
 
action_image - Static variable in class android.support.fragment.R.id
 
action_image - Static variable in class android.support.mediacompat.R.id
 
action_image - Static variable in class android.support.v4.R.id
 
action_image - Static variable in class androidx.core.kotlin.R.id
 
action_image - Static variable in class net.doo.snap.R.id
 
action_text - Static variable in class android.support.compat.R.id
 
action_text - Static variable in class android.support.coreui.R.id
 
action_text - Static variable in class android.support.coreutils.R.id
 
action_text - Static variable in class android.support.fragment.R.id
 
action_text - Static variable in class android.support.mediacompat.R.id
 
action_text - Static variable in class android.support.v4.R.id
 
action_text - Static variable in class androidx.core.kotlin.R.id
 
action_text - Static variable in class net.doo.snap.R.id
 
actions - Static variable in class android.support.compat.R.id
 
actions - Static variable in class android.support.coreui.R.id
 
actions - Static variable in class android.support.coreutils.R.id
 
actions - Static variable in class android.support.fragment.R.id
 
actions - Static variable in class android.support.mediacompat.R.id
 
actions - Static variable in class android.support.v4.R.id
 
actions - Static variable in class androidx.core.kotlin.R.id
 
actions - Static variable in class net.doo.snap.R.id
 
ad_container - Static variable in class com.google.android.gms.R.id
 
ad_container - Static variable in class net.doo.snap.R.id
 
ad_image_view - Static variable in class com.google.android.gms.R.id
 
ad_image_view - Static variable in class net.doo.snap.R.id
 
ad_in_progress_label - Static variable in class com.google.android.gms.R.id
 
ad_in_progress_label - Static variable in class net.doo.snap.R.id
 
ad_label - Static variable in class com.google.android.gms.R.id
 
ad_label - Static variable in class net.doo.snap.R.id
 
add(image) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Adds image in the storage, does not create document, and returns pageId. Creates previews.
add(image) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Adds image in the storage, does not create document and returns pageId. Creates previews.
addFrameHandler() - Method in interface net.doo.snap.camera.PreviewBuffer
Registers net.doo.snap.camera.PreviewBuffer.FrameHandler which will receive preview frames from camera. Note, that handlers can intercept frame by returning true from PreviewBuffer.FrameHandler.handleFrame. In such case no other handler will receive callbacks for current frame. Therefore, order in which handlers are added matters. All callbacks are invoked from the worker thread, so it is safe to perform "heavy" operations.
addPage() - Method in class net.doo.snap.entity.SnappingDraft
Adds page in the end
addPage() - Method in class net.doo.snap.entity.SnappingDraft
Adds page to given position
addPictureCallback() - Method in class net.doo.snap.camera.ScanbotCameraView
Adds callback which will be notified when picture will be taken. Callbacks are invoked on a worker thread, so you can safely perform "heavy" operations here.
addResultHandler() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Registers result handler which will be notified about barcode/QR code detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultHandler() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
Registers result handler which will be notified about barcode/QR code detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultHandler() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
Registers result handler which will be notified about contour detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultHandler() - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
Registers result handler which will be notified about DC data detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultHandler() - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
Registers result handler which will be notified about MRZ data detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultHandler() - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
Registers result handler which will be notified about pay form detection results. Results are coming on the worker thread. Don't forget to move execution to main thread before updating UI.
addResultPoints() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
addTakenPicture(image, imageOrientation) - Method in class io.scanbot.sdk.persistence.DraftPagesRepository
 
addWithDocumentProcessing(image) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Adds image in the storage, and returns pageId. Creates previews, and detects contours.
addWithDocumentProcessing(image) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Adds image in the storage, and returns pageId. Creates previews, and detects contours.
adjust_height - Static variable in class com.google.android.gms.R.id
 
adjust_height - Static variable in class net.doo.snap.R.id
 
adjust_width - Static variable in class com.google.android.gms.R.id
 
adjust_width - Static variable in class net.doo.snap.R.id
 
AdsAttrs - Static variable in class com.google.android.gms.R.styleable
 
AdsAttrs - Static variable in class net.doo.snap.R.styleable
 
AdsAttrs_adSize - Static variable in class com.google.android.gms.R.styleable
 
AdsAttrs_adSize - Static variable in class net.doo.snap.R.styleable
 
AdsAttrs_adSizes - Static variable in class com.google.android.gms.R.styleable
 
AdsAttrs_adSizes - Static variable in class net.doo.snap.R.styleable
 
AdsAttrs_adUnitId - Static variable in class com.google.android.gms.R.styleable
 
AdsAttrs_adUnitId - Static variable in class net.doo.snap.R.styleable
 
adSize - Static variable in class com.google.android.gms.R.attr
 
adSize - Static variable in class net.doo.snap.R.attr
 
adSizes - Static variable in class com.google.android.gms.R.attr
 
adSizes - Static variable in class net.doo.snap.R.attr
 
adUnitId - Static variable in class com.google.android.gms.R.attr
 
adUnitId - Static variable in class net.doo.snap.R.attr
 
allBlobsAvailable() - Method in class net.doo.snap.blob.BlobManager
 
allowShortcuts - Static variable in class com.google.android.gms.R.attr
 
allowShortcuts - Static variable in class net.doo.snap.R.attr
 
ALPHA_DEFAULT - Static variable in class io.scanbot.sdk.utils.ViewUtils
 
ALPHA_TRANSPARENT - Static variable in class io.scanbot.sdk.utils.ViewUtils
 
ambientEnabled - Static variable in class com.google.android.gms.R.attr
 
ambientEnabled - Static variable in class net.doo.snap.R.attr
 
android.arch.lifecycle - package android.arch.lifecycle
 
android.support.compat - package android.support.compat
 
android.support.coreui - package android.support.coreui
 
android.support.coreutils - package android.support.coreutils
 
android.support.fragment - package android.support.fragment
 
android.support.mediacompat - package android.support.mediacompat
 
android.support.v4 - package android.support.v4
 
android_pay - Static variable in class com.google.android.gms.R.id
 
android_pay - Static variable in class net.doo.snap.R.id
 
android_pay_dark - Static variable in class com.google.android.gms.R.id
 
android_pay_dark - Static variable in class net.doo.snap.R.id
 
android_pay_light - Static variable in class com.google.android.gms.R.id
 
android_pay_light - Static variable in class net.doo.snap.R.id
 
android_pay_light_with_border - Static variable in class com.google.android.gms.R.id
 
android_pay_light_with_border - Static variable in class net.doo.snap.R.id
 
AndroidModule - Class in net.doo.snap.injection
Contains android related dependencies.
AndroidModule() - Constructor for class net.doo.snap.injection.AndroidModule
Dagger DI module with android related dependencies.
androidModule() - Method in class net.doo.snap.injection.DaggerSdkComponent.Builder
 
AndroidModule_ProvidesActivityManagerFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesActivityManagerFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesActivityManagerFactory
 
AndroidModule_ProvidesApplicationFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesApplicationFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesApplicationFactory
 
AndroidModule_ProvidesAssetManagerFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesAssetManagerFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesAssetManagerFactory
 
AndroidModule_ProvidesContextFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesContextFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesContextFactory
 
AndroidModule_ProvidesDownloadManagerFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesDownloadManagerFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesDownloadManagerFactory
 
AndroidModule_ProvidesPackageManagerFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesPackageManagerFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesPackageManagerFactory
 
AndroidModule_ProvidesResourcesFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesResourcesFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesResourcesFactory
 
AndroidModule_ProvidesSharedPreferencesFactory - Class in net.doo.snap.injection
 
AndroidModule_ProvidesSharedPreferencesFactory() - Constructor for class net.doo.snap.injection.AndroidModule_ProvidesSharedPreferencesFactory
 
androidx.core.kotlin - package androidx.core.kotlin
 
APPLICATION_ID - Static variable in class net.doo.snap.BuildConfig
 
appTheme - Static variable in class com.google.android.gms.R.attr
 
appTheme - Static variable in class net.doo.snap.R.attr
 
async - Static variable in class android.support.compat.R.id
 
async - Static variable in class android.support.coreui.R.id
 
async - Static variable in class android.support.coreutils.R.id
 
async - Static variable in class android.support.fragment.R.id
 
async - Static variable in class android.support.mediacompat.R.id
 
async - Static variable in class android.support.v4.R.id
 
async - Static variable in class androidx.core.kotlin.R.id
 
async - Static variable in class net.doo.snap.R.id
 
attach() - Static method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Convenience method for creating new BarcodeDetectorFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
attach() - Static method in class net.doo.snap.camera.AutoSnappingController
Same as AutoSnappingController.attach, but creates new ContourDetectorFrameHandler which will be attached to camera. Use this method if you don't need to control contour detection routine. However, be careful to not accidentally attach several ContourDetectorFrameHandler to camera therefore causing contour detection to be executed more than once.
attach() - Static method in class net.doo.snap.camera.AutoSnappingController
Convenience method for attaching AutoSnappingController to camera view and ContourDetectorFrameHandler. Auto-snapping is enabled by default as soon as you create new instance of AutoSnappingController. You can manually enable or disable auto-snapping by calling AutoSnappingController.setEnabled.
attach() - Static method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
Convenience method for creating new BarcodeDetectorFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
attach() - Static method in class net.doo.snap.camera.ContourDetectorFrameHandler
Convenience method for creating new ContourDetectorFrameHandler and adding it as net.doo.snap.camera.PreviewBuffer.FrameHandler to given camera view.
attach() - Static method in class net.doo.snap.dcscanner.DCScannerFrameHandler
Convenience method for creating new DCScannerFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
attach() - Static method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
Convenience method for creating new MRZScannerFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
attach() - Static method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
Convenience method for creating new PayFormScannerFrameHandler and adding it as PreviewBuffer.FrameHandler to given camera view.
audio_list_view - Static variable in class com.google.android.gms.R.id
 
audio_list_view - Static variable in class net.doo.snap.R.id
 
auto - Static variable in class com.google.android.gms.R.id
 
auto - Static variable in class net.doo.snap.R.id
 
autoFocus() - Method in class net.doo.snap.camera.ScanbotCameraView
Performs auto-focus. If there is no auto-focus capabilities on this device, does nothing. If view is paused, this call is ignored.
AutoSnappingController - Class in net.doo.snap.camera
Controls auto-snapping process by observing contour detection results from ContourDetectorFrameHandler.
AutoSnappingController() - Constructor for class net.doo.snap.camera.AutoSnappingController
 
AutoSnappingController.AutoSnappingCallback - Interface in net.doo.snap.camera
Called right before auto-snapping routine takes picture. Might intercept and cancel the shooting.

B

background_image_view - Static variable in class com.google.android.gms.R.id
 
background_image_view - Static variable in class net.doo.snap.R.id
 
background_place_holder_image_view - Static variable in class com.google.android.gms.R.id
 
background_place_holder_image_view - Static variable in class net.doo.snap.R.id
 
BackgroundThreadFactory - Class in net.doo.snap.util.thread
Implementation of ThreadFactory that allows to specify priority of threads.
BackgroundThreadFactory() - Constructor for class net.doo.snap.util.thread.BackgroundThreadFactory
Creates an instance.
BackgroundThreadFactory() - Constructor for class net.doo.snap.util.thread.BackgroundThreadFactory
Creates an instance with default parameters.
bankDataBlob() - Method in class net.doo.snap.blob.BlobFactory
 
barcodeDetector() - Method in class io.scanbot.sdk.ScanbotSDK
Provides ScanbotBarcodeDetector.
barcodeDetector() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
barcodeDetector() - Method in interface net.doo.snap.injection.SdkComponent
 
barcodeDetector() - Method in class net.doo.snap.ScanbotSDK
Provides ScanbotBarcodeDetector.
barcodeDetectorDeprecated() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
barcodeDetectorDeprecated() - Method in interface net.doo.snap.injection.SdkComponent
 
BarcodeDetectorFrameHandler - Class in io.scanbot.sdk.barcode
Performs barcode/QR code detection on camera preview frames. Outputs results via BarcodeDetectorFrameHandler.ResultHandler (BarcodeDetectorFrameHandler.addResultHandler). Preview frame considered intercepted if at least one BarcodeDetectorFrameHandler.ResultHandler returns true from BarcodeDetectorFrameHandler.ResultHandler.handleResult
BarcodeDetectorFrameHandler() - Constructor for class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
 
BarcodeDetectorFrameHandler - Class in net.doo.snap.camera
Performs barcode/QR code detection on camera preview frames. Outputs results via BarcodeDetectorFrameHandler.ResultHandler (BarcodeDetectorFrameHandler.addResultHandler). Preview frame considered intercepted if at least one BarcodeDetectorFrameHandler.ResultHandler returns true from BarcodeDetectorFrameHandler.ResultHandler.handleResult
BarcodeDetectorFrameHandler() - Constructor for class net.doo.snap.camera.BarcodeDetectorFrameHandler
 
BarcodeDetectorFrameHandler.ResultHandler - Interface in io.scanbot.sdk.barcode
Continiously notified about barcode/QR code detection results.
BarcodeDetectorFrameHandler.ResultHandler - Interface in net.doo.snap.camera
Continiously notified about barcode/QR code detection results.
BarcodeFormat - Enum in io.scanbot.sdk.barcode.entity
Enumerates supported barcode types
BarcodeScanningResult - Class in io.scanbot.sdk.barcode.entity
Encapsulates the result of decoding a barcode within an image.
BarcodeScanningResult() - Constructor for class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
BarcodeScanningResult() - Constructor for class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
BarcodeScanningResult() - Constructor for class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
BarcodeScanningResult() - Constructor for class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
BaseComposerFactory - Class in net.doo.snap.process.compose
Provides implementation of Composer
BaseComposerFactory() - Constructor for class net.doo.snap.process.compose.BaseComposerFactory
 
BaseComposerFactory_Factory - Class in net.doo.snap.process.compose
 
BaseComposerFactory_Factory() - Constructor for class net.doo.snap.process.compose.BaseComposerFactory_Factory
 
BaseUnreferencedSourcesProvider - Class in net.doo.snap.persistence.cleanup
Provides Collection of sources ids, which are not referenced
BaseUnreferencedSourcesProvider() - Constructor for class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider
 
BaseUnreferencedSourcesProvider_Factory - Class in net.doo.snap.persistence.cleanup
 
BaseUnreferencedSourcesProvider_Factory() - Constructor for class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider_Factory
 
BIN_EXTENSION - Static variable in class net.doo.snap.persistence.BlobStoreStrategy
 
BitmapLruCache - Class in net.doo.snap.util.bitmap
Cache for images. Key - path to the image.
BitmapLruCache() - Constructor for class net.doo.snap.util.bitmap.BitmapLruCache
 
BitmapLruCache_Factory - Class in net.doo.snap.util.bitmap
 
BitmapLruCache_Factory() - Constructor for class net.doo.snap.util.bitmap.BitmapLruCache_Factory
 
BitmapUtils - Class in net.doo.snap.util.bitmap
Contains convenient methods for Bitmaps
Blob - Class in net.doo.snap.entity
Binary large object, which might be stored either on remote storage or downloaded into local storage
Blob() - Constructor for class net.doo.snap.entity.Blob
 
blobFactory() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BlobFactory.
BlobFactory - Class in net.doo.snap.blob
Creates net.doo.snap.entity.Blobs depending on their purpose
BlobFactory() - Constructor for class net.doo.snap.blob.BlobFactory
 
blobFactory() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
blobFactory() - Method in interface net.doo.snap.injection.SdkComponent
 
blobFactory() - Method in class net.doo.snap.ScanbotSDK
Provides BlobFactory.
BlobFactory_Factory - Class in net.doo.snap.blob
 
BlobFactory_Factory() - Constructor for class net.doo.snap.blob.BlobFactory_Factory
 
blobManager() - Method in class io.scanbot.sdk.ScanbotSDK
Provides BlobManager.
BlobManager - Class in net.doo.snap.blob
Manages binary files on local filesystem and provides access to binary files stored remotely
BlobManager() - Constructor for class net.doo.snap.blob.BlobManager
 
blobManager() - Method in class net.doo.snap.ScanbotSDK
Provides BlobManager.
BlobManager_Factory - Class in net.doo.snap.blob
 
BlobManager_Factory() - Constructor for class net.doo.snap.blob.BlobManager_Factory
 
blobManger() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
blobManger() - Method in interface net.doo.snap.injection.SdkComponent
 
BlobsConstants - Interface in net.doo.snap
Contains upload constants
blobsToDownload() - Method in class net.doo.snap.blob.BlobManager
 
BlobStoreStrategy - Class in net.doo.snap.persistence
Interface to locally saved binary files used by data intelligence and OCR module
BlobStoreStrategy() - Constructor for class net.doo.snap.persistence.BlobStoreStrategy
 
BlobStoreStrategy_Factory - Class in net.doo.snap.persistence
 
BlobStoreStrategy_Factory() - Constructor for class net.doo.snap.persistence.BlobStoreStrategy_Factory
 
blocking - Static variable in class android.support.compat.R.id
 
blocking - Static variable in class android.support.coreui.R.id
 
blocking - Static variable in class android.support.coreutils.R.id
 
blocking - Static variable in class android.support.fragment.R.id
 
blocking - Static variable in class android.support.mediacompat.R.id
 
blocking - Static variable in class android.support.v4.R.id
 
blocking - Static variable in class androidx.core.kotlin.R.id
 
blocking - Static variable in class net.doo.snap.R.id
 
blockType - Variable in class net.doo.snap.process.OcrResultBlock
The type of the block. OcrResultBlockType.
blurred_background_image_view - Static variable in class com.google.android.gms.R.id
 
blurred_background_image_view - Static variable in class net.doo.snap.R.id
 
book_now - Static variable in class com.google.android.gms.R.id
 
book_now - Static variable in class net.doo.snap.R.id
 
boundingBox - Variable in class net.doo.snap.process.OcrResultBlock
The bounding box of the receiver in normalized unit coordinate space Left, Top:(0.0, 0.0) - Right, Bottom(1.0, 1.0). Use the OcrResultBlock#boundingBoxWithImageSize method to get the bounding box in absolute image coordinates.
boundingBoxWithImageSize - Variable in class net.doo.snap.process.OcrResultBlock
The bounding box of the receiver in absolute image coordinate system.
build() - Method in class io.scanbot.sdk.persistence.PageStorageSettings.Builder
 
build() - Method in class net.doo.snap.injection.DaggerSdkComponent.Builder
 
BUILD_TYPE - Static variable in class net.doo.snap.BuildConfig
 
BuildConfig - Class in net.doo.snap
 
Builder() - Constructor for class io.scanbot.sdk.persistence.PageStorageSettings.Builder
 
builder() - Static method in class net.doo.snap.injection.DaggerSdkComponent
 
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data. Result represented as Result class. Might perform image compression, so if you're already have compressed image (in a file system, for instance) consider using PageFactory.buildPage instead
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data. Result represented as Result class.
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data.
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data.
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data. Result represented as Result class.
buildPage() - Method in class net.doo.snap.persistence.PageFactory
Builds new Page from provided data.
button - Static variable in class com.google.android.gms.R.id
 
button - Static variable in class net.doo.snap.R.id
 
button_0 - Static variable in class com.google.android.gms.R.id
 
button_0 - Static variable in class net.doo.snap.R.id
 
button_1 - Static variable in class com.google.android.gms.R.id
 
button_1 - Static variable in class net.doo.snap.R.id
 
button_2 - Static variable in class com.google.android.gms.R.id
 
button_2 - Static variable in class net.doo.snap.R.id
 
button_3 - Static variable in class com.google.android.gms.R.id
 
button_3 - Static variable in class net.doo.snap.R.id
 
button_play_pause_toggle - Static variable in class com.google.android.gms.R.id
 
button_play_pause_toggle - Static variable in class net.doo.snap.R.id
 
buttonSize - Static variable in class com.google.android.gms.R.attr
 
buttonSize - Static variable in class net.doo.snap.R.attr
 
buy_now - Static variable in class com.google.android.gms.R.id
 
buy_now - Static variable in class net.doo.snap.R.id
 
buy_with - Static variable in class com.google.android.gms.R.id
 
buy_with - Static variable in class net.doo.snap.R.id
 
buy_with_google - Static variable in class com.google.android.gms.R.id
 
buy_with_google - Static variable in class net.doo.snap.R.id
 
buyButton - Static variable in class com.google.android.gms.R.id
 
buyButton - Static variable in class net.doo.snap.R.id
 
buyButtonAppearance - Static variable in class com.google.android.gms.R.attr
 
buyButtonAppearance - Static variable in class net.doo.snap.R.attr
 
buyButtonHeight - Static variable in class com.google.android.gms.R.attr
 
buyButtonHeight - Static variable in class net.doo.snap.R.attr
 
buyButtonText - Static variable in class com.google.android.gms.R.attr
 
buyButtonText - Static variable in class net.doo.snap.R.attr
 
buyButtonWidth - Static variable in class com.google.android.gms.R.attr
 
buyButtonWidth - Static variable in class net.doo.snap.R.attr
 

C

calculateInSampleSize() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Calculates best inSampleSize to fit reqWidth and reqHeight or a bit more
camera_configuration - Static variable in class net.doo.snap.R.string
 
cameraBearing - Static variable in class com.google.android.gms.R.attr
 
cameraBearing - Static variable in class net.doo.snap.R.attr
 
CameraConfiguration - Class in net.doo.snap.util
 
CameraConfiguration() - Constructor for class net.doo.snap.util.CameraConfiguration
 
CameraConfiguration_Factory - Class in net.doo.snap.util
 
CameraImageFormat - Enum in io.scanbot.sdk.persistence
Format that will be used by storage to save image JPG to save in jpeg PNG to save in png
CameraImageFormat() - Constructor for enum io.scanbot.sdk.persistence.CameraImageFormat
Format that will be used by storage to save image JPG to save in jpeg PNG to save in png
cameraMaxZoomPreference - Static variable in class com.google.android.gms.R.attr
 
cameraMaxZoomPreference - Static variable in class net.doo.snap.R.attr
 
cameraMinZoomPreference - Static variable in class com.google.android.gms.R.attr
 
cameraMinZoomPreference - Static variable in class net.doo.snap.R.attr
 
CameraOpenCallback - Interface in net.doo.snap.camera
Called when camera is opened and ready for shooting
CameraPreviewMode - Enum in net.doo.snap.camera
Represents ScanbotCameraView preview modes
cameraTargetLat - Static variable in class com.google.android.gms.R.attr
 
cameraTargetLat - Static variable in class net.doo.snap.R.attr
 
cameraTargetLng - Static variable in class com.google.android.gms.R.attr
 
cameraTargetLng - Static variable in class net.doo.snap.R.attr
 
cameraTilt - Static variable in class com.google.android.gms.R.attr
 
cameraTilt - Static variable in class net.doo.snap.R.attr
 
cameraZoom - Static variable in class com.google.android.gms.R.attr
 
cameraZoom - Static variable in class net.doo.snap.R.attr
 
cancel_action - Static variable in class android.support.mediacompat.R.id
 
cancel_action - Static variable in class android.support.v4.R.id
 
cancel_action - Static variable in class net.doo.snap.R.id
 
cancel_button_image_alpha - Static variable in class android.support.mediacompat.R.integer
 
cancel_button_image_alpha - Static variable in class android.support.v4.R.integer
 
cancel_button_image_alpha - Static variable in class net.doo.snap.R.integer
 
cast_abc_scrubber_control_off_mtrl_alpha - Static variable in class com.google.android.gms.R.drawable
 
cast_abc_scrubber_control_off_mtrl_alpha - Static variable in class net.doo.snap.R.drawable
 
cast_abc_scrubber_control_to_pressed_mtrl_000 - Static variable in class com.google.android.gms.R.drawable
 
cast_abc_scrubber_control_to_pressed_mtrl_000 - Static variable in class net.doo.snap.R.drawable
 
cast_abc_scrubber_control_to_pressed_mtrl_005 - Static variable in class com.google.android.gms.R.drawable
 
cast_abc_scrubber_control_to_pressed_mtrl_005 - Static variable in class net.doo.snap.R.drawable
 
cast_abc_scrubber_primary_mtrl_alpha - Static variable in class com.google.android.gms.R.drawable
 
cast_abc_scrubber_primary_mtrl_alpha - Static variable in class net.doo.snap.R.drawable
 
cast_ad_label - Static variable in class com.google.android.gms.R.string
 
cast_ad_label - Static variable in class net.doo.snap.R.string
 
cast_album_art_placeholder - Static variable in class com.google.android.gms.R.drawable
 
cast_album_art_placeholder - Static variable in class net.doo.snap.R.drawable
 
cast_album_art_placeholder_large - Static variable in class com.google.android.gms.R.drawable
 
cast_album_art_placeholder_large - Static variable in class net.doo.snap.R.drawable
 
cast_button_type_closed_caption - Static variable in class com.google.android.gms.R.id
 
cast_button_type_closed_caption - Static variable in class net.doo.snap.R.id
 
cast_button_type_custom - Static variable in class com.google.android.gms.R.id
 
cast_button_type_custom - Static variable in class net.doo.snap.R.id
 
cast_button_type_empty - Static variable in class com.google.android.gms.R.id
 
cast_button_type_empty - Static variable in class net.doo.snap.R.id
 
cast_button_type_forward_30_seconds - Static variable in class com.google.android.gms.R.id
 
cast_button_type_forward_30_seconds - Static variable in class net.doo.snap.R.id
 
cast_button_type_mute_toggle - Static variable in class com.google.android.gms.R.id
 
cast_button_type_mute_toggle - Static variable in class net.doo.snap.R.id
 
cast_button_type_play_pause_toggle - Static variable in class com.google.android.gms.R.id
 
cast_button_type_play_pause_toggle - Static variable in class net.doo.snap.R.id
 
cast_button_type_rewind_30_seconds - Static variable in class com.google.android.gms.R.id
 
cast_button_type_rewind_30_seconds - Static variable in class net.doo.snap.R.id
 
cast_button_type_skip_next - Static variable in class com.google.android.gms.R.id
 
cast_button_type_skip_next - Static variable in class net.doo.snap.R.id
 
cast_button_type_skip_previous - Static variable in class com.google.android.gms.R.id
 
cast_button_type_skip_previous - Static variable in class net.doo.snap.R.id
 
cast_casting_to_device - Static variable in class com.google.android.gms.R.string
 
cast_casting_to_device - Static variable in class net.doo.snap.R.string
 
cast_closed_captions - Static variable in class com.google.android.gms.R.string
 
cast_closed_captions - Static variable in class net.doo.snap.R.string
 
cast_closed_captions_unavailable - Static variable in class com.google.android.gms.R.string
 
cast_closed_captions_unavailable - Static variable in class net.doo.snap.R.string
 
cast_connecting_to_device - Static variable in class com.google.android.gms.R.string
 
cast_connecting_to_device - Static variable in class net.doo.snap.R.string
 
cast_disconnect - Static variable in class com.google.android.gms.R.string
 
cast_disconnect - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_actionbar_bg_gradient_light - Static variable in class com.google.android.gms.R.drawable
 
cast_expanded_controller_actionbar_bg_gradient_light - Static variable in class net.doo.snap.R.drawable
 
cast_expanded_controller_activity - Static variable in class com.google.android.gms.R.layout
 
cast_expanded_controller_activity - Static variable in class net.doo.snap.R.layout
 
cast_expanded_controller_ad_background_layout_height - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_ad_background_layout_height - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_ad_background_layout_width - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_ad_background_layout_width - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_ad_container_white_stripe_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_ad_container_white_stripe_color - Static variable in class net.doo.snap.R.color
 
cast_expanded_controller_ad_image_description - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_ad_image_description - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_ad_in_progress - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_ad_in_progress - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_ad_label_background_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_ad_label_background_color - Static variable in class net.doo.snap.R.color
 
cast_expanded_controller_ad_layout_height - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_ad_layout_height - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_ad_layout_width - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_ad_layout_width - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_background_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_background_color - Static variable in class net.doo.snap.R.color
 
cast_expanded_controller_background_image - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_background_image - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_bg_gradient_light - Static variable in class com.google.android.gms.R.drawable
 
cast_expanded_controller_bg_gradient_light - Static variable in class net.doo.snap.R.drawable
 
cast_expanded_controller_control_button_margin - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_control_button_margin - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_control_toolbar_min_height - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_control_toolbar_min_height - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_default_control_buttons - Static variable in class com.google.android.gms.R.array
 
cast_expanded_controller_default_control_buttons - Static variable in class net.doo.snap.R.array
 
cast_expanded_controller_live_stream_indicator - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_live_stream_indicator - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_loading - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_loading - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_margin_between_seek_bar_and_control_buttons - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_margin_between_seek_bar_and_control_buttons - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_margin_between_status_text_and_seek_bar - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_margin_between_status_text_and_seek_bar - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_progress_text_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_progress_text_color - Static variable in class net.doo.snap.R.color
 
cast_expanded_controller_seek_bar_progress_background_tint_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_seek_bar_progress_background_tint_color - Static variable in class net.doo.snap.R.color
 
cast_expanded_controller_seekbar_disabled_alpha - Static variable in class com.google.android.gms.R.dimen
 
cast_expanded_controller_seekbar_disabled_alpha - Static variable in class net.doo.snap.R.dimen
 
cast_expanded_controller_seekbar_thumb - Static variable in class com.google.android.gms.R.drawable
 
cast_expanded_controller_seekbar_thumb - Static variable in class net.doo.snap.R.drawable
 
cast_expanded_controller_seekbar_track - Static variable in class com.google.android.gms.R.drawable
 
cast_expanded_controller_seekbar_track - Static variable in class net.doo.snap.R.drawable
 
cast_expanded_controller_skip_ad_label - Static variable in class com.google.android.gms.R.string
 
cast_expanded_controller_skip_ad_label - Static variable in class net.doo.snap.R.string
 
cast_expanded_controller_text_color - Static variable in class com.google.android.gms.R.color
 
cast_expanded_controller_text_color - Static variable in class net.doo.snap.R.color
 
cast_featurehighlight_help_text_body_view - Static variable in class com.google.android.gms.R.id
 
cast_featurehighlight_help_text_body_view - Static variable in class net.doo.snap.R.id
 
cast_featurehighlight_help_text_header_view - Static variable in class com.google.android.gms.R.id
 
cast_featurehighlight_help_text_header_view - Static variable in class net.doo.snap.R.id
 
cast_featurehighlight_view - Static variable in class com.google.android.gms.R.id
 
cast_featurehighlight_view - Static variable in class net.doo.snap.R.id
 
cast_forward - Static variable in class com.google.android.gms.R.string
 
cast_forward - Static variable in class net.doo.snap.R.string
 
cast_forward_10 - Static variable in class com.google.android.gms.R.string
 
cast_forward_10 - Static variable in class net.doo.snap.R.string
 
cast_forward_30 - Static variable in class com.google.android.gms.R.string
 
cast_forward_30 - Static variable in class net.doo.snap.R.string
 
cast_help_text - Static variable in class com.google.android.gms.R.layout
 
cast_help_text - Static variable in class net.doo.snap.R.layout
 
cast_ic_expanded_controller_closed_caption - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_closed_caption - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_forward30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_forward30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_mute - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_mute - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_pause - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_pause - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_play - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_play - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_rewind30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_rewind30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_skip_next - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_skip_next - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_skip_previous - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_skip_previous - Static variable in class net.doo.snap.R.drawable
 
cast_ic_expanded_controller_stop - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_expanded_controller_stop - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_closed_caption - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_closed_caption - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_forward30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_forward30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_mute - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_mute - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_pause - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_pause - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_pause_large - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_pause_large - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_play - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_play - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_play_large - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_play_large - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_rewind30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_rewind30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_skip_next - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_skip_next - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_skip_prev - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_skip_prev - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_stop - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_stop - Static variable in class net.doo.snap.R.drawable
 
cast_ic_mini_controller_stop_large - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_mini_controller_stop_large - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_0 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_0 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_1 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_1 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_2 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_2 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_connecting - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_connecting - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_disconnect - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_disconnect - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_forward - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_forward - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_forward10 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_forward10 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_forward30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_forward30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_on - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_on - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_pause - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_pause - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_play - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_play - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_rewind - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_rewind - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_rewind10 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_rewind10 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_rewind30 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_rewind30 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_skip_next - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_skip_next - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_skip_prev - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_skip_prev - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_small_icon - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_small_icon - Static variable in class net.doo.snap.R.drawable
 
cast_ic_notification_stop_live_stream - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_notification_stop_live_stream - Static variable in class net.doo.snap.R.drawable
 
cast_ic_stop_circle_filled_grey600 - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_stop_circle_filled_grey600 - Static variable in class net.doo.snap.R.drawable
 
cast_ic_stop_circle_filled_white - Static variable in class com.google.android.gms.R.drawable
 
cast_ic_stop_circle_filled_white - Static variable in class net.doo.snap.R.drawable
 
cast_intro_overlay - Static variable in class com.google.android.gms.R.layout
 
cast_intro_overlay - Static variable in class net.doo.snap.R.layout
 
cast_intro_overlay_background_color - Static variable in class com.google.android.gms.R.color
 
cast_intro_overlay_background_color - Static variable in class net.doo.snap.R.color
 
cast_intro_overlay_button_background_color - Static variable in class com.google.android.gms.R.color
 
cast_intro_overlay_button_background_color - Static variable in class net.doo.snap.R.color
 
cast_intro_overlay_button_margin_bottom - Static variable in class com.google.android.gms.R.dimen
 
cast_intro_overlay_button_margin_bottom - Static variable in class net.doo.snap.R.dimen
 
cast_intro_overlay_button_text - Static variable in class com.google.android.gms.R.string
 
cast_intro_overlay_button_text - Static variable in class net.doo.snap.R.string
 
cast_intro_overlay_focus_radius - Static variable in class com.google.android.gms.R.dimen
 
cast_intro_overlay_focus_radius - Static variable in class net.doo.snap.R.dimen
 
cast_intro_overlay_title_margin_top - Static variable in class com.google.android.gms.R.dimen
 
cast_intro_overlay_title_margin_top - Static variable in class net.doo.snap.R.dimen
 
cast_invalid_stream_duration_text - Static variable in class com.google.android.gms.R.string
 
cast_invalid_stream_duration_text - Static variable in class net.doo.snap.R.string
 
cast_invalid_stream_position_text - Static variable in class com.google.android.gms.R.string
 
cast_invalid_stream_position_text - Static variable in class net.doo.snap.R.string
 
cast_libraries_material_featurehighlight_center_horizontal_offset - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_center_horizontal_offset - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_center_threshold - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_center_threshold - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_inner_margin - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_inner_margin - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_inner_radius - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_inner_radius - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_outer_highlight_default_color - Static variable in class com.google.android.gms.R.color
 
cast_libraries_material_featurehighlight_outer_highlight_default_color - Static variable in class net.doo.snap.R.color
 
cast_libraries_material_featurehighlight_outer_padding - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_outer_padding - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_pulse_base_alpha - Static variable in class com.google.android.gms.R.integer
 
cast_libraries_material_featurehighlight_pulse_base_alpha - Static variable in class net.doo.snap.R.integer
 
cast_libraries_material_featurehighlight_text_body_color - Static variable in class com.google.android.gms.R.color
 
cast_libraries_material_featurehighlight_text_body_color - Static variable in class net.doo.snap.R.color
 
cast_libraries_material_featurehighlight_text_body_size - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_body_size - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_text_header_color - Static variable in class com.google.android.gms.R.color
 
cast_libraries_material_featurehighlight_text_header_color - Static variable in class net.doo.snap.R.color
 
cast_libraries_material_featurehighlight_text_header_size - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_header_size - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_text_horizontal_margin - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_horizontal_margin - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_text_horizontal_offset - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_horizontal_offset - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_text_max_width - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_max_width - Static variable in class net.doo.snap.R.dimen
 
cast_libraries_material_featurehighlight_text_vertical_space - Static variable in class com.google.android.gms.R.dimen
 
cast_libraries_material_featurehighlight_text_vertical_space - Static variable in class net.doo.snap.R.dimen
 
cast_mini_controller - Static variable in class com.google.android.gms.R.layout
 
cast_mini_controller - Static variable in class net.doo.snap.R.layout
 
cast_mini_controller_control_button_margin - Static variable in class com.google.android.gms.R.dimen
 
cast_mini_controller_control_button_margin - Static variable in class net.doo.snap.R.dimen
 
cast_mini_controller_default_control_buttons - Static variable in class com.google.android.gms.R.array
 
cast_mini_controller_default_control_buttons - Static variable in class net.doo.snap.R.array
 
cast_mini_controller_gradient_light - Static variable in class com.google.android.gms.R.drawable
 
cast_mini_controller_gradient_light - Static variable in class net.doo.snap.R.drawable
 
cast_mini_controller_icon_height - Static variable in class com.google.android.gms.R.dimen
 
cast_mini_controller_icon_height - Static variable in class net.doo.snap.R.dimen
 
cast_mini_controller_icon_width - Static variable in class com.google.android.gms.R.dimen
 
cast_mini_controller_icon_width - Static variable in class net.doo.snap.R.dimen
 
cast_mini_controller_progress_drawable - Static variable in class com.google.android.gms.R.drawable
 
cast_mini_controller_progress_drawable - Static variable in class net.doo.snap.R.drawable
 
cast_mute - Static variable in class com.google.android.gms.R.string
 
cast_mute - Static variable in class net.doo.snap.R.string
 
cast_notification_connected_message - Static variable in class com.google.android.gms.R.string
 
cast_notification_connected_message - Static variable in class net.doo.snap.R.string
 
cast_notification_connecting_message - Static variable in class com.google.android.gms.R.string
 
cast_notification_connecting_message - Static variable in class net.doo.snap.R.string
 
cast_notification_default_channel_name - Static variable in class com.google.android.gms.R.string
 
cast_notification_default_channel_name - Static variable in class net.doo.snap.R.string
 
cast_notification_disconnect - Static variable in class com.google.android.gms.R.string
 
cast_notification_disconnect - Static variable in class net.doo.snap.R.string
 
cast_notification_id - Static variable in class com.google.android.gms.R.id
 
cast_notification_id - Static variable in class net.doo.snap.R.id
 
cast_notification_image_size - Static variable in class com.google.android.gms.R.dimen
 
cast_notification_image_size - Static variable in class net.doo.snap.R.dimen
 
cast_pause - Static variable in class com.google.android.gms.R.string
 
cast_pause - Static variable in class net.doo.snap.R.string
 
cast_play - Static variable in class com.google.android.gms.R.string
 
cast_play - Static variable in class net.doo.snap.R.string
 
cast_rewind - Static variable in class com.google.android.gms.R.string
 
cast_rewind - Static variable in class net.doo.snap.R.string
 
cast_rewind_10 - Static variable in class com.google.android.gms.R.string
 
cast_rewind_10 - Static variable in class net.doo.snap.R.string
 
cast_rewind_30 - Static variable in class com.google.android.gms.R.string
 
cast_rewind_30 - Static variable in class net.doo.snap.R.string
 
cast_seek_bar - Static variable in class com.google.android.gms.R.string
 
cast_seek_bar - Static variable in class net.doo.snap.R.string
 
cast_skip_ad_label_border - Static variable in class com.google.android.gms.R.drawable
 
cast_skip_ad_label_border - Static variable in class net.doo.snap.R.drawable
 
cast_skip_next - Static variable in class com.google.android.gms.R.string
 
cast_skip_next - Static variable in class net.doo.snap.R.string
 
cast_skip_prev - Static variable in class com.google.android.gms.R.string
 
cast_skip_prev - Static variable in class net.doo.snap.R.string
 
cast_stop - Static variable in class com.google.android.gms.R.string
 
cast_stop - Static variable in class net.doo.snap.R.string
 
cast_stop_live_stream - Static variable in class com.google.android.gms.R.string
 
cast_stop_live_stream - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_audio - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_audio - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_cancel - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_cancel - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_closed_captions - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_closed_captions - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_default_track_name - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_default_track_name - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_layout - Static variable in class com.google.android.gms.R.layout
 
cast_tracks_chooser_dialog_layout - Static variable in class net.doo.snap.R.layout
 
cast_tracks_chooser_dialog_no_message_text_size - Static variable in class com.google.android.gms.R.dimen
 
cast_tracks_chooser_dialog_no_message_text_size - Static variable in class net.doo.snap.R.dimen
 
cast_tracks_chooser_dialog_none - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_none - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_ok - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_ok - Static variable in class net.doo.snap.R.string
 
cast_tracks_chooser_dialog_row_layout - Static variable in class com.google.android.gms.R.layout
 
cast_tracks_chooser_dialog_row_layout - Static variable in class net.doo.snap.R.layout
 
cast_tracks_chooser_dialog_row_text_size - Static variable in class com.google.android.gms.R.dimen
 
cast_tracks_chooser_dialog_row_text_size - Static variable in class net.doo.snap.R.dimen
 
cast_tracks_chooser_dialog_subtitles - Static variable in class com.google.android.gms.R.string
 
cast_tracks_chooser_dialog_subtitles - Static variable in class net.doo.snap.R.string
 
cast_unmute - Static variable in class com.google.android.gms.R.string
 
cast_unmute - Static variable in class net.doo.snap.R.string
 
castBackground - Static variable in class com.google.android.gms.R.attr
 
castBackground - Static variable in class net.doo.snap.R.attr
 
castBackgroundColor - Static variable in class com.google.android.gms.R.attr
 
castBackgroundColor - Static variable in class net.doo.snap.R.attr
 
castButtonBackgroundColor - Static variable in class com.google.android.gms.R.attr
 
castButtonBackgroundColor - Static variable in class net.doo.snap.R.attr
 
castButtonColor - Static variable in class com.google.android.gms.R.attr
 
castButtonColor - Static variable in class net.doo.snap.R.attr
 
castButtonText - Static variable in class com.google.android.gms.R.attr
 
castButtonText - Static variable in class net.doo.snap.R.attr
 
castButtonTextAppearance - Static variable in class com.google.android.gms.R.attr
 
castButtonTextAppearance - Static variable in class net.doo.snap.R.attr
 
castClosedCaptionsButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castClosedCaptionsButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castControlButtons - Static variable in class com.google.android.gms.R.attr
 
castControlButtons - Static variable in class net.doo.snap.R.attr
 
CastExpandedController - Static variable in class com.google.android.gms.R.style
 
CastExpandedController - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController - Static variable in class net.doo.snap.R.style
 
CastExpandedController - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castButtonColor - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castButtonColor - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castClosedCaptionsButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castClosedCaptionsButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castControlButtons - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castControlButtons - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castForward30ButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castForward30ButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castMuteToggleButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castMuteToggleButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castPauseButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castPauseButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castPlayButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castPlayButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castRewind30ButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castRewind30ButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castSeekBarProgressDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castSeekBarProgressDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castSeekBarThumbDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castSeekBarThumbDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castSkipNextButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castSkipNextButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castSkipPreviousButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castSkipPreviousButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastExpandedController_castStopButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastExpandedController_castStopButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
castExpandedControllerStyle - Static variable in class com.google.android.gms.R.attr
 
castExpandedControllerStyle - Static variable in class net.doo.snap.R.attr
 
castExpandedControllerToolbarStyle - Static variable in class com.google.android.gms.R.attr
 
castExpandedControllerToolbarStyle - Static variable in class net.doo.snap.R.attr
 
castFocusRadius - Static variable in class com.google.android.gms.R.attr
 
castFocusRadius - Static variable in class net.doo.snap.R.attr
 
castForward30ButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castForward30ButtonDrawable - Static variable in class net.doo.snap.R.attr
 
CastIntroOverlay - Static variable in class com.google.android.gms.R.style
 
CastIntroOverlay - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay - Static variable in class net.doo.snap.R.style
 
CastIntroOverlay - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castBackgroundColor - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castBackgroundColor - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castButtonBackgroundColor - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castButtonBackgroundColor - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castButtonText - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castButtonText - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castButtonTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castButtonTextAppearance - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castFocusRadius - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castFocusRadius - Static variable in class net.doo.snap.R.styleable
 
CastIntroOverlay_castTitleTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
CastIntroOverlay_castTitleTextAppearance - Static variable in class net.doo.snap.R.styleable
 
castIntroOverlayStyle - Static variable in class com.google.android.gms.R.attr
 
castIntroOverlayStyle - Static variable in class net.doo.snap.R.attr
 
castLargePauseButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castLargePauseButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castLargePlayButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castLargePlayButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castLargeStopButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castLargeStopButtonDrawable - Static variable in class net.doo.snap.R.attr
 
CastMiniController - Static variable in class com.google.android.gms.R.style
 
CastMiniController - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController - Static variable in class net.doo.snap.R.style
 
CastMiniController - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castBackground - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castBackground - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castButtonColor - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castButtonColor - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castClosedCaptionsButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castClosedCaptionsButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castControlButtons - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castControlButtons - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castForward30ButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castForward30ButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castLargePauseButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castLargePauseButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castLargePlayButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castLargePlayButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castLargeStopButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castLargeStopButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castMuteToggleButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castMuteToggleButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castPauseButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castPauseButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castPlayButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castPlayButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castProgressBarColor - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castProgressBarColor - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castRewind30ButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castRewind30ButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castShowImageThumbnail - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castShowImageThumbnail - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castSkipNextButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castSkipNextButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castSkipPreviousButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castSkipPreviousButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castStopButtonDrawable - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castStopButtonDrawable - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castSubtitleTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castSubtitleTextAppearance - Static variable in class net.doo.snap.R.styleable
 
CastMiniController_castTitleTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
CastMiniController_castTitleTextAppearance - Static variable in class net.doo.snap.R.styleable
 
castMiniControllerStyle - Static variable in class com.google.android.gms.R.attr
 
castMiniControllerStyle - Static variable in class net.doo.snap.R.attr
 
castMuteToggleButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castMuteToggleButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castPauseButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castPauseButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castPlayButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castPlayButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castProgressBarColor - Static variable in class com.google.android.gms.R.attr
 
castProgressBarColor - Static variable in class net.doo.snap.R.attr
 
castRewind30ButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castRewind30ButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castSeekBarProgressDrawable - Static variable in class com.google.android.gms.R.attr
 
castSeekBarProgressDrawable - Static variable in class net.doo.snap.R.attr
 
castSeekBarThumbDrawable - Static variable in class com.google.android.gms.R.attr
 
castSeekBarThumbDrawable - Static variable in class net.doo.snap.R.attr
 
castShowImageThumbnail - Static variable in class com.google.android.gms.R.attr
 
castShowImageThumbnail - Static variable in class net.doo.snap.R.attr
 
castSkipNextButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castSkipNextButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castSkipPreviousButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castSkipPreviousButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castStopButtonDrawable - Static variable in class com.google.android.gms.R.attr
 
castStopButtonDrawable - Static variable in class net.doo.snap.R.attr
 
castSubtitleTextAppearance - Static variable in class com.google.android.gms.R.attr
 
castSubtitleTextAppearance - Static variable in class net.doo.snap.R.attr
 
castTitleTextAppearance - Static variable in class com.google.android.gms.R.attr
 
castTitleTextAppearance - Static variable in class net.doo.snap.R.attr
 
center - Static variable in class com.google.android.gms.R.id
 
center - Static variable in class net.doo.snap.R.id
 
checkPolygonSize() - Static method in class net.doo.snap.util.snap.PolygonHelper
 
chronometer - Static variable in class android.support.compat.R.id
 
chronometer - Static variable in class android.support.coreui.R.id
 
chronometer - Static variable in class android.support.coreutils.R.id
 
chronometer - Static variable in class android.support.fragment.R.id
 
chronometer - Static variable in class android.support.mediacompat.R.id
 
chronometer - Static variable in class android.support.v4.R.id
 
chronometer - Static variable in class androidx.core.kotlin.R.id
 
chronometer - Static variable in class net.doo.snap.R.id
 
circleCrop - Static variable in class com.google.android.gms.R.attr
 
circleCrop - Static variable in class net.doo.snap.R.attr
 
classic - Static variable in class com.google.android.gms.R.id
 
classic - Static variable in class net.doo.snap.R.id
 
classifyDocument() - Method in interface net.doo.snap.intelligence.DocumentClassifier
 
classifyDocument() - Method in class net.doo.snap.intelligence.StubDocumentClassifier
 
cleaner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides Cleaner.
cleaner() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
cleaner() - Method in interface net.doo.snap.injection.SdkComponent
 
Cleaner - Class in net.doo.snap.persistence.cleanup
Deletes unreferenced pages and documents from filesystem.
Cleaner() - Constructor for class net.doo.snap.persistence.cleanup.Cleaner
 
cleaner() - Method in class net.doo.snap.ScanbotSDK
Provides Cleaner.
Cleaner_Factory - Class in net.doo.snap.persistence.cleanup
 
Cleaner_Factory() - Constructor for class net.doo.snap.persistence.cleanup.Cleaner_Factory
 
cleanUp() - Method in class net.doo.snap.persistence.cleanup.Cleaner
Deletes unreferenced pages and documents from filesystem.
cleanUpPagesData() - Method in class net.doo.snap.persistence.cleanup.Cleaner
Cleans up all temporary pages data
closeQuietly() - Static method in class net.doo.snap.util.CursorUtil
closes cursor if it is not null or is not closed already
colorScheme - Static variable in class com.google.android.gms.R.attr
 
colorScheme - Static variable in class net.doo.snap.R.attr
 
com.commonsware.cwac.camera - package com.commonsware.cwac.camera
 
com.google.android.gms - package com.google.android.gms
 
com.google.android.gms.base - package com.google.android.gms.base
 
com.google.android.gms.base.license - package com.google.android.gms.base.license
 
com.google.android.gms.common.license - package com.google.android.gms.common.license
 
com.google.android.gms.tasks - package com.google.android.gms.tasks
 
com.google.android.gms.tasks.license - package com.google.android.gms.tasks.license
 
com.google.android.gms.vision - package com.google.android.gms.vision
 
com.google.android.gms.vision.common.license - package com.google.android.gms.vision.common.license
 
com.google.android.gms.vision.license - package com.google.android.gms.vision.license
 
com.google.android.gms.vision_common - package com.google.android.gms.vision_common
 
com.googlecode.tesseract.android - package com.googlecode.tesseract.android
 
CombinedDocumentDraftExtractor - Class in net.doo.snap.process.draft
Combines all pages of SnappingDraft into single document draft
CombinedDocumentDraftExtractor() - Constructor for class net.doo.snap.process.draft.CombinedDocumentDraftExtractor
 
CombinedDocumentDraftExtractor_Factory - Class in net.doo.snap.process.draft
 
CombinedDocumentDraftExtractor_Factory() - Constructor for class net.doo.snap.process.draft.CombinedDocumentDraftExtractor_Factory
 
common_full_open_on_phone - Static variable in class com.google.android.gms.R.drawable
 
common_full_open_on_phone - Static variable in class net.doo.snap.R.drawable
 
common_google_play_services_enable_button - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_enable_button - Static variable in class net.doo.snap.R.string
 
common_google_play_services_enable_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_enable_text - Static variable in class net.doo.snap.R.string
 
common_google_play_services_enable_title - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_enable_title - Static variable in class net.doo.snap.R.string
 
common_google_play_services_install_button - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_install_button - Static variable in class net.doo.snap.R.string
 
common_google_play_services_install_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_install_text - Static variable in class net.doo.snap.R.string
 
common_google_play_services_install_title - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_install_title - Static variable in class net.doo.snap.R.string
 
common_google_play_services_notification_channel_name - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_notification_channel_name - Static variable in class net.doo.snap.R.string
 
common_google_play_services_notification_ticker - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_notification_ticker - Static variable in class net.doo.snap.R.string
 
common_google_play_services_unknown_issue - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_unknown_issue - Static variable in class net.doo.snap.R.string
 
common_google_play_services_unsupported_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_unsupported_text - Static variable in class net.doo.snap.R.string
 
common_google_play_services_update_button - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_update_button - Static variable in class net.doo.snap.R.string
 
common_google_play_services_update_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_update_text - Static variable in class net.doo.snap.R.string
 
common_google_play_services_update_title - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_update_title - Static variable in class net.doo.snap.R.string
 
common_google_play_services_updating_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_updating_text - Static variable in class net.doo.snap.R.string
 
common_google_play_services_wear_update_text - Static variable in class com.google.android.gms.R.string
 
common_google_play_services_wear_update_text - Static variable in class net.doo.snap.R.string
 
common_google_signin_btn_icon_dark - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_dark - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_dark_focused - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_dark_focused - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_dark_normal - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_dark_normal - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_dark_normal_background - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_dark_normal_background - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_disabled - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_disabled - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_light - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_light - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_light_focused - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_light_focused - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_light_normal - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_light_normal - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_icon_light_normal_background - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_icon_light_normal_background - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_dark - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_dark - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_dark - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_dark - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_dark_default - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_dark_default - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_dark_disabled - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_dark_disabled - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_dark_focused - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_dark_focused - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_dark_focused - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_dark_focused - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_dark_normal - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_dark_normal - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_dark_normal_background - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_dark_normal_background - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_dark_pressed - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_dark_pressed - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_disabled - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_disabled - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_light - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_light - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_light - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_light - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_light_default - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_light_default - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_light_disabled - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_light_disabled - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_light_focused - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_light_focused - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_light_focused - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_text_light_focused - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_light_normal - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_light_normal - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_light_normal_background - Static variable in class com.google.android.gms.R.drawable
 
common_google_signin_btn_text_light_normal_background - Static variable in class net.doo.snap.R.drawable
 
common_google_signin_btn_text_light_pressed - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_text_light_pressed - Static variable in class net.doo.snap.R.color
 
common_google_signin_btn_tint - Static variable in class com.google.android.gms.R.color
 
common_google_signin_btn_tint - Static variable in class net.doo.snap.R.color
 
common_open_on_phone - Static variable in class com.google.android.gms.R.string
 
common_open_on_phone - Static variable in class net.doo.snap.R.string
 
common_signin_button_text - Static variable in class com.google.android.gms.R.string
 
common_signin_button_text - Static variable in class net.doo.snap.R.string
 
common_signin_button_text_long - Static variable in class com.google.android.gms.R.string
 
common_signin_button_text_long - Static variable in class net.doo.snap.R.string
 
Companion - Static variable in class io.scanbot.sdk.di.SdkStorageModule
 
Companion - Static variable in class io.scanbot.sdk.persistence.PolygonHelper
 
compat_button_inset_horizontal_material - Static variable in class android.support.compat.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class android.support.coreui.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class android.support.coreutils.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class android.support.fragment.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class android.support.mediacompat.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class android.support.v4.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class androidx.core.kotlin.R.dimen
 
compat_button_inset_horizontal_material - Static variable in class net.doo.snap.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.compat.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.coreui.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.coreutils.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.fragment.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.mediacompat.R.dimen
 
compat_button_inset_vertical_material - Static variable in class android.support.v4.R.dimen
 
compat_button_inset_vertical_material - Static variable in class androidx.core.kotlin.R.dimen
 
compat_button_inset_vertical_material - Static variable in class net.doo.snap.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.compat.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.coreui.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.coreutils.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.fragment.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.mediacompat.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class android.support.v4.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class androidx.core.kotlin.R.dimen
 
compat_button_padding_horizontal_material - Static variable in class net.doo.snap.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.compat.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.coreui.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.coreutils.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.fragment.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.mediacompat.R.dimen
 
compat_button_padding_vertical_material - Static variable in class android.support.v4.R.dimen
 
compat_button_padding_vertical_material - Static variable in class androidx.core.kotlin.R.dimen
 
compat_button_padding_vertical_material - Static variable in class net.doo.snap.R.dimen
 
compat_control_corner_material - Static variable in class android.support.compat.R.dimen
 
compat_control_corner_material - Static variable in class android.support.coreui.R.dimen
 
compat_control_corner_material - Static variable in class android.support.coreutils.R.dimen
 
compat_control_corner_material - Static variable in class android.support.fragment.R.dimen
 
compat_control_corner_material - Static variable in class android.support.mediacompat.R.dimen
 
compat_control_corner_material - Static variable in class android.support.v4.R.dimen
 
compat_control_corner_material - Static variable in class androidx.core.kotlin.R.dimen
 
compat_control_corner_material - Static variable in class net.doo.snap.R.dimen
 
compose() - Method in interface net.doo.snap.process.compose.PageComposer
 
compose() - Method in class net.doo.snap.process.compose.PageComposerImpl
 
composeDocument() - Method in interface net.doo.snap.process.compose.Composer
Composes given Document and Page into file(s)
composeDocument() - Method in class net.doo.snap.process.compose.ComposerFactory.DummyComposer
 
composeDocument() - Method in class net.doo.snap.process.compose.JpegComposer
 
composeDocument() - Method in class net.doo.snap.process.compose.OcrComposer
 
composeDocument() - Method in class net.doo.snap.process.compose.SimpleComposer
Writes all pages to new pdf document
Composer - Interface in net.doo.snap.process.compose
Composes given Document and Page into file(s)
ComposerFactory - Interface in net.doo.snap.process.compose
Provides implementation of Composer
ComposerFactory.DummyComposer - Class in net.doo.snap.process.compose
Composer which always throws IOException on compose
composerForDocument() - Method in class net.doo.snap.process.compose.BaseComposerFactory
 
composerForDocument() - Method in interface net.doo.snap.process.compose.ComposerFactory
 
composerForDocument() - Method in class net.doo.snap.process.compose.P2ComposerFactory
 
CompositeDraftExtractor - Class in net.doo.snap.process.draft
Composition on several draft extractors, which are switched depending on user settings and input SnappingDraft
CompositeDraftExtractor() - Constructor for class net.doo.snap.process.draft.CompositeDraftExtractor
 
CompositeDraftExtractor_Factory - Class in net.doo.snap.process.draft
 
CompositeDraftExtractor_Factory() - Constructor for class net.doo.snap.process.draft.CompositeDraftExtractor_Factory
 
compress() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Compresses Bitmap to File
confidenceValue - Variable in class net.doo.snap.process.OcrResultBlock
The confidence value describes how confident the OCR engine was when detecting the letters and words. Ranges from 0.0 (not confident) to 100.0 (very confident).
Constants - Interface in net.doo.snap
 
contact - Static variable in class com.google.android.gms.R.id
 
contact - Static variable in class net.doo.snap.R.id
 
container_all - Static variable in class com.google.android.gms.R.id
 
container_all - Static variable in class net.doo.snap.R.id
 
container_current - Static variable in class com.google.android.gms.R.id
 
container_current - Static variable in class net.doo.snap.R.id
 
contentProviderUri - Static variable in class com.google.android.gms.R.attr
 
contentProviderUri - Static variable in class net.doo.snap.R.attr
 
continuousFocus() - Method in class net.doo.snap.camera.ScanbotCameraView
Cancels auto-focus and performs continuous-focus. Should be executed from the main thread and when camera is opened If there is no continuous-focus capabilities on this device, does auto-focus. If view is paused, this call is ignored.
ContourDetectorFrameHandler - Class in net.doo.snap.camera
Performs contour detection on camera preview frames. Outputs results via net.doo.snap.camera.ContourDetectorFrameHandler.ResultHandler (ContourDetectorFrameHandler.addResultHandler). Preview frame considered intercepted if at least one net.doo.snap.camera.ContourDetectorFrameHandler.ResultHandler returns true from ContourDetectorFrameHandler.ResultHandler.handleResult
ContourDetectorFrameHandler() - Constructor for class net.doo.snap.camera.ContourDetectorFrameHandler
 
ContourDetectorFrameHandler.DetectedFrame - Class in net.doo.snap.camera
Contour detection results alongside with information about frame
ContourDetectorFrameHandler.ResultHandler - Interface in net.doo.snap.camera
Continiously notified about contour detection results.
controllers - Static variable in class com.google.android.gms.R.id
 
controllers - Static variable in class net.doo.snap.R.id
 
cornerImageSrc - Static variable in class net.doo.snap.R.attr
 
Corpus - Static variable in class com.google.android.gms.R.styleable
 
Corpus - Static variable in class net.doo.snap.R.styleable
 
Corpus_contentProviderUri - Static variable in class com.google.android.gms.R.styleable
 
Corpus_contentProviderUri - Static variable in class net.doo.snap.R.styleable
 
Corpus_corpusId - Static variable in class com.google.android.gms.R.styleable
 
Corpus_corpusId - Static variable in class net.doo.snap.R.styleable
 
Corpus_corpusVersion - Static variable in class com.google.android.gms.R.styleable
 
Corpus_corpusVersion - Static variable in class net.doo.snap.R.styleable
 
Corpus_documentMaxAgeSecs - Static variable in class com.google.android.gms.R.styleable
 
Corpus_documentMaxAgeSecs - Static variable in class net.doo.snap.R.styleable
 
Corpus_perAccountTemplate - Static variable in class com.google.android.gms.R.styleable
 
Corpus_perAccountTemplate - Static variable in class net.doo.snap.R.styleable
 
Corpus_schemaOrgType - Static variable in class com.google.android.gms.R.styleable
 
Corpus_schemaOrgType - Static variable in class net.doo.snap.R.styleable
 
Corpus_semanticallySearchable - Static variable in class com.google.android.gms.R.styleable
 
Corpus_semanticallySearchable - Static variable in class net.doo.snap.R.styleable
 
Corpus_trimmable - Static variable in class com.google.android.gms.R.styleable
 
Corpus_trimmable - Static variable in class net.doo.snap.R.styleable
 
corpusId - Static variable in class com.google.android.gms.R.attr
 
corpusId - Static variable in class net.doo.snap.R.attr
 
corpusVersion - Static variable in class com.google.android.gms.R.attr
 
corpusVersion - Static variable in class net.doo.snap.R.attr
 
crash_reporting_present - Static variable in class com.google.android.gms.R.id
 
crash_reporting_present - Static variable in class net.doo.snap.R.id
 
create() - Static method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector_Factory
 
create() - Static method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector_Factory
 
create() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageFileStorageFactory
 
create() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageFactory
 
create() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageSettingsFactory
 
create() - Static method in class io.scanbot.sdk.persistence.DraftPagesRepository_Factory
 
create() - Static method in class io.scanbot.sdk.persistence.InternalPageStorage_Factory
 
create() - Static method in class io.scanbot.sdk.persistence.PageFileStorage_Factory
 
create() - Static method in class io.scanbot.sdk.persistence.PageProcessorInteractor_Factory
 
create() - Static method in class net.doo.snap.blob.BlobFactory_Factory
 
create() - Static method in class net.doo.snap.blob.BlobManager_Factory
 
create() - Static method in class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector_Factory
 
create() - Static method in class net.doo.snap.camera.barcode.ZXingBarcodeDetector_Factory
 
create() - Static method in class net.doo.snap.connectivity.RemoteStorage_Factory
 
create() - Static method in class net.doo.snap.dcscanner.DefaultDCScanner_Factory
 
create() - Static method in class net.doo.snap.dcscanner.StubDCScanner_Factory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesActivityManagerFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesApplicationFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesAssetManagerFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesContextFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesDownloadManagerFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesPackageManagerFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesResourcesFactory
 
create() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesSharedPreferencesFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesComposerFactoryFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesContourDetectorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDCScannerFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentClassifierFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesLanguageProviderFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesMRZScannerFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageComposerFactoryFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageProcessorMonitorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPayFormScannerFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPDFProcessorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesProcessingInfoProviderFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesSapManagerFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextRecognitionFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTiffWriterFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory
 
create() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorFactory
 
create() - Static method in class net.doo.snap.intelligence.DooTextBasedLanguageDetector_Factory
 
create() - Static method in class net.doo.snap.intelligence.OcrPdfRenderer_Factory
 
create() - Static method in class net.doo.snap.intelligence.TextRecognizerFactory_Factory
 
create() - Static method in class net.doo.snap.intelligence.UserLanguageProvider_Factory
 
create() - Static method in class net.doo.snap.mrzscanner.DefaultMRZScanner_Factory
 
create() - Static method in class net.doo.snap.mrzscanner.StubMRZScanner_Factory
 
create() - Static method in class net.doo.snap.payformscanner.DefaultPayFormScanner_Factory
 
create() - Static method in class net.doo.snap.payformscanner.StubPayFormScanner_Factory
 
create() - Static method in class net.doo.snap.persistence.BlobStoreStrategy_Factory
 
create() - Static method in class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider_Factory
 
create() - Static method in class net.doo.snap.persistence.cleanup.Cleaner_Factory
 
create() - Static method in class net.doo.snap.persistence.DocumentStoreStrategy_Factory
 
create() - Static method in class net.doo.snap.persistence.PageFactory_Factory
 
create() - Static method in class net.doo.snap.persistence.PageStoreStrategy_Factory
 
create() - Static method in class net.doo.snap.persistence.PictureProcessor_Factory
 
create() - Static method in class net.doo.snap.process.compose.BaseComposerFactory_Factory
 
create() - Static method in class net.doo.snap.process.compose.JpegComposer_Factory
 
create() - Static method in class net.doo.snap.process.compose.OcrComposer_Factory
 
create() - Static method in class net.doo.snap.process.compose.P2ComposerFactory_Factory
 
create() - Static method in class net.doo.snap.process.compose.PageComposerFactoryImpl_Factory
 
create() - Static method in class net.doo.snap.process.compose.SimpleComposer_Factory
 
create() - Static method in class net.doo.snap.process.DocumentLockProvider_Factory
 
create() - Static method in class net.doo.snap.process.DocumentProcessor_Factory
 
create() - Static method in class net.doo.snap.process.DocumentProcessorProvider_Factory
 
create() - Static method in class net.doo.snap.process.draft.CombinedDocumentDraftExtractor_Factory
 
create() - Static method in class net.doo.snap.process.draft.CompositeDraftExtractor_Factory
 
create() - Static method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor_Factory
 
create() - Static method in class net.doo.snap.process.PageProcessor_Factory
 
create() - Static method in class net.doo.snap.security.SapProvider_Factory
 
create() - Static method in class net.doo.snap.util.bitmap.BitmapLruCache_Factory
 
create() - Static method in class net.doo.snap.util.CameraConfiguration_Factory
 
create() - Static method in class net.doo.snap.util.device.DeviceUtils_Factory
 
createPage(srcImage, imageOrientation) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Create class Page from srcImage byte array imageOrientation optional param, indicating amount of degrees for image to rotate
createPage(srcImage, imageOrientation) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Create class Page from srcImage imageOrientation optional param, indicating amount of degrees for image to rotate
createPageComposer() - Method in interface net.doo.snap.process.compose.PageComposerFactory
 
createPageComposer() - Method in class net.doo.snap.process.compose.PageComposerFactoryImpl
 
createPageNoDocument(srcImage, imageOrientation) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Create class Page from srcImage byte array imageOrientation optional param, indicating amount of degrees for image to rotate
createPageNoDocument(srcImage, imageOrientation) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Create class Page from srcImage imageOrientation optional param, indicating amount of degrees for image to rotate
createPreview() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Create preview from large (nodpi) resource image
createPreview() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Create preview from image byte array
createPreviewTo(previewFile, image) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Creates preview Image and saves it to previewFile
createPreviewTo(previewFile, bitmap) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Creates preview Image and saves it to previewFile
CREATOR - Static variable in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
CREATOR - Static variable in class io.scanbot.sdk.barcode.entity.ResultPoint
 
CREATOR - Static variable in class net.doo.snap.entity.Document
 
CREATOR - Static variable in class net.doo.snap.entity.Page
 
CREATOR - Static variable in class net.doo.snap.entity.SnappingDraft
 
CREATOR - Static variable in class net.doo.snap.process.util.DocumentDraft
 
CursorUtil - Class in net.doo.snap.util
Helper class to work with Cursors
CustomCastTheme - Static variable in class com.google.android.gms.R.style
 
CustomCastTheme - Static variable in class com.google.android.gms.R.styleable
 
CustomCastTheme - Static variable in class net.doo.snap.R.style
 
CustomCastTheme - Static variable in class net.doo.snap.R.styleable
 
CustomCastTheme_castExpandedControllerStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomCastTheme_castExpandedControllerStyle - Static variable in class net.doo.snap.R.styleable
 
CustomCastTheme_castIntroOverlayStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomCastTheme_castIntroOverlayStyle - Static variable in class net.doo.snap.R.styleable
 
CustomCastTheme_castMiniControllerStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomCastTheme_castMiniControllerStyle - Static variable in class net.doo.snap.R.styleable
 
customThemeStyle - Static variable in class com.google.android.gms.R.attr
 
customThemeStyle - Static variable in class net.doo.snap.R.attr
 
CustomWalletTheme - Static variable in class com.google.android.gms.R.styleable
 
CustomWalletTheme - Static variable in class net.doo.snap.R.styleable
 
CustomWalletTheme_customThemeStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomWalletTheme_customThemeStyle - Static variable in class net.doo.snap.R.styleable
 
CustomWalletTheme_toolbarTextColorStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomWalletTheme_toolbarTextColorStyle - Static variable in class net.doo.snap.R.styleable
 
CustomWalletTheme_windowTransitionStyle - Static variable in class com.google.android.gms.R.styleable
 
CustomWalletTheme_windowTransitionStyle - Static variable in class net.doo.snap.R.styleable
 
cwac_camera_profile_htc_htc_mecha - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_htc_htc_mecha - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_htc_m7 - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_htc_m7 - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_motorola_xt910_rtanz - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_motorola_xt910_rtanz - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_corsicadd - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_corsicadd - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_d2att - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_d2att - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_d2spr - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_d2spr - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_d2tmo - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_d2tmo - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_d2uc - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_d2uc - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_d2vzw - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_d2vzw - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_gd1wifiue - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_gd1wifiue - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_ja3gxx - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_ja3gxx - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_jflteuc - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_jflteuc - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_kyleproxx - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_kyleproxx - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_m0xx - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_m0xx - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_m3xx - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_m3xx - Static variable in class net.doo.snap.R.xml
 
cwac_camera_profile_samsung_yakju - Static variable in class com.commonsware.cwac.camera.R.xml
 
cwac_camera_profile_samsung_yakju - Static variable in class net.doo.snap.R.xml
 

D

d() - Method in class net.doo.snap.util.log.DebugLog
Writes tag and message to the log file and also calls Log.d with given params.
d() - Method in class net.doo.snap.util.log.DebugLog
 
d() - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Level#Debug
d() - Method in class net.doo.snap.util.log.StubLogger
 
DaggerSdkComponent - Class in net.doo.snap.injection
 
DaggerSdkComponent.Builder - Class in net.doo.snap.injection
 
dark - Static variable in class com.google.android.gms.R.id
 
dark - Static variable in class net.doo.snap.R.id
 
date - Static variable in class com.google.android.gms.R.id
 
date - Static variable in class net.doo.snap.R.id
 
DateFormat - Enum in net.doo.snap.util
Supported formats for dates of documents
dcScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides DCScanner.
DCScanner - Interface in net.doo.snap.dcscanner
Performs detection and recognition of disability certificate data
dcScanner() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
dcScanner() - Method in interface net.doo.snap.injection.SdkComponent
 
dcScanner() - Method in class net.doo.snap.ScanbotSDK
Provides DCScanner.
DCScannerFrameHandler - Class in net.doo.snap.dcscanner
Performs Disability Certificates data detection on camera preview frames. Outputs results via DCScannerFrameHandler.ResultHandler (DCScannerFrameHandler.addResultHandler). Preview frame considered intercepted if at least one DCScannerFrameHandler.ResultHandler returns true from DCScannerFrameHandler.ResultHandler.handleResult
DCScannerFrameHandler() - Constructor for class net.doo.snap.dcscanner.DCScannerFrameHandler
 
DCScannerFrameHandler.ResultHandler - Interface in net.doo.snap.dcscanner
Continuously notified about DC data detection results.
DEBUG - Static variable in class net.doo.snap.BuildConfig
 
DEBUG_LOADER_TAG - Variable in interface net.doo.snap.Constants
 
DEBUG_OCR_TAG - Variable in interface net.doo.snap.Constants
 
DebugLog - Class in net.doo.snap.util.log
Enables logging to system log/sdcard file.
DebugLog() - Constructor for class net.doo.snap.util.log.DebugLog
 
decodeQuietly() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Decodes Bitmap with minimal log output. Accepts null arguments.
decodeWithState() - Method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector
 
decodeWithState() - Method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector
 
decodeWithState() - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
decodeWithState() - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
decodeWithState() - Method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector
 
decodeWithState() - Method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector
 
decodeWithState() - Method in class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector
 
decodeWithState() - Method in class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector
 
decodeWithState() - Method in interface net.doo.snap.camera.barcode.ScanbotBarcodeDetector
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
decodeWithState() - Method in interface net.doo.snap.camera.barcode.ScanbotBarcodeDetector
Decode the data within the viewfinder rectangle, and time how long it took. For efficiency, reuse the same reader objects from one decode to the next.
decodeWithState() - Method in class net.doo.snap.camera.barcode.ZXingBarcodeDetector
 
decodeWithState() - Method in class net.doo.snap.camera.barcode.ZXingBarcodeDetector
 
DEFAULT_EXTERNAL_DIR_NAME - Variable in interface net.doo.snap.Constants
 
DEFAULT_POLYGON - Static variable in class net.doo.snap.ui.EditPolygonImageView
 
DefaultDCScanner - Class in net.doo.snap.dcscanner
Performs detection and recognition of DC data
DefaultDCScanner() - Constructor for class net.doo.snap.dcscanner.DefaultDCScanner
 
DefaultDCScanner_Factory - Class in net.doo.snap.dcscanner
 
DefaultDCScanner_Factory() - Constructor for class net.doo.snap.dcscanner.DefaultDCScanner_Factory
 
defaultIntentAction - Static variable in class com.google.android.gms.R.attr
 
defaultIntentAction - Static variable in class net.doo.snap.R.attr
 
defaultIntentActivity - Static variable in class com.google.android.gms.R.attr
 
defaultIntentActivity - Static variable in class net.doo.snap.R.attr
 
defaultIntentData - Static variable in class com.google.android.gms.R.attr
 
defaultIntentData - Static variable in class net.doo.snap.R.attr
 
DefaultMRZScanner - Class in net.doo.snap.mrzscanner
Performs detection and recognition of MRZ data
DefaultMRZScanner() - Constructor for class net.doo.snap.mrzscanner.DefaultMRZScanner
 
DefaultMRZScanner_Factory - Class in net.doo.snap.mrzscanner
 
DefaultMRZScanner_Factory() - Constructor for class net.doo.snap.mrzscanner.DefaultMRZScanner_Factory
 
DefaultPayFormScanner - Class in net.doo.snap.payformscanner
Performs detection and recognition of German pay forms
DefaultPayFormScanner() - Constructor for class net.doo.snap.payformscanner.DefaultPayFormScanner
 
DefaultPayFormScanner_Factory - Class in net.doo.snap.payformscanner
 
DefaultPayFormScanner_Factory() - Constructor for class net.doo.snap.payformscanner.DefaultPayFormScanner_Factory
 
defaultPhysicalBounds() - Static method in class net.doo.snap.util.pdf.PdfUtils
 
deletePage() - Method in class net.doo.snap.entity.SnappingDraft
Deletes Page at given position
deletePage() - Method in class net.doo.snap.entity.SnappingDraft
Deletes Page if possible
demote_common_words - Static variable in class com.google.android.gms.R.id
 
demote_common_words - Static variable in class net.doo.snap.R.id
 
demote_rfc822_hostnames - Static variable in class com.google.android.gms.R.id
 
demote_rfc822_hostnames - Static variable in class net.doo.snap.R.id
 
describeContents() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
describeContents() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
describeContents() - Method in class net.doo.snap.entity.Document
 
describeContents() - Method in class net.doo.snap.entity.Page
 
describeContents() - Method in class net.doo.snap.entity.SnappingDraft
 
describeContents() - Method in class net.doo.snap.process.util.DocumentDraft
 
DetectedFrame() - Constructor for class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Deprecated constructor, with missing detectionScore.
DetectedFrame() - Constructor for class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
 
detectionResult - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Contour detection result status. Typically used to decide whether contour detection was successful or not and what can be improved from user side.
detectionScore - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Score of detected frame as double value in [0.0, 100.0].
detectTextBasedLanguages() - Method in class net.doo.snap.intelligence.DooTextBasedLanguageDetector
Detects language of document. Might perform heavy computations and block current thread.
detectTextBasedLanguages() - Method in class net.doo.snap.intelligence.StubTextBasedLanguageDetector
 
detectTextBasedLanguages() - Method in interface net.doo.snap.intelligence.TextBasedLanguageDetector
 
device_configuration - Static variable in class net.doo.snap.R.string
 
DeviceUtils - Class in net.doo.snap.util.device
Util methods for accessing device status
DeviceUtils() - Constructor for class net.doo.snap.util.device.DeviceUtils
 
DeviceUtils_Factory - Class in net.doo.snap.util.device
 
DeviceUtils_Factory() - Constructor for class net.doo.snap.util.device.DeviceUtils_Factory
 
DISABLED_ACTIONMODE_CALLBACK - Static variable in class io.scanbot.sdk.utils.ViewUtils
Use this ActionMode.Callback if action mode should be disabled
dispatchDraw() - Method in class net.doo.snap.ui.EditPolygonImageView
 
dispatchDraw() - Method in class net.doo.snap.ui.MagnifierView
 
dispatchDraw() - Method in class net.doo.snap.ui.PolygonView
 
distance() - Static method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
distance() - Static method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
Document - Class in net.doo.snap.entity
Document model used in the application and database.
Document() - Constructor for class net.doo.snap.entity.Document
 
Document() - Constructor for class net.doo.snap.entity.Document
 
DOCUMENT_CLASSIFIER_BLOBS_PATH - Variable in interface net.doo.snap.BlobsConstants
 
document_thumbnail_size - Static variable in class net.doo.snap.R.dimen
 
document_types - Static variable in class net.doo.snap.R.array
 
DocumentClassifier - Interface in net.doo.snap.intelligence
Performs classification of documents
documentClassifierBlobPath() - Method in class net.doo.snap.connectivity.RemoteStorage
 
documentClassifierBlobs() - Method in class net.doo.snap.blob.BlobFactory
 
DocumentDraft - Class in net.doo.snap.process.util
Contains meta information about document being saved
DocumentDraft() - Constructor for class net.doo.snap.process.util.DocumentDraft
 
DocumentDraft() - Constructor for class net.doo.snap.process.util.DocumentDraft
 
documentDraftExtractor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides DocumentDraftExtractor.
documentDraftExtractor() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify snapped pages should be combined into documents and in which format
documentDraftExtractor() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
documentDraftExtractor - Static variable in class net.doo.snap.injection.ScanbotSdkModule
Customizable instance which will be used for injections.
documentDraftExtractor() - Method in interface net.doo.snap.injection.SdkComponent
 
DocumentDraftExtractor - Interface in net.doo.snap.process.draft
Creates net.doo.snap.entity.Document and Page from SnappingDraft and wraps them in DocumentDraft
documentDraftExtractor() - Method in class net.doo.snap.ScanbotSDK
Provides DocumentDraftExtractor.
documentDraftExtractor() - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify snapped pages should be combined into documents and in which format
DocumentLockProvider - Class in net.doo.snap.process
Locks access to documents. Can be used to either prevent processing or disable UI for corresponding documents.
DocumentLockProvider_Factory - Class in net.doo.snap.process
 
documentMaxAgeSecs - Static variable in class com.google.android.gms.R.attr
 
documentMaxAgeSecs - Static variable in class net.doo.snap.R.attr
 
DocumentProcessingResult - Class in net.doo.snap.process
Result of the document draft processing
DocumentProcessingResult() - Constructor for class net.doo.snap.process.DocumentProcessingResult
 
documentProcessor() - Method in class io.scanbot.sdk.ScanbotSDK
Provides DocumentProcessor.
documentProcessor() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
documentProcessor() - Method in interface net.doo.snap.injection.SdkComponent
 
DocumentProcessor - Class in net.doo.snap.process
Saves pdf documents using DocumentDraft source Call in a background thread only. Not thread safe
DocumentProcessor() - Constructor for class net.doo.snap.process.DocumentProcessor
 
documentProcessor() - Method in class net.doo.snap.ScanbotSDK
Provides DocumentProcessor.
DocumentProcessor_Factory - Class in net.doo.snap.process
 
DocumentProcessor_Factory() - Constructor for class net.doo.snap.process.DocumentProcessor_Factory
 
DocumentProcessorMonitor - Class in net.doo.snap.process
Reacts on Document processing finished
DocumentProcessorMonitor() - Constructor for class net.doo.snap.process.DocumentProcessorMonitor
 
DocumentProcessorProvider - Class in net.doo.snap.process
Provides DocumentProcessor if SDK license is valid
DocumentProcessorProvider() - Constructor for class net.doo.snap.process.DocumentProcessorProvider
 
DocumentProcessorProvider_Factory - Class in net.doo.snap.process
 
DocumentProcessorProvider_Factory() - Constructor for class net.doo.snap.process.DocumentProcessorProvider_Factory
 
DocumentStoreStrategy - Class in net.doo.snap.persistence
Provides java.io.File directories for saving net.doo.snap.entity.Document The structure of the document folder is the following: {documents_directory}/document UUID -------{document_name}.pdf -------{thumbnail}
DocumentStoreStrategy() - Constructor for class net.doo.snap.persistence.DocumentStoreStrategy
 
DocumentStoreStrategy_Factory - Class in net.doo.snap.persistence
 
DocumentStoreStrategy_Factory() - Constructor for class net.doo.snap.persistence.DocumentStoreStrategy_Factory
 
DocumentType - Enum in net.doo.snap.entity
Document types supported by DocumentClassifier
doInBackground() - Method in class net.doo.snap.util.loading.SingleThreadLoader
Execute task on single thread executor
donate_with - Static variable in class com.google.android.gms.R.id
 
donate_with - Static variable in class net.doo.snap.R.id
 
donate_with_google - Static variable in class com.google.android.gms.R.id
 
donate_with_google - Static variable in class net.doo.snap.R.id
 
DooTextBasedLanguageDetector - Class in net.doo.snap.intelligence
Detects language of a document
DooTextBasedLanguageDetector() - Constructor for class net.doo.snap.intelligence.DooTextBasedLanguageDetector
 
DooTextBasedLanguageDetector_Factory - Class in net.doo.snap.intelligence
 
DooTextBasedLanguageDetector_Factory() - Constructor for class net.doo.snap.intelligence.DooTextBasedLanguageDetector_Factory
 
DraftPagesRepository - Class in io.scanbot.sdk.persistence
Repository functional for draft snaps.
DraftPagesRepository(pageInteractor) - Constructor for class io.scanbot.sdk.persistence.DraftPagesRepository
Repository functional for draft snaps.
DraftPagesRepository_Factory - Class in io.scanbot.sdk.persistence
 
DraftPagesRepository_Factory() - Constructor for class io.scanbot.sdk.persistence.DraftPagesRepository_Factory
 
drawableToBitmap() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
Converts image drawable to bitmap

E

e() - Method in class net.doo.snap.util.log.DebugLog
Writes tag and message to the log file and also calls Log.e with given params.
e() - Method in class net.doo.snap.util.log.DebugLog
Writes a message about exception to system log and to the file.
e() - Method in class net.doo.snap.util.log.DebugLog
 
e() - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Level#Error
e() - Method in class net.doo.snap.util.log.StubLogger
 
edgeColor - Static variable in class net.doo.snap.R.attr
 
edgeColorOnLine - Static variable in class net.doo.snap.R.attr
 
edgeImageSrc - Static variable in class net.doo.snap.R.attr
 
edit_polygon_handle_size - Static variable in class net.doo.snap.R.dimen
 
editPolygonHandleSize - Static variable in class net.doo.snap.R.attr
 
EditPolygonImageView - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView - Class in net.doo.snap.ui
Shows image of document and polygon, which contains document coordinates with ability to change polygon corners and edges Magnifier is shown when polygon corners are moved
EditPolygonImageView() - Constructor for class net.doo.snap.ui.EditPolygonImageView
Constructor to embed view in XML layout
EditPolygonImageView.EditPolygonAnimationEndListener - Interface in net.doo.snap.ui
 
EditPolygonImageView_cornerImageSrc - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_edgeColor - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_edgeColorOnLine - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_edgeImageSrc - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_editPolygonHandleSize - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_editPolygonStrokeWidth - Static variable in class net.doo.snap.R.styleable
 
EditPolygonImageView_magneticLineTreshold - Static variable in class net.doo.snap.R.styleable
 
editPolygonStrokeWidth - Static variable in class net.doo.snap.R.attr
 
email - Static variable in class com.google.android.gms.R.id
 
email - Static variable in class net.doo.snap.R.id
 
emptyCursor() - Static method in class net.doo.snap.util.CursorUtil
 
enableAutoFocus() - Static method in class net.doo.snap.util.snap.Utils
Sets focus mode to Camera.Parameters#FOCUS_MODE_AUTO if supported
enableBarcodeScan() - Method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector
 
enableBarcodeScan() - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
 
enableBarcodeScan() - Method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector
 
enableBarcodeScan() - Method in class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector
 
enableBarcodeScan() - Method in interface net.doo.snap.camera.barcode.ScanbotBarcodeDetector
 
enableBarcodeScan() - Method in class net.doo.snap.camera.barcode.ZXingBarcodeDetector
 
enableContinuousFocus() - Static method in class net.doo.snap.util.snap.Utils
Sets focus mode to Camera.Parameters#FOCUS_MODE_CONTINUOUS_PICTURE or Camera.Parameters#FOCUS_MODE_AUTO if supported
end_padder - Static variable in class android.support.mediacompat.R.id
 
end_padder - Static variable in class android.support.v4.R.id
 
end_padder - Static variable in class net.doo.snap.R.id
 
end_text - Static variable in class com.google.android.gms.R.id
 
end_text - Static variable in class net.doo.snap.R.id
 
ensureDirExists() - Static method in class net.doo.snap.util.FileUtils
 
ensureDocumentDir() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
ensureDocumentDirectory() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
Creates directory for net.doo.snap.entity.Document if not exists.
ensureMainThread() - Static method in class net.doo.snap.util.thread.ExecutionUtils
Ensures that method invocation happened on main thread
environment - Static variable in class com.google.android.gms.R.attr
 
environment - Static variable in class net.doo.snap.R.attr
 
equals() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
equals() - Method in class net.doo.snap.entity.Blob
 
equals() - Method in class net.doo.snap.entity.Document
 
equals() - Method in class net.doo.snap.entity.Page
 
eraseDocument() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
Deletes Document directory and all its pages from file system Use from BG thread only
erasePage() - Method in class net.doo.snap.persistence.PageStoreStrategy
Erase page directory from filesystem
eraseTempPageData() - Method in class net.doo.snap.persistence.PageStoreStrategy
Erase temporary page data from filesystem
ExecutionUtils - Class in net.doo.snap.util.thread
Utils for predefined Thread execution
expanded_controller_layout - Static variable in class com.google.android.gms.R.id
 
expanded_controller_layout - Static variable in class net.doo.snap.R.id
 
EXTENSION_JPEG - Variable in interface net.doo.snap.Constants
 
EXTENSION_JPG - Variable in interface net.doo.snap.Constants
 
EXTENSION_PDF - Variable in interface net.doo.snap.Constants
 
EXTERNAL_DIR - Variable in interface net.doo.snap.PreferencesConstants
Contains path to sd card directory for pdf files saving
extract() - Method in class net.doo.snap.process.draft.CombinedDocumentDraftExtractor
 
extract() - Method in class net.doo.snap.process.draft.CompositeDraftExtractor
 
extract() - Method in interface net.doo.snap.process.draft.DocumentDraftExtractor
Extracts DocumentDraft from SnappingDraft
extract() - Method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 

F

fcm_fallback_notification_channel_label - Static variable in class com.google.android.gms.R.string
 
fcm_fallback_notification_channel_label - Static variable in class net.doo.snap.R.string
 
FEATURE_DC_DATA_RECOGNITION - Variable in interface net.doo.snap.SDKFeatures
Performing DC data recognition
FEATURE_MRZ_DATA_RECOGNITION - Variable in interface net.doo.snap.SDKFeatures
Performing MRZ data recognition
FEATURE_OCR - Variable in interface net.doo.snap.SDKFeatures
Performing OCR on documents
FEATURE_PAYFORM_DETECTION - Variable in interface net.doo.snap.SDKFeatures
Performing payform detection
FeatureParam - Static variable in class com.google.android.gms.R.styleable
 
FeatureParam - Static variable in class net.doo.snap.R.styleable
 
FeatureParam_paramName - Static variable in class com.google.android.gms.R.styleable
 
FeatureParam_paramName - Static variable in class net.doo.snap.R.styleable
 
FeatureParam_paramValue - Static variable in class com.google.android.gms.R.styleable
 
FeatureParam_paramValue - Static variable in class net.doo.snap.R.styleable
 
featureType - Static variable in class com.google.android.gms.R.attr
 
featureType - Static variable in class net.doo.snap.R.attr
 
fetch() - Method in class net.doo.snap.blob.BlobManager
Launches asynchronous fetch of a given net.doo.snap.entity.Blob if it is not already available in local destination folder. Might perform blocking operations, so it should not be called from the main thread.
FileChooserUtils - Class in net.doo.snap.util
Provides methods for extracting image path from chooser
FileUtils - Class in net.doo.snap.util
Contains helper methods for working with files and directories
FILTERED_FOLDER - Static variable in class net.doo.snap.entity.Page
 
FILTERED_FOLDER - Static variable in class net.doo.snap.persistence.PageStoreStrategy
 
findByWidthAndHeight() - Static method in class net.doo.snap.util.snap.Utils
 
finder_overlay - Static variable in class net.doo.snap.R.id
 
fitBitmapToView() - Static method in class io.scanbot.sdk.utils.ViewUtils
Convenient alternative for ViewUtils.fitRectToView which creates rectangle from Bitmap
fitDrawableToView() - Static method in class io.scanbot.sdk.utils.ViewUtils
Convenient alternative for ViewUtils.fitRectToView which creates rectangle from intrinsic size of Drawable
fitRectToView() - Static method in class io.scanbot.sdk.utils.ViewUtils
 
fitToPhysicalBounds() - Static method in class net.doo.snap.util.pdf.PdfUtils
 
FLAVOR - Static variable in class net.doo.snap.BuildConfig
 
font - Static variable in class android.support.compat.R.attr
 
font - Static variable in class android.support.coreui.R.attr
 
font - Static variable in class android.support.coreutils.R.attr
 
font - Static variable in class android.support.fragment.R.attr
 
font - Static variable in class android.support.mediacompat.R.attr
 
font - Static variable in class android.support.v4.R.attr
 
font - Static variable in class androidx.core.kotlin.R.attr
 
font - Static variable in class net.doo.snap.R.attr
 
FontFamily - Static variable in class android.support.compat.R.styleable
 
FontFamily - Static variable in class android.support.coreui.R.styleable
 
FontFamily - Static variable in class android.support.coreutils.R.styleable
 
FontFamily - Static variable in class android.support.fragment.R.styleable
 
FontFamily - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily - Static variable in class android.support.v4.R.styleable
 
FontFamily - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderAuthority - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderCerts - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderFetchStrategy - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderFetchTimeout - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderPackage - Static variable in class net.doo.snap.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.compat.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.coreui.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.coreutils.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.fragment.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.mediacompat.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class android.support.v4.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamily_fontProviderQuery - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_android_font - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_android_font - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_android_font - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_android_fontStyle - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_android_fontWeight - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_font - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_font - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_font - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_fontStyle - Static variable in class net.doo.snap.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.compat.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.coreui.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.coreutils.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.fragment.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.mediacompat.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class android.support.v4.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class androidx.core.kotlin.R.styleable
 
FontFamilyFont_fontWeight - Static variable in class net.doo.snap.R.styleable
 
fontProviderAuthority - Static variable in class android.support.compat.R.attr
 
fontProviderAuthority - Static variable in class android.support.coreui.R.attr
 
fontProviderAuthority - Static variable in class android.support.coreutils.R.attr
 
fontProviderAuthority - Static variable in class android.support.fragment.R.attr
 
fontProviderAuthority - Static variable in class android.support.mediacompat.R.attr
 
fontProviderAuthority - Static variable in class android.support.v4.R.attr
 
fontProviderAuthority - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderAuthority - Static variable in class net.doo.snap.R.attr
 
fontProviderCerts - Static variable in class android.support.compat.R.attr
 
fontProviderCerts - Static variable in class android.support.coreui.R.attr
 
fontProviderCerts - Static variable in class android.support.coreutils.R.attr
 
fontProviderCerts - Static variable in class android.support.fragment.R.attr
 
fontProviderCerts - Static variable in class android.support.mediacompat.R.attr
 
fontProviderCerts - Static variable in class android.support.v4.R.attr
 
fontProviderCerts - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderCerts - Static variable in class net.doo.snap.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.compat.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.coreui.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.coreutils.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.fragment.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.mediacompat.R.attr
 
fontProviderFetchStrategy - Static variable in class android.support.v4.R.attr
 
fontProviderFetchStrategy - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderFetchStrategy - Static variable in class net.doo.snap.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.compat.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.coreui.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.coreutils.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.fragment.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.mediacompat.R.attr
 
fontProviderFetchTimeout - Static variable in class android.support.v4.R.attr
 
fontProviderFetchTimeout - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderFetchTimeout - Static variable in class net.doo.snap.R.attr
 
fontProviderPackage - Static variable in class android.support.compat.R.attr
 
fontProviderPackage - Static variable in class android.support.coreui.R.attr
 
fontProviderPackage - Static variable in class android.support.coreutils.R.attr
 
fontProviderPackage - Static variable in class android.support.fragment.R.attr
 
fontProviderPackage - Static variable in class android.support.mediacompat.R.attr
 
fontProviderPackage - Static variable in class android.support.v4.R.attr
 
fontProviderPackage - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderPackage - Static variable in class net.doo.snap.R.attr
 
fontProviderQuery - Static variable in class android.support.compat.R.attr
 
fontProviderQuery - Static variable in class android.support.coreui.R.attr
 
fontProviderQuery - Static variable in class android.support.coreutils.R.attr
 
fontProviderQuery - Static variable in class android.support.fragment.R.attr
 
fontProviderQuery - Static variable in class android.support.mediacompat.R.attr
 
fontProviderQuery - Static variable in class android.support.v4.R.attr
 
fontProviderQuery - Static variable in class androidx.core.kotlin.R.attr
 
fontProviderQuery - Static variable in class net.doo.snap.R.attr
 
fontStyle - Static variable in class android.support.compat.R.attr
 
fontStyle - Static variable in class android.support.coreui.R.attr
 
fontStyle - Static variable in class android.support.coreutils.R.attr
 
fontStyle - Static variable in class android.support.fragment.R.attr
 
fontStyle - Static variable in class android.support.mediacompat.R.attr
 
fontStyle - Static variable in class android.support.v4.R.attr
 
fontStyle - Static variable in class androidx.core.kotlin.R.attr
 
fontStyle - Static variable in class net.doo.snap.R.attr
 
fontWeight - Static variable in class android.support.compat.R.attr
 
fontWeight - Static variable in class android.support.coreui.R.attr
 
fontWeight - Static variable in class android.support.coreutils.R.attr
 
fontWeight - Static variable in class android.support.fragment.R.attr
 
fontWeight - Static variable in class android.support.mediacompat.R.attr
 
fontWeight - Static variable in class android.support.v4.R.attr
 
fontWeight - Static variable in class androidx.core.kotlin.R.attr
 
fontWeight - Static variable in class net.doo.snap.R.attr
 
forever - Static variable in class android.support.compat.R.id
 
forever - Static variable in class android.support.coreui.R.id
 
forever - Static variable in class android.support.coreutils.R.id
 
forever - Static variable in class android.support.fragment.R.id
 
forever - Static variable in class android.support.mediacompat.R.id
 
forever - Static variable in class android.support.v4.R.id
 
forever - Static variable in class androidx.core.kotlin.R.id
 
forever - Static variable in class net.doo.snap.R.id
 
forJpeg() - Static method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 
forPdf() - Static method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 
fragmentMode - Static variable in class com.google.android.gms.R.attr
 
fragmentMode - Static variable in class net.doo.snap.R.attr
 
fragmentStyle - Static variable in class com.google.android.gms.R.attr
 
fragmentStyle - Static variable in class net.doo.snap.R.attr
 
frameHeight - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Height of the frame before rotation
frameOrientation - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Rotation of the frame in degrees relatively to what is seen on the screen. Frames might come in different orientation from the camera, that's why this value is needed. You might use it to compensate rotation of #polygon.
frameWidth - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Width of the frame before rotation

G

gcm_fallback_notification_channel_label - Static variable in class com.google.android.gms.R.string
 
gcm_fallback_notification_channel_label - Static variable in class net.doo.snap.R.string
 
generateOptimizedPreview() - Static method in class net.doo.snap.persistence.PictureProcessor
Generates optimized and cropped preview using Page.ImageType#PREVIEW as a source
get() - Method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector_Factory
 
get() - Method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector_Factory
 
get() - Method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageFileStorageFactory
 
get() - Method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageFactory
 
get() - Method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageSettingsFactory
 
get() - Method in class io.scanbot.sdk.persistence.DraftPagesRepository_Factory
 
get() - Method in class io.scanbot.sdk.persistence.InternalPageStorage_Factory
 
get() - Method in class io.scanbot.sdk.persistence.PageFileStorage_Factory
 
get() - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor_Factory
 
get() - Method in class net.doo.snap.blob.BlobFactory_Factory
 
get() - Method in class net.doo.snap.blob.BlobManager_Factory
 
get() - Method in class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector_Factory
 
get() - Method in class net.doo.snap.camera.barcode.ZXingBarcodeDetector_Factory
 
get() - Method in class net.doo.snap.connectivity.RemoteStorage_Factory
 
get() - Method in class net.doo.snap.dcscanner.DefaultDCScanner_Factory
 
get() - Method in class net.doo.snap.dcscanner.StubDCScanner_Factory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesActivityManagerFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesApplicationFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesAssetManagerFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesContextFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesDownloadManagerFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesPackageManagerFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesResourcesFactory
 
get() - Method in class net.doo.snap.injection.AndroidModule_ProvidesSharedPreferencesFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesComposerFactoryFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesContourDetectorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDCScannerFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentClassifierFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesLanguageProviderFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesMRZScannerFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageComposerFactoryFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageProcessorMonitorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPayFormScannerFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPDFProcessorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesProcessingInfoProviderFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesSapManagerFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextRecognitionFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTiffWriterFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory
 
get() - Method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorFactory
 
get() - Method in class net.doo.snap.intelligence.DooTextBasedLanguageDetector_Factory
 
get() - Method in class net.doo.snap.intelligence.OcrPdfRenderer_Factory
 
get() - Method in class net.doo.snap.intelligence.TextRecognizerFactory_Factory
 
get() - Method in class net.doo.snap.intelligence.UserLanguageProvider_Factory
 
get() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner_Factory
 
get() - Method in class net.doo.snap.mrzscanner.StubMRZScanner_Factory
 
get() - Method in class net.doo.snap.payformscanner.DefaultPayFormScanner_Factory
 
get() - Method in class net.doo.snap.payformscanner.StubPayFormScanner_Factory
 
get() - Method in class net.doo.snap.persistence.BlobStoreStrategy_Factory
 
get() - Method in class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider_Factory
 
get() - Method in class net.doo.snap.persistence.cleanup.Cleaner_Factory
 
get() - Method in class net.doo.snap.persistence.DocumentStoreStrategy_Factory
 
get() - Method in class net.doo.snap.persistence.PageFactory_Factory
 
get() - Method in class net.doo.snap.persistence.PageStoreStrategy_Factory
 
get() - Method in class net.doo.snap.persistence.PictureProcessor_Factory
 
get() - Method in class net.doo.snap.process.compose.BaseComposerFactory_Factory
 
get() - Method in class net.doo.snap.process.compose.JpegComposer_Factory
 
get() - Method in class net.doo.snap.process.compose.OcrComposer_Factory
 
get() - Method in class net.doo.snap.process.compose.P2ComposerFactory_Factory
 
get() - Method in class net.doo.snap.process.compose.PageComposerFactoryImpl_Factory
 
get() - Method in class net.doo.snap.process.compose.SimpleComposer_Factory
 
get() - Method in class net.doo.snap.process.DocumentLockProvider_Factory
 
get() - Method in class net.doo.snap.process.DocumentProcessor_Factory
 
get() - Method in class net.doo.snap.process.DocumentProcessorProvider
 
get() - Method in class net.doo.snap.process.DocumentProcessorProvider_Factory
 
get() - Method in class net.doo.snap.process.draft.CombinedDocumentDraftExtractor_Factory
 
get() - Method in class net.doo.snap.process.draft.CompositeDraftExtractor_Factory
 
get() - Method in class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor_Factory
 
get() - Method in class net.doo.snap.process.PageProcessor_Factory
 
get() - Method in class net.doo.snap.security.SapProvider
 
get() - Method in class net.doo.snap.security.SapProvider_Factory
 
get() - Method in class net.doo.snap.util.bitmap.BitmapLruCache_Factory
 
get() - Method in class net.doo.snap.util.CameraConfiguration_Factory
 
get() - Method in class net.doo.snap.util.device.DeviceUtils_Factory
 
getAllLanguagesWithAvailableOcrBlobs() - Method in class net.doo.snap.blob.BlobManager
 
getApplication() - Method in class io.scanbot.sdk.persistence.InternalPageStorage
 
getBanksDataFile() - Method in class net.doo.snap.blob.BlobManager
 
getBanksDataFile() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getBarcodeFormat() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getBatteryLevel() - Method in class net.doo.snap.util.device.DeviceUtils
 
getBestA4PictureSize() - Static method in class net.doo.snap.util.snap.Utils
 
getBestAspectPictureSize() - Static method in class net.doo.snap.util.snap.Utils
 
getBinariesDirectory() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getBitmapBounds() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
 
getBlobFile() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getByCode() - Static method in enum net.doo.snap.entity.OptimizationType
 
getByDatabaseId() - Static method in enum net.doo.snap.entity.OcrStatus
 
getByDegrees() - Static method in enum net.doo.snap.entity.RotationType
 
getByMimeType() - Static method in enum net.doo.snap.entity.DocumentType
 
getCode() - Method in enum net.doo.snap.entity.OptimizationType
 
getConstantValue() - Static method in class net.doo.snap.util.ManifestConstantsProvider
 
getContentBounds() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
 
getDatabaseId() - Method in enum net.doo.snap.entity.OcrStatus
 
getDataColumn() - Static method in class net.doo.snap.util.FileChooserUtils
Get the value of the data column for this Uri. This is useful for MediaStore Uris, and other file-based ContentProviders.
getDate() - Method in class net.doo.snap.entity.Document
 
getDefaultPattern() - Method in enum net.doo.snap.util.DateFormat
 
getDegrees() - Method in enum net.doo.snap.entity.RotationType
 
getDetectedLines() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedParagraphs() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedText() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectedWords() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getDetectionStatus() - Method in class io.scanbot.sdk.persistence.Page
 
getDisplayName() - Method in enum net.doo.snap.entity.DocumentType
 
getDocument() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getDocument() - Method in class net.doo.snap.process.util.DocumentDraft
 
getDocumentClassifierDirectory() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getDocumentDir() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentDirForSharing() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentFile() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentFile() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getDocumentFileForSharing() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentImage(pageId) - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides File containing document image
getDocumentImage(pageId) - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides File containing document image
getDocumentImagePreview(pageId) - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides File containing document image preview
getDocumentImagePreview(pageId) - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides File containing document image preview
getDocumentName() - Method in class net.doo.snap.entity.SnappingDraft
 
getDocumentsDir() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentsDirForSharing() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentsExternalDir() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentsFiles() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getDocumentType() - Method in class net.doo.snap.entity.Document
 
getDrawingPolygon() - Method in class net.doo.snap.util.snap.PolygonHelper
Processes original polygon with coordinates 0..1 to drawing polygon by multiplying them by view dimensions
getExternalCacheDirOrShowError() - Static method in class net.doo.snap.util.FileUtils
Returns external cache directory with provided name (creates if needed). On failure shows toast message.
getExternalFilesDirOrShowError() - Static method in class net.doo.snap.util.FileUtils
Returns external directory with provided name (creates if needed). On failure shows toast message.
getExternalStorageDirOrShowError() - Static method in class net.doo.snap.util.FileUtils
Returns external directory with provided name (creates if needed). On failure shows toast message.
getFileName() - Method in enum io.scanbot.sdk.persistence.PageStorage.ImageType
 
getFileName() - Method in enum net.doo.snap.entity.Page.ImageType
 
getFilteredPreviewFile() - Method in class net.doo.snap.persistence.PageStoreStrategy
 
getFulPolygon() - Method in class io.scanbot.sdk.persistence.PolygonHelper.Companion
Provide Polygon, covering whole image {(0,0), (0,1), (1,1), (1,0)}
getFulPolygon() - Static method in class io.scanbot.sdk.persistence.PolygonHelper
Provide Polygon, covering whole image {(0,0), (0,1), (1,1), (1,0)}
getId() - Method in class net.doo.snap.entity.Document
 
getId() - Method in class net.doo.snap.entity.Page
 
getImageFile() - Method in class net.doo.snap.persistence.PageStoreStrategy
 
getImageFormat() - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
getImageQuality() - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
getImageScale() - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
getImageSize() - Method in class net.doo.snap.entity.Page
 
getImageURL(pageId, type) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Provides imageUri URI for provided type
getInstance() - Static method in class net.doo.snap.security.SapSingleton
 
getIso1Code() - Method in enum net.doo.snap.entity.Language
 
getIsoCode() - Method in enum net.doo.snap.entity.Language
 
getLanguage() - Method in class net.doo.snap.entity.Document
 
getLanguages() - Method in class net.doo.snap.intelligence.source.KeyboardLanguageSource
 
getLanguages() - Method in interface net.doo.snap.intelligence.UserLanguageProvider.LanguageSource
 
getLargestPictureSize() - Static method in class net.doo.snap.util.snap.Utils
Returns the biggest size for resulting image
getLargestSizeWithAspectRatioMatch() - Static method in class net.doo.snap.util.snap.Utils
 
getLastProcessedPage() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getLastProcessedPosition() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
 
getLocalPath() - Method in class net.doo.snap.entity.Blob
 
getLock() - Method in class net.doo.snap.process.DocumentLockProvider
 
getLogger() - Static method in class net.doo.snap.util.log.LoggerProvider
 
getMimeByName() - Static method in class net.doo.snap.util.thread.MimeUtils
Detects MIME from document or file name. Returns PDF by default
getMimeType() - Method in enum net.doo.snap.entity.DocumentType
 
getMostCommonLanguage() - Method in interface net.doo.snap.intelligence.LanguageProvider
 
getMostCommonLanguage() - Method in class net.doo.snap.intelligence.StubLanguageProvider
 
getMostCommonLanguage() - Method in class net.doo.snap.intelligence.UserLanguageProvider
Provides most common language used by user. This can take into account several factors, such as documents of the user, system language, etc.
getMRZTraindataFile() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getMRZTraineddataFile() - Method in class net.doo.snap.blob.BlobManager
 
getName() - Method in class net.doo.snap.entity.Document
 
getName() - Method in enum net.doo.snap.entity.OptimizationType
 
getNewInstance() - Static method in class net.doo.snap.security.SapSingleton
 
getNotProcessedDocuments() - Method in interface net.doo.snap.process.ProcessingInfoProvider
Provides documents which are in principle can be processed further (even if at the moment state of device might not allow it). This includes not processed documents and documents queued for OCR.
getNotProcessedDocuments() - Method in class net.doo.snap.process.StubProcessingInfoProvider
 
getNumBits() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getOCRBlobsDirectory() - Method in class net.doo.snap.blob.BlobManager
 
getOCRDataDirectory() - Method in class net.doo.snap.persistence.BlobStoreStrategy
 
getOcrStatus() - Method in class net.doo.snap.entity.Document
 
getOcrText() - Method in class net.doo.snap.entity.Document
 
getOptimizationType() - Method in class net.doo.snap.entity.Page
 
getOriginalImage(pageId) - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides File containing original image
getOriginalImage(pageId) - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides File containing original image
getOriginalImagePreview(pageId) - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides File containing original image preview
getOriginalImagePreview(pageId) - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides File containing original image preview
getPage() - Method in class net.doo.snap.entity.SnappingDraft
 
getPageDir(pageId) - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides directory to save image files for current Page
getPageDir(pageId) - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides directory to save image files for current Page
getPageDir() - Method in class net.doo.snap.persistence.PageStoreStrategy
 
getPageFileStorage() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PageFileStorage.
getPageId() - Method in class io.scanbot.sdk.persistence.Page
 
getPageImagePath() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getPages() - Method in class net.doo.snap.entity.SnappingDraft
 
getPages() - Method in class net.doo.snap.process.DocumentProcessingResult
 
getPages() - Method in class net.doo.snap.process.util.DocumentDraft
 
getPagesCount() - Method in class net.doo.snap.entity.Document
 
getPagesDir() - Method in class net.doo.snap.persistence.PageStoreStrategy
 
getPagesDirectory() - Method in class io.scanbot.sdk.persistence.InternalPageStorage
Provides directory which store all pages
getPagesDirectory() - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides directory which store all pages
getPagesDirectory$module(context) - Method in class io.scanbot.sdk.persistence.InternalPageStorage
 
getParameters() - Method in class net.doo.snap.entity.Page
 
getPath() - Static method in class net.doo.snap.util.FileChooserUtils
Get a file path from a Uri. This will get the the path for Storage Access Framework Documents, as well as the _data field for the MediaStore and other file-based ContentProviders.
getPolygon() - Method in class io.scanbot.sdk.persistence.Page
 
getPolygon() - Method in class net.doo.snap.entity.Page
 
getPolygon() - Method in class net.doo.snap.ui.EditPolygonImageView
 
getPolygonFromDrawingPolygon() - Method in class net.doo.snap.util.snap.PolygonHelper
Processes drawing polygon coordinates to polygon with coordinates 0..1 by dividing them by view dimensions
getPosition() - Method in class net.doo.snap.entity.SnappingDraft
 
getPreviewBuffer() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getPreviewImageURI(pageId, type) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Provides preview imageUri URI for provided type
getPreviewTargetMax() - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
getProcessedDocuments() - Method in interface net.doo.snap.process.ProcessingInfoProvider
Provides documents which are processed. This includes processed documents and documents queued for OCR.
getProcessedDocuments() - Method in class net.doo.snap.process.StubProcessingInfoProvider
 
getRawBytes() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getRemotePath() - Method in class net.doo.snap.entity.Blob
 
getResultPoints() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getRotationType() - Method in class net.doo.snap.entity.Page
 
getSdkComponent() - Method in class io.scanbot.sdk.ScanbotSDK
 
getSdkComponent() - Method in class net.doo.snap.ScanbotSDK
 
getSignificantMoveThreshold() - Method in interface net.doo.snap.camera.sensor.SignificantMoveListener
 
getSize() - Method in class net.doo.snap.entity.Document
 
getStoredPages() - Method in class io.scanbot.sdk.persistence.PageFileStorage
Provides List with all pageIds
getStoredPages() - Method in interface io.scanbot.sdk.persistence.PageStorage
Provides List with all pageIds
getStoredPages() - Method in class io.scanbot.sdk.persistence.PageStorageBase
Provides List with all pageIds
getSupportedFlashModes() - Method in class net.doo.snap.util.CameraConfiguration
 
getSupportedFocusModes() - Method in class net.doo.snap.util.CameraConfiguration
 
getSupportedPictureFormats() - Method in class net.doo.snap.util.CameraConfiguration
 
getSupportedPictureSizes() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getSupportedPictureSizes() - Method in class net.doo.snap.util.CameraConfiguration
 
getSupportedPreviewFormats() - Method in class net.doo.snap.util.CameraConfiguration
 
getSupportedPreviewSizes() - Method in class net.doo.snap.camera.ScanbotCameraView
 
getSupportedPreviewSizes() - Method in class net.doo.snap.util.CameraConfiguration
 
getTemporaryDocumentFile() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getText() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getThumbnailFile() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
 
getThumbnailUri() - Method in class net.doo.snap.entity.Document
 
getTimestamp() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
getUniqueName() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
Recursively trying to find unique name for pdf document in pdf files directory
getUnreferencedDocuments() - Method in class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider
 
getUnreferencedDocuments() - Method in interface net.doo.snap.persistence.cleanup.UnreferencedSourcesProvider
 
getUnreferencedPages() - Method in class net.doo.snap.persistence.cleanup.BaseUnreferencedSourcesProvider
 
getUnreferencedPages() - Method in interface net.doo.snap.persistence.cleanup.UnreferencedSourcesProvider
 
getViewBounds() - Static method in class io.scanbot.sdk.utils.ViewUtils
 
getX() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
getY() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
GlobalSearch - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_defaultIntentAction - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_defaultIntentAction - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_defaultIntentActivity - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_defaultIntentActivity - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_defaultIntentData - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_defaultIntentData - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_searchEnabled - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_searchEnabled - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_searchLabel - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_searchLabel - Static variable in class net.doo.snap.R.styleable
 
GlobalSearch_settingsDescription - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearch_settingsDescription - Static variable in class net.doo.snap.R.styleable
 
GlobalSearchCorpus - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearchCorpus - Static variable in class net.doo.snap.R.styleable
 
GlobalSearchCorpus_allowShortcuts - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearchCorpus_allowShortcuts - Static variable in class net.doo.snap.R.styleable
 
GlobalSearchSection - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearchSection - Static variable in class net.doo.snap.R.styleable
 
GlobalSearchSection_sectionContent - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearchSection_sectionContent - Static variable in class net.doo.snap.R.styleable
 
GlobalSearchSection_sectionType - Static variable in class com.google.android.gms.R.styleable
 
GlobalSearchSection_sectionType - Static variable in class net.doo.snap.R.styleable
 
google_play_services_version - Static variable in class com.google.android.gms.R.integer
 
google_play_services_version - Static variable in class net.doo.snap.R.integer
 
google_wallet_classic - Static variable in class com.google.android.gms.R.id
 
google_wallet_classic - Static variable in class net.doo.snap.R.id
 
google_wallet_grayscale - Static variable in class com.google.android.gms.R.id
 
google_wallet_grayscale - Static variable in class net.doo.snap.R.id
 
google_wallet_monochrome - Static variable in class com.google.android.gms.R.id
 
google_wallet_monochrome - Static variable in class net.doo.snap.R.id
 
googleg_disabled_color_18 - Static variable in class com.google.android.gms.R.drawable
 
googleg_disabled_color_18 - Static variable in class net.doo.snap.R.drawable
 
googleg_standard_color_18 - Static variable in class com.google.android.gms.R.drawable
 
googleg_standard_color_18 - Static variable in class net.doo.snap.R.drawable
 
googleMaterial2 - Static variable in class com.google.android.gms.R.id
 
googleMaterial2 - Static variable in class net.doo.snap.R.id
 
GoogleVisionBarcodeDetector - Class in io.scanbot.sdk.barcode
Manages barcode detection operations and detector initialization
GoogleVisionBarcodeDetector() - Constructor for class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector
 
GoogleVisionBarcodeDetector - Class in net.doo.snap.camera.barcode
Manages barcode detection operations and detector initialization
GoogleVisionBarcodeDetector() - Constructor for class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector
 
GoogleVisionBarcodeDetector_Factory - Class in io.scanbot.sdk.barcode
 
GoogleVisionBarcodeDetector_Factory() - Constructor for class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector_Factory
 
GoogleVisionBarcodeDetector_Factory - Class in net.doo.snap.camera.barcode
 
GoogleVisionBarcodeDetector_Factory() - Constructor for class net.doo.snap.camera.barcode.GoogleVisionBarcodeDetector_Factory
 
grayscale - Static variable in class com.google.android.gms.R.id
 
grayscale - Static variable in class net.doo.snap.R.id
 

H

handleFrame() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
 
handleFrame() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
 
handleFrame() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
handleFrame() - Method in interface net.doo.snap.camera.PreviewBuffer.FrameHandler
Invoked for every new camera preview frame
handleFrame() - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
 
handleFrame() - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
 
handleFrame() - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
 
handleResult() - Method in interface io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler.ResultHandler
Called every time barcode/QR code detection was performed on a frame.
handleResult() - Method in interface net.doo.snap.camera.BarcodeDetectorFrameHandler.ResultHandler
Called every time barcode/QR code detection was performed on a frame.
handleResult() - Method in interface net.doo.snap.camera.ContourDetectorFrameHandler.ResultHandler
Called every time contour detection was performed on a frame.
handleResult() - Method in interface net.doo.snap.dcscanner.DCScannerFrameHandler.ResultHandler
Called every time DC data detection was performed on a frame.
handleResult() - Method in interface net.doo.snap.mrzscanner.MRZScannerFrameHandler.ResultHandler
Called every time MRZ data detection was performed on a frame.
handleResult() - Method in interface net.doo.snap.payformscanner.PayFormScannerFrameHandler.ResultHandler
Called every time pay form detection was performed on a frame.
handleResult() - Method in class net.doo.snap.ui.PolygonView
 
HardwareLayerAnimationListener() - Constructor for class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
 
hasActiveDownloads() - Method in class net.doo.snap.blob.BlobManager
 
hasElements() - Static method in class net.doo.snap.util.CursorUtil
 
hashCode() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
hashCode() - Method in class net.doo.snap.entity.Blob
 
hashCode() - Method in class net.doo.snap.entity.Document
 
hashCode() - Method in class net.doo.snap.entity.Page
 
heightInches - Variable in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
 
holo_dark - Static variable in class com.google.android.gms.R.id
 
holo_dark - Static variable in class net.doo.snap.R.id
 
holo_light - Static variable in class com.google.android.gms.R.id
 
holo_light - Static variable in class net.doo.snap.R.id
 
html - Static variable in class com.google.android.gms.R.id
 
html - Static variable in class net.doo.snap.R.id
 
hybrid - Static variable in class com.google.android.gms.R.id
 
hybrid - Static variable in class net.doo.snap.R.id
 

I

i() - Method in class net.doo.snap.util.log.DebugLog
Writes tag and message to the log file and also calls Log.i with given params.
i() - Method in class net.doo.snap.util.log.DebugLog
 
i() - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Level#Information
i() - Method in class net.doo.snap.util.log.StubLogger
 
ic_plusone_medium_off_client - Static variable in class com.google.android.gms.R.drawable
 
ic_plusone_medium_off_client - Static variable in class net.doo.snap.R.drawable
 
ic_plusone_small_off_client - Static variable in class com.google.android.gms.R.drawable
 
ic_plusone_small_off_client - Static variable in class net.doo.snap.R.drawable
 
ic_plusone_standard_off_client - Static variable in class com.google.android.gms.R.drawable
 
ic_plusone_standard_off_client - Static variable in class net.doo.snap.R.drawable
 
ic_plusone_tall_off_client - Static variable in class com.google.android.gms.R.drawable
 
ic_plusone_tall_off_client - Static variable in class net.doo.snap.R.drawable
 
icon - Static variable in class android.support.compat.R.id
 
icon - Static variable in class android.support.coreui.R.id
 
icon - Static variable in class android.support.coreutils.R.id
 
icon - Static variable in class android.support.fragment.R.id
 
icon - Static variable in class android.support.mediacompat.R.id
 
icon - Static variable in class android.support.v4.R.id
 
icon - Static variable in class androidx.core.kotlin.R.id
 
icon - Static variable in class net.doo.snap.R.id
 
icon_group - Static variable in class android.support.compat.R.id
 
icon_group - Static variable in class android.support.coreui.R.id
 
icon_group - Static variable in class android.support.coreutils.R.id
 
icon_group - Static variable in class android.support.fragment.R.id
 
icon_group - Static variable in class android.support.mediacompat.R.id
 
icon_group - Static variable in class android.support.v4.R.id
 
icon_group - Static variable in class androidx.core.kotlin.R.id
 
icon_group - Static variable in class net.doo.snap.R.id
 
icon_only - Static variable in class com.google.android.gms.R.id
 
icon_only - Static variable in class net.doo.snap.R.id
 
icon_uri - Static variable in class com.google.android.gms.R.id
 
icon_uri - Static variable in class net.doo.snap.R.id
 
icon_view - Static variable in class com.google.android.gms.R.id
 
icon_view - Static variable in class net.doo.snap.R.id
 
imageAspectRatio - Static variable in class com.google.android.gms.R.attr
 
imageAspectRatio - Static variable in class net.doo.snap.R.attr
 
imageAspectRatioAdjust - Static variable in class com.google.android.gms.R.attr
 
imageAspectRatioAdjust - Static variable in class net.doo.snap.R.attr
 
imageFormat(imageFormat) - Method in class io.scanbot.sdk.persistence.PageStorageSettings.Builder
Sets image format, which will be used by Scanbot framework enum CameraImageFormat
imageQuality(imageQuality) - Method in class io.scanbot.sdk.persistence.PageStorageSettings.Builder
Sets image quality in a scale of 0,100
ImageQualityOptimizer - Class in net.doo.snap.util.bitmap
Optimizes image quality {@see #optimizeImage}
ImageQualityOptimizer.PaperFormat - Enum in net.doo.snap.util.bitmap
Contains common paper formats (width and height in inches)
imageScale(imageScale) - Method in class io.scanbot.sdk.persistence.PageStorageSettings.Builder
Sets image scale in a scale of 0.0F,1.0F
ImageType(fileName) - Constructor for enum io.scanbot.sdk.persistence.PageStorage.ImageType
Types of images to be saved on disk
IMECorpus - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_inputEnabled - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_inputEnabled - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_sourceClass - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_sourceClass - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_toAddressesSection - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_toAddressesSection - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_userInputSection - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_userInputSection - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_userInputTag - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_userInputTag - Static variable in class net.doo.snap.R.styleable
 
IMECorpus_userInputValue - Static variable in class com.google.android.gms.R.styleable
 
IMECorpus_userInputValue - Static variable in class net.doo.snap.R.styleable
 
index_entity_types - Static variable in class com.google.android.gms.R.id
 
index_entity_types - Static variable in class net.doo.snap.R.id
 
indexPrefixes - Static variable in class com.google.android.gms.R.attr
 
indexPrefixes - Static variable in class net.doo.snap.R.attr
 
info - Static variable in class android.support.compat.R.id
 
info - Static variable in class android.support.coreui.R.id
 
info - Static variable in class android.support.coreutils.R.id
 
info - Static variable in class android.support.fragment.R.id
 
info - Static variable in class android.support.mediacompat.R.id
 
info - Static variable in class android.support.v4.R.id
 
info - Static variable in class androidx.core.kotlin.R.id
 
info - Static variable in class net.doo.snap.R.id
 
initialize() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Initializes Scanbot SDK library
initialize() - Method in interface net.doo.snap.intelligence.DocumentClassifier
Initializes DocumentClassifier ahead of time. It is not mandatory to call this method, although it might be used to start initialization (which is a heavy task) before actual classification.
initialize() - Method in class net.doo.snap.intelligence.StubDocumentClassifier
 
initialize() - Method in class net.doo.snap.ScanbotSDKInitializer
Initializes Scanbot SDK library
initialized - Static variable in class io.scanbot.sdk.ScanbotSDKInitializer
 
initialized - Static variable in class net.doo.snap.ScanbotSDKInitializer
 
inputEnabled - Static variable in class com.google.android.gms.R.attr
 
inputEnabled - Static variable in class net.doo.snap.R.attr
 
instant_message - Static variable in class com.google.android.gms.R.id
 
instant_message - Static variable in class net.doo.snap.R.id
 
intent_action - Static variable in class com.google.android.gms.R.id
 
intent_action - Static variable in class net.doo.snap.R.id
 
intent_activity - Static variable in class com.google.android.gms.R.id
 
intent_activity - Static variable in class net.doo.snap.R.id
 
intent_data - Static variable in class com.google.android.gms.R.id
 
intent_data - Static variable in class net.doo.snap.R.id
 
intent_data_id - Static variable in class com.google.android.gms.R.id
 
intent_data_id - Static variable in class net.doo.snap.R.id
 
intent_extra_data - Static variable in class com.google.android.gms.R.id
 
intent_extra_data - Static variable in class net.doo.snap.R.id
 
InternalPageStorage - Class in io.scanbot.sdk.persistence
Implementation of class PageStorageBase that is based on ExternalFilesDir
InternalPageStorage(application) - Constructor for class io.scanbot.sdk.persistence.InternalPageStorage
Implementation of class PageStorageBase that is based on ExternalFilesDir
InternalPageStorage_Factory - Class in io.scanbot.sdk.persistence
 
InternalPageStorage_Factory() - Constructor for class io.scanbot.sdk.persistence.InternalPageStorage_Factory
 
io.scanbot.sdk - package io.scanbot.sdk
 
io.scanbot.sdk.barcode - package io.scanbot.sdk.barcode
 
io.scanbot.sdk.barcode.entity - package io.scanbot.sdk.barcode.entity
 
io.scanbot.sdk.di - package io.scanbot.sdk.di
 
io.scanbot.sdk.persistence - package io.scanbot.sdk.persistence
 
io.scanbot.sdk.utils - package io.scanbot.sdk.utils
 
isBitmapValid() - Static method in class net.doo.snap.util.bitmap.BitmapUtils
 
isBlobAvailable() - Method in class net.doo.snap.blob.BlobManager
 
isCombined() - Method in class net.doo.snap.entity.SnappingDraft
 
isConigured() - Method in class net.doo.snap.util.CameraConfiguration
 
isDeviceOnCharger() - Method in class net.doo.snap.util.device.DeviceUtils
 
isDownloadsDocument() - Static method in class net.doo.snap.util.FileChooserUtils
 
isEmpty() - Method in class net.doo.snap.entity.SnappingDraft
 
isEnabled() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
 
isEnabled() - Method in class net.doo.snap.camera.AutoSnappingController
 
isEnabled() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
 
isEnabled() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
isEnabled() - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
 
isEnabled() - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
 
isEnabled() - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
 
isExternalStorageDocument() - Static method in class net.doo.snap.util.FileChooserUtils
 
isFileNameSafe() - Static method in class net.doo.snap.util.FileUtils
 
isFlashSupported() - Static method in class net.doo.snap.util.snap.Utils
 
isInitialized() - Static method in class io.scanbot.sdk.ScanbotSDKInitializer
 
isInitialized() - Static method in class net.doo.snap.ScanbotSDKInitializer
 
isLanguageSupported() - Method in interface net.doo.snap.intelligence.DocumentClassifier
 
isLanguageSupported() - Method in class net.doo.snap.intelligence.StubDocumentClassifier
 
isLicenseActive() - Method in class io.scanbot.sdk.ScanbotSDK
Provides the status of the license. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
isLicenseActive() - Method in class net.doo.snap.ScanbotSDK
Provides the status of the license. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
isLicenseValid() - Method in class io.scanbot.sdk.ScanbotSDK
Provides the status of the license. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
isLicenseValid() - Method in class net.doo.snap.ScanbotSDK
Provides the status of the license. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.
isMediaDocument() - Static method in class net.doo.snap.util.FileChooserUtils
 
isProcessed() - Method in class net.doo.snap.entity.Page
 
italic - Static variable in class android.support.compat.R.id
 
italic - Static variable in class android.support.coreui.R.id
 
italic - Static variable in class android.support.coreutils.R.id
 
italic - Static variable in class android.support.fragment.R.id
 
italic - Static variable in class android.support.mediacompat.R.id
 
italic - Static variable in class android.support.v4.R.id
 
italic - Static variable in class androidx.core.kotlin.R.id
 
italic - Static variable in class net.doo.snap.R.id
 

J

JPEG_QUALITY - Variable in interface net.doo.snap.Constants
 
JpegComposer - Class in net.doo.snap.process.compose
Creates single page document in jpeg format
JpegComposer() - Constructor for class net.doo.snap.process.compose.JpegComposer
 
JpegComposer_Factory - Class in net.doo.snap.process.compose
 
JpegComposer_Factory() - Constructor for class net.doo.snap.process.compose.JpegComposer_Factory
 

K

keep_third_party_licenses - Static variable in class com.google.android.gms.R.raw
 
keep_third_party_licenses - Static variable in class net.doo.snap.R.raw
 
KeyboardLanguageSource - Class in net.doo.snap.intelligence.source
Extracts used languages from device keyboard and preferences
KeyboardLanguageSource() - Constructor for class net.doo.snap.intelligence.source.KeyboardLanguageSource
 

L

Language - Enum in net.doo.snap.entity
Natural language
LANGUAGE_CLASSIFIER_BLOB_PATH - Variable in interface net.doo.snap.BlobsConstants
 
languageByIso() - Static method in enum net.doo.snap.entity.Language
 
languageClassifierBlobPath() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK language classifier blob path
languageClassifierBlobPath() - Method in class net.doo.snap.connectivity.RemoteStorage
 
languageClassifierBlobPath() - Method in class net.doo.snap.ScanbotSDKInitializer
Set Scanbot SDK language classifier blob path
languageCodes() - Static method in enum net.doo.snap.entity.Language
 
languageDetectorBlobs() - Method in class net.doo.snap.blob.BlobFactory
 
LanguageProvider - Interface in net.doo.snap.intelligence
Provides languages to perform OCR with (pre-OCR language provider).
large_icon_uri - Static variable in class com.google.android.gms.R.id
 
large_icon_uri - Static variable in class net.doo.snap.R.id
 
LAST_USED_FILTER - Variable in interface net.doo.snap.PreferencesConstants
Contains last used filter
latLngBoundsNorthEastLatitude - Static variable in class com.google.android.gms.R.attr
 
latLngBoundsNorthEastLatitude - Static variable in class net.doo.snap.R.attr
 
latLngBoundsNorthEastLongitude - Static variable in class com.google.android.gms.R.attr
 
latLngBoundsNorthEastLongitude - Static variable in class net.doo.snap.R.attr
 
latLngBoundsSouthWestLatitude - Static variable in class com.google.android.gms.R.attr
 
latLngBoundsSouthWestLatitude - Static variable in class net.doo.snap.R.attr
 
latLngBoundsSouthWestLongitude - Static variable in class com.google.android.gms.R.attr
 
latLngBoundsSouthWestLongitude - Static variable in class net.doo.snap.R.attr
 
libraries_social_licenses_license - Static variable in class com.google.android.gms.R.layout
 
libraries_social_licenses_license - Static variable in class net.doo.snap.R.layout
 
libraries_social_licenses_license_activity - Static variable in class com.google.android.gms.R.layout
 
libraries_social_licenses_license_activity - Static variable in class net.doo.snap.R.layout
 
libraries_social_licenses_license_menu_activity - Static variable in class com.google.android.gms.R.layout
 
libraries_social_licenses_license_menu_activity - Static variable in class net.doo.snap.R.layout
 
license - Static variable in class com.google.android.gms.R.id
 
license() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK license
license - Static variable in class net.doo.snap.R.id
 
license() - Method in class net.doo.snap.ScanbotSDKInitializer
Set Scanbot SDK license
license_activity_scrollview - Static variable in class com.google.android.gms.R.id
 
license_activity_scrollview - Static variable in class net.doo.snap.R.id
 
license_activity_textview - Static variable in class com.google.android.gms.R.id
 
license_activity_textview - Static variable in class net.doo.snap.R.id
 
license_content_error - Static variable in class com.google.android.gms.R.string
 
license_content_error - Static variable in class net.doo.snap.R.string
 
license_list - Static variable in class com.google.android.gms.R.id
 
license_list - Static variable in class net.doo.snap.R.id
 
license_menu_activity_no_licenses - Static variable in class com.google.android.gms.R.layout
 
license_menu_activity_no_licenses - Static variable in class net.doo.snap.R.layout
 
light - Static variable in class com.google.android.gms.R.id
 
light - Static variable in class net.doo.snap.R.id
 
line1 - Static variable in class android.support.compat.R.id
 
line1 - Static variable in class android.support.coreui.R.id
 
line1 - Static variable in class android.support.coreutils.R.id
 
line1 - Static variable in class android.support.fragment.R.id
 
line1 - Static variable in class android.support.mediacompat.R.id
 
line1 - Static variable in class android.support.v4.R.id
 
line1 - Static variable in class androidx.core.kotlin.R.id
 
line1 - Static variable in class net.doo.snap.R.id
 
line3 - Static variable in class android.support.compat.R.id
 
line3 - Static variable in class android.support.coreui.R.id
 
line3 - Static variable in class android.support.coreutils.R.id
 
line3 - Static variable in class android.support.fragment.R.id
 
line3 - Static variable in class android.support.mediacompat.R.id
 
line3 - Static variable in class android.support.v4.R.id
 
line3 - Static variable in class androidx.core.kotlin.R.id
 
line3 - Static variable in class net.doo.snap.R.id
 
lines - Variable in class net.doo.snap.process.OcrResult
The List of OcrResultBlock objects containing all blocks of type OcrResultBlock.OcrResultBlockType#LINE.
liteMode - Static variable in class com.google.android.gms.R.attr
 
liteMode - Static variable in class net.doo.snap.R.attr
 
live_stream_indicator - Static variable in class com.google.android.gms.R.id
 
live_stream_indicator - Static variable in class net.doo.snap.R.id
 
live_stream_seek_bar - Static variable in class com.google.android.gms.R.id
 
live_stream_seek_bar - Static variable in class net.doo.snap.R.id
 
loadCameraParameters() - Method in class net.doo.snap.util.CameraConfiguration
 
loading_indicator - Static variable in class com.google.android.gms.R.id
 
loading_indicator - Static variable in class net.doo.snap.R.id
 
LoadingImageView - Static variable in class com.google.android.gms.R.styleable
 
LoadingImageView - Static variable in class net.doo.snap.R.styleable
 
LoadingImageView_circleCrop - Static variable in class com.google.android.gms.R.styleable
 
LoadingImageView_circleCrop - Static variable in class net.doo.snap.R.styleable
 
LoadingImageView_imageAspectRatio - Static variable in class com.google.android.gms.R.styleable
 
LoadingImageView_imageAspectRatio - Static variable in class net.doo.snap.R.styleable
 
LoadingImageView_imageAspectRatioAdjust - Static variable in class com.google.android.gms.R.styleable
 
LoadingImageView_imageAspectRatioAdjust - Static variable in class net.doo.snap.R.styleable
 
lockToLandscape() - Method in class net.doo.snap.camera.ScanbotCameraView
Locks camera in landscape mode
lockToPortrait() - Method in class net.doo.snap.camera.ScanbotCameraView
Locks camera in portrait mode
LOG_DIRECTORY - Static variable in class net.doo.snap.util.log.DebugLog
 
LOG_EXTENSION - Static variable in class net.doo.snap.util.log.DebugLog
 
logException() - Method in class net.doo.snap.util.log.DebugLog
 
logException() - Method in interface net.doo.snap.util.log.Logger
Shows log for exception
logException() - Method in class net.doo.snap.util.log.StubLogger
 
logger - Variable in class io.scanbot.sdk.ScanbotSDKInitializer
 
logger() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which Logger should be used. To set a custom logger ScanbotSDKInitializer.withLogging must be set to true
logger - Variable in class net.doo.snap.ScanbotSDKInitializer
 
logger() - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify which Logger should be used. To set a custom logger ScanbotSDKInitializer.withLogging must be set to true
Logger - Interface in net.doo.snap.util.log
Writes logs
Logger.Level - Enum in net.doo.snap.util.log
Logging level.
LoggerProvider - Class in net.doo.snap.util.log
Provides Logger
logMethod() - Method in class net.doo.snap.util.log.DebugLog
 
logMethod() - Method in interface net.doo.snap.util.log.Logger
Shows log for invoked method
logMethod() - Method in class net.doo.snap.util.log.StubLogger
 
logo_only - Static variable in class com.google.android.gms.R.id
 
logo_only - Static variable in class net.doo.snap.R.id
 

M

magnetic_line_treshold - Static variable in class net.doo.snap.R.dimen
 
magneticLineTreshold - Static variable in class net.doo.snap.R.attr
 
magnifier_cross_size - Static variable in class net.doo.snap.R.dimen
 
magnifier_cross_stroke_width - Static variable in class net.doo.snap.R.dimen
 
magnifier_margin - Static variable in class net.doo.snap.R.dimen
 
magnifier_raduis - Static variable in class net.doo.snap.R.dimen
 
magnifier_stroke_width - Static variable in class net.doo.snap.R.dimen
 
magnifierEnableBounding - Static variable in class net.doo.snap.R.attr
 
magnifierImageSrc - Static variable in class net.doo.snap.R.attr
 
magnifierMargin - Static variable in class net.doo.snap.R.attr
 
magnifierRadius - Static variable in class net.doo.snap.R.attr
 
MagnifierView - Static variable in class net.doo.snap.R.styleable
 
MagnifierView - Class in net.doo.snap.ui
View that draws magnifier. Magnifier should be properly set up before draw
MagnifierView() - Constructor for class net.doo.snap.ui.MagnifierView
 
MagnifierView_magnifierEnableBounding - Static variable in class net.doo.snap.R.styleable
 
MagnifierView_magnifierImageSrc - Static variable in class net.doo.snap.R.styleable
 
MagnifierView_magnifierMargin - Static variable in class net.doo.snap.R.styleable
 
MagnifierView_magnifierRadius - Static variable in class net.doo.snap.R.styleable
 
ManifestConstantsProvider - Class in net.doo.snap.util
Provides constants values from manifest meta-data
MapAttrs - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_ambientEnabled - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_ambientEnabled - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraBearing - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraBearing - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraMaxZoomPreference - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraMaxZoomPreference - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraMinZoomPreference - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraMinZoomPreference - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraTargetLat - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraTargetLat - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraTargetLng - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraTargetLng - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraTilt - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraTilt - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_cameraZoom - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_cameraZoom - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_latLngBoundsNorthEastLatitude - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_latLngBoundsNorthEastLatitude - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_latLngBoundsNorthEastLongitude - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_latLngBoundsNorthEastLongitude - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_latLngBoundsSouthWestLatitude - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_latLngBoundsSouthWestLatitude - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_latLngBoundsSouthWestLongitude - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_latLngBoundsSouthWestLongitude - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_liteMode - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_liteMode - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_mapType - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_mapType - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiCompass - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiCompass - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiMapToolbar - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiMapToolbar - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiRotateGestures - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiRotateGestures - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiScrollGestures - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiScrollGestures - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiTiltGestures - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiTiltGestures - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiZoomControls - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiZoomControls - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_uiZoomGestures - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_uiZoomGestures - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_useViewLifecycle - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_useViewLifecycle - Static variable in class net.doo.snap.R.styleable
 
MapAttrs_zOrderOnTop - Static variable in class com.google.android.gms.R.styleable
 
MapAttrs_zOrderOnTop - Static variable in class net.doo.snap.R.styleable
 
mapType - Static variable in class com.google.android.gms.R.attr
 
mapType - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsBackground - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsBackground - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsButtonBackground - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsButtonBackground - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsButtonTextAppearance - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsButtonTextAppearance - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsHeaderTextAppearance - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsHeaderTextAppearance - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsLogoImageType - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsLogoImageType - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsLogoTextColor - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsLogoTextColor - Static variable in class net.doo.snap.R.attr
 
maskedWalletDetailsTextAppearance - Static variable in class com.google.android.gms.R.attr
 
maskedWalletDetailsTextAppearance - Static variable in class net.doo.snap.R.attr
 
match_global_nicknames - Static variable in class com.google.android.gms.R.id
 
match_global_nicknames - Static variable in class net.doo.snap.R.id
 
match_parent - Static variable in class com.google.android.gms.R.id
 
match_parent - Static variable in class net.doo.snap.R.id
 
material - Static variable in class com.google.android.gms.R.id
 
material - Static variable in class net.doo.snap.R.id
 
MAX_JPEG_QUALITY - Variable in interface net.doo.snap.Constants
 
media_actions - Static variable in class android.support.mediacompat.R.id
 
media_actions - Static variable in class android.support.v4.R.id
 
media_actions - Static variable in class net.doo.snap.R.id
 
META_INFO_LANGUAGE_CLASSIFIER_BLOB_PATH - Variable in interface net.doo.snap.Constants
 
META_INFO_LICENSE_KEY - Variable in interface net.doo.snap.Constants
 
META_INFO_OCR_BLOBS_PATH - Variable in interface net.doo.snap.Constants
 
migrateDocuments() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
Migrates all pdf files to directory specified in preferences net.doo.snap.PreferencesConstants#EXTERNAL_DIR or default directory net.doo.snap.Constants#DEFAULT_EXTERNAL_DIR_NAME or from external directory to internal application document directories. Use from BG thread only.
MIME_JPEG - Variable in interface net.doo.snap.Constants
 
MIME_PDF - Variable in interface net.doo.snap.Constants
 
MimeUtils - Class in net.doo.snap.util.thread
Utils connected to mime detection
monochrome - Static variable in class com.google.android.gms.R.id
 
monochrome - Static variable in class net.doo.snap.R.id
 
mrzScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides MRZScanner.
mrzScanner() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
mrzScanner() - Method in interface net.doo.snap.injection.SdkComponent
 
MRZScanner - Interface in net.doo.snap.mrzscanner
Performs detection and recognition of MRZ data
mrzScanner() - Method in class net.doo.snap.ScanbotSDK
Provides MRZScanner.
MRZScannerFrameHandler - Class in net.doo.snap.mrzscanner
Performs MRZ data detection on camera preview frames. Outputs results via MRZScannerFrameHandler.ResultHandler (MRZScannerFrameHandler.addResultHandler). Preview frame considered intercepted if at least one MRZScannerFrameHandler.ResultHandler returns true from MRZScannerFrameHandler.ResultHandler.handleResult
MRZScannerFrameHandler() - Constructor for class net.doo.snap.mrzscanner.MRZScannerFrameHandler
 
MRZScannerFrameHandler.ResultHandler - Interface in net.doo.snap.mrzscanner
Continuously notified about MRZ data detection results.
mrzTraineddataBlob() - Method in class net.doo.snap.blob.BlobFactory
 
MultipleDocumentsDraftExtractor - Class in net.doo.snap.process.draft
Extracts separate document draft for each page of SnappingDraft
MultipleDocumentsDraftExtractor() - Constructor for class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor
 
MultipleDocumentsDraftExtractor_Factory - Class in net.doo.snap.process.draft
 
MultipleDocumentsDraftExtractor_Factory() - Constructor for class net.doo.snap.process.draft.MultipleDocumentsDraftExtractor_Factory
 

N

net.doo.snap - package net.doo.snap
 
net.doo.snap.blob - package net.doo.snap.blob
 
net.doo.snap.camera - package net.doo.snap.camera
 
net.doo.snap.camera.barcode - package net.doo.snap.camera.barcode
 
net.doo.snap.camera.sensor - package net.doo.snap.camera.sensor
 
net.doo.snap.connectivity - package net.doo.snap.connectivity
 
net.doo.snap.core - package net.doo.snap.core
 
net.doo.snap.dcscanner - package net.doo.snap.dcscanner
 
net.doo.snap.entity - package net.doo.snap.entity
 
net.doo.snap.injection - package net.doo.snap.injection
 
net.doo.snap.intelligence - package net.doo.snap.intelligence
 
net.doo.snap.intelligence.source - package net.doo.snap.intelligence.source
 
net.doo.snap.mrzscanner - package net.doo.snap.mrzscanner
 
net.doo.snap.payformscanner - package net.doo.snap.payformscanner
 
net.doo.snap.persistence - package net.doo.snap.persistence
 
net.doo.snap.persistence.cleanup - package net.doo.snap.persistence.cleanup
 
net.doo.snap.process - package net.doo.snap.process
 
net.doo.snap.process.compose - package net.doo.snap.process.compose
 
net.doo.snap.process.draft - package net.doo.snap.process.draft
 
net.doo.snap.process.util - package net.doo.snap.process.util
 
net.doo.snap.security - package net.doo.snap.security
 
net.doo.snap.ui - package net.doo.snap.ui
 
net.doo.snap.util - package net.doo.snap.util
 
net.doo.snap.util.bitmap - package net.doo.snap.util.bitmap
 
net.doo.snap.util.device - package net.doo.snap.util.device
 
net.doo.snap.util.loading - package net.doo.snap.util.loading
 
net.doo.snap.util.log - package net.doo.snap.util.log
 
net.doo.snap.util.pdf - package net.doo.snap.util.pdf
 
net.doo.snap.util.snap - package net.doo.snap.util.snap
 
net.doo.snap.util.thread - package net.doo.snap.util.thread
 
newDocumentLockProvider() - Static method in class net.doo.snap.process.DocumentLockProvider_Factory
 
newThread() - Method in class net.doo.snap.util.thread.BackgroundThreadFactory
 
no_licenses_available - Static variable in class com.google.android.gms.R.string
 
no_licenses_available - Static variable in class net.doo.snap.R.string
 
no_licenses_text - Static variable in class com.google.android.gms.R.id
 
no_licenses_text - Static variable in class net.doo.snap.R.id
 
noIndex - Static variable in class com.google.android.gms.R.attr
 
noIndex - Static variable in class net.doo.snap.R.attr
 
none - Static variable in class com.google.android.gms.R.id
 
none - Static variable in class net.doo.snap.R.id
 
normal - Static variable in class android.support.compat.R.id
 
normal - Static variable in class android.support.coreui.R.id
 
normal - Static variable in class android.support.coreutils.R.id
 
normal - Static variable in class android.support.fragment.R.id
 
normal - Static variable in class android.support.mediacompat.R.id
 
normal - Static variable in class android.support.v4.R.id
 
normal - Static variable in class androidx.core.kotlin.R.id
 
normal - Static variable in class com.google.android.gms.R.id
 
normal - Static variable in class net.doo.snap.R.id
 
notification_action - Static variable in class android.support.compat.R.layout
 
notification_action - Static variable in class android.support.coreui.R.layout
 
notification_action - Static variable in class android.support.coreutils.R.layout
 
notification_action - Static variable in class android.support.fragment.R.layout
 
notification_action - Static variable in class android.support.mediacompat.R.layout
 
notification_action - Static variable in class android.support.v4.R.layout
 
notification_action - Static variable in class androidx.core.kotlin.R.layout
 
notification_action - Static variable in class net.doo.snap.R.layout
 
notification_action_background - Static variable in class android.support.compat.R.drawable
 
notification_action_background - Static variable in class android.support.coreui.R.drawable
 
notification_action_background - Static variable in class android.support.coreutils.R.drawable
 
notification_action_background - Static variable in class android.support.fragment.R.drawable
 
notification_action_background - Static variable in class android.support.mediacompat.R.drawable
 
notification_action_background - Static variable in class android.support.v4.R.drawable
 
notification_action_background - Static variable in class androidx.core.kotlin.R.drawable
 
notification_action_background - Static variable in class net.doo.snap.R.drawable
 
notification_action_color_filter - Static variable in class android.support.compat.R.color
 
notification_action_color_filter - Static variable in class android.support.coreui.R.color
 
notification_action_color_filter - Static variable in class android.support.coreutils.R.color
 
notification_action_color_filter - Static variable in class android.support.fragment.R.color
 
notification_action_color_filter - Static variable in class android.support.mediacompat.R.color
 
notification_action_color_filter - Static variable in class android.support.v4.R.color
 
notification_action_color_filter - Static variable in class androidx.core.kotlin.R.color
 
notification_action_color_filter - Static variable in class net.doo.snap.R.color
 
notification_action_icon_size - Static variable in class android.support.compat.R.dimen
 
notification_action_icon_size - Static variable in class android.support.coreui.R.dimen
 
notification_action_icon_size - Static variable in class android.support.coreutils.R.dimen
 
notification_action_icon_size - Static variable in class android.support.fragment.R.dimen
 
notification_action_icon_size - Static variable in class android.support.mediacompat.R.dimen
 
notification_action_icon_size - Static variable in class android.support.v4.R.dimen
 
notification_action_icon_size - Static variable in class androidx.core.kotlin.R.dimen
 
notification_action_icon_size - Static variable in class net.doo.snap.R.dimen
 
notification_action_text_size - Static variable in class android.support.compat.R.dimen
 
notification_action_text_size - Static variable in class android.support.coreui.R.dimen
 
notification_action_text_size - Static variable in class android.support.coreutils.R.dimen
 
notification_action_text_size - Static variable in class android.support.fragment.R.dimen
 
notification_action_text_size - Static variable in class android.support.mediacompat.R.dimen
 
notification_action_text_size - Static variable in class android.support.v4.R.dimen
 
notification_action_text_size - Static variable in class androidx.core.kotlin.R.dimen
 
notification_action_text_size - Static variable in class net.doo.snap.R.dimen
 
notification_action_tombstone - Static variable in class android.support.compat.R.layout
 
notification_action_tombstone - Static variable in class android.support.coreui.R.layout
 
notification_action_tombstone - Static variable in class android.support.coreutils.R.layout
 
notification_action_tombstone - Static variable in class android.support.fragment.R.layout
 
notification_action_tombstone - Static variable in class android.support.mediacompat.R.layout
 
notification_action_tombstone - Static variable in class android.support.v4.R.layout
 
notification_action_tombstone - Static variable in class androidx.core.kotlin.R.layout
 
notification_action_tombstone - Static variable in class net.doo.snap.R.layout
 
notification_background - Static variable in class android.support.compat.R.id
 
notification_background - Static variable in class android.support.coreui.R.id
 
notification_background - Static variable in class android.support.coreutils.R.id
 
notification_background - Static variable in class android.support.fragment.R.id
 
notification_background - Static variable in class android.support.mediacompat.R.id
 
notification_background - Static variable in class android.support.v4.R.id
 
notification_background - Static variable in class androidx.core.kotlin.R.id
 
notification_background - Static variable in class net.doo.snap.R.id
 
notification_bg - Static variable in class android.support.compat.R.drawable
 
notification_bg - Static variable in class android.support.coreui.R.drawable
 
notification_bg - Static variable in class android.support.coreutils.R.drawable
 
notification_bg - Static variable in class android.support.fragment.R.drawable
 
notification_bg - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg - Static variable in class android.support.v4.R.drawable
 
notification_bg - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg - Static variable in class net.doo.snap.R.drawable
 
notification_bg_low - Static variable in class android.support.compat.R.drawable
 
notification_bg_low - Static variable in class android.support.coreui.R.drawable
 
notification_bg_low - Static variable in class android.support.coreutils.R.drawable
 
notification_bg_low - Static variable in class android.support.fragment.R.drawable
 
notification_bg_low - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg_low - Static variable in class android.support.v4.R.drawable
 
notification_bg_low - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg_low - Static variable in class net.doo.snap.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.compat.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.coreui.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.coreutils.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.fragment.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg_low_normal - Static variable in class android.support.v4.R.drawable
 
notification_bg_low_normal - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg_low_normal - Static variable in class net.doo.snap.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.compat.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.coreui.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.coreutils.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.fragment.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg_low_pressed - Static variable in class android.support.v4.R.drawable
 
notification_bg_low_pressed - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg_low_pressed - Static variable in class net.doo.snap.R.drawable
 
notification_bg_normal - Static variable in class android.support.compat.R.drawable
 
notification_bg_normal - Static variable in class android.support.coreui.R.drawable
 
notification_bg_normal - Static variable in class android.support.coreutils.R.drawable
 
notification_bg_normal - Static variable in class android.support.fragment.R.drawable
 
notification_bg_normal - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg_normal - Static variable in class android.support.v4.R.drawable
 
notification_bg_normal - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg_normal - Static variable in class net.doo.snap.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.compat.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.coreui.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.coreutils.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.fragment.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.mediacompat.R.drawable
 
notification_bg_normal_pressed - Static variable in class android.support.v4.R.drawable
 
notification_bg_normal_pressed - Static variable in class androidx.core.kotlin.R.drawable
 
notification_bg_normal_pressed - Static variable in class net.doo.snap.R.drawable
 
notification_big_circle_margin - Static variable in class android.support.compat.R.dimen
 
notification_big_circle_margin - Static variable in class android.support.coreui.R.dimen
 
notification_big_circle_margin - Static variable in class android.support.coreutils.R.dimen
 
notification_big_circle_margin - Static variable in class android.support.fragment.R.dimen
 
notification_big_circle_margin - Static variable in class android.support.mediacompat.R.dimen
 
notification_big_circle_margin - Static variable in class android.support.v4.R.dimen
 
notification_big_circle_margin - Static variable in class androidx.core.kotlin.R.dimen
 
notification_big_circle_margin - Static variable in class net.doo.snap.R.dimen
 
notification_content_margin_start - Static variable in class android.support.compat.R.dimen
 
notification_content_margin_start - Static variable in class android.support.coreui.R.dimen
 
notification_content_margin_start - Static variable in class android.support.coreutils.R.dimen
 
notification_content_margin_start - Static variable in class android.support.fragment.R.dimen
 
notification_content_margin_start - Static variable in class android.support.mediacompat.R.dimen
 
notification_content_margin_start - Static variable in class android.support.v4.R.dimen
 
notification_content_margin_start - Static variable in class androidx.core.kotlin.R.dimen
 
notification_content_margin_start - Static variable in class net.doo.snap.R.dimen
 
notification_icon_background - Static variable in class android.support.compat.R.drawable
 
notification_icon_background - Static variable in class android.support.coreui.R.drawable
 
notification_icon_background - Static variable in class android.support.coreutils.R.drawable
 
notification_icon_background - Static variable in class android.support.fragment.R.drawable
 
notification_icon_background - Static variable in class android.support.mediacompat.R.drawable
 
notification_icon_background - Static variable in class android.support.v4.R.drawable
 
notification_icon_background - Static variable in class androidx.core.kotlin.R.drawable
 
notification_icon_background - Static variable in class net.doo.snap.R.drawable
 
notification_icon_bg_color - Static variable in class android.support.compat.R.color
 
notification_icon_bg_color - Static variable in class android.support.coreui.R.color
 
notification_icon_bg_color - Static variable in class android.support.coreutils.R.color
 
notification_icon_bg_color - Static variable in class android.support.fragment.R.color
 
notification_icon_bg_color - Static variable in class android.support.mediacompat.R.color
 
notification_icon_bg_color - Static variable in class android.support.v4.R.color
 
notification_icon_bg_color - Static variable in class androidx.core.kotlin.R.color
 
notification_icon_bg_color - Static variable in class net.doo.snap.R.color
 
notification_large_icon_height - Static variable in class android.support.compat.R.dimen
 
notification_large_icon_height - Static variable in class android.support.coreui.R.dimen
 
notification_large_icon_height - Static variable in class android.support.coreutils.R.dimen
 
notification_large_icon_height - Static variable in class android.support.fragment.R.dimen
 
notification_large_icon_height - Static variable in class android.support.mediacompat.R.dimen
 
notification_large_icon_height - Static variable in class android.support.v4.R.dimen
 
notification_large_icon_height - Static variable in class androidx.core.kotlin.R.dimen
 
notification_large_icon_height - Static variable in class net.doo.snap.R.dimen
 
notification_large_icon_width - Static variable in class android.support.compat.R.dimen
 
notification_large_icon_width - Static variable in class android.support.coreui.R.dimen
 
notification_large_icon_width - Static variable in class android.support.coreutils.R.dimen
 
notification_large_icon_width - Static variable in class android.support.fragment.R.dimen
 
notification_large_icon_width - Static variable in class android.support.mediacompat.R.dimen
 
notification_large_icon_width - Static variable in class android.support.v4.R.dimen
 
notification_large_icon_width - Static variable in class androidx.core.kotlin.R.dimen
 
notification_large_icon_width - Static variable in class net.doo.snap.R.dimen
 
notification_main_column - Static variable in class android.support.compat.R.id
 
notification_main_column - Static variable in class android.support.coreui.R.id
 
notification_main_column - Static variable in class android.support.coreutils.R.id
 
notification_main_column - Static variable in class android.support.fragment.R.id
 
notification_main_column - Static variable in class android.support.mediacompat.R.id
 
notification_main_column - Static variable in class android.support.v4.R.id
 
notification_main_column - Static variable in class androidx.core.kotlin.R.id
 
notification_main_column - Static variable in class net.doo.snap.R.id
 
notification_main_column_container - Static variable in class android.support.compat.R.id
 
notification_main_column_container - Static variable in class android.support.coreui.R.id
 
notification_main_column_container - Static variable in class android.support.coreutils.R.id
 
notification_main_column_container - Static variable in class android.support.fragment.R.id
 
notification_main_column_container - Static variable in class android.support.mediacompat.R.id
 
notification_main_column_container - Static variable in class android.support.v4.R.id
 
notification_main_column_container - Static variable in class androidx.core.kotlin.R.id
 
notification_main_column_container - Static variable in class net.doo.snap.R.id
 
notification_main_column_padding_top - Static variable in class android.support.compat.R.dimen
 
notification_main_column_padding_top - Static variable in class android.support.coreui.R.dimen
 
notification_main_column_padding_top - Static variable in class android.support.coreutils.R.dimen
 
notification_main_column_padding_top - Static variable in class android.support.fragment.R.dimen
 
notification_main_column_padding_top - Static variable in class android.support.mediacompat.R.dimen
 
notification_main_column_padding_top - Static variable in class android.support.v4.R.dimen
 
notification_main_column_padding_top - Static variable in class androidx.core.kotlin.R.dimen
 
notification_main_column_padding_top - Static variable in class net.doo.snap.R.dimen
 
notification_material_background_media_default_color - Static variable in class android.support.mediacompat.R.color
 
notification_material_background_media_default_color - Static variable in class android.support.v4.R.color
 
notification_material_background_media_default_color - Static variable in class net.doo.snap.R.color
 
notification_media_action - Static variable in class android.support.mediacompat.R.layout
 
notification_media_action - Static variable in class android.support.v4.R.layout
 
notification_media_action - Static variable in class net.doo.snap.R.layout
 
notification_media_cancel_action - Static variable in class android.support.mediacompat.R.layout
 
notification_media_cancel_action - Static variable in class android.support.v4.R.layout
 
notification_media_cancel_action - Static variable in class net.doo.snap.R.layout
 
notification_media_narrow_margin - Static variable in class android.support.compat.R.dimen
 
notification_media_narrow_margin - Static variable in class android.support.coreui.R.dimen
 
notification_media_narrow_margin - Static variable in class android.support.coreutils.R.dimen
 
notification_media_narrow_margin - Static variable in class android.support.fragment.R.dimen
 
notification_media_narrow_margin - Static variable in class android.support.mediacompat.R.dimen
 
notification_media_narrow_margin - Static variable in class android.support.v4.R.dimen
 
notification_media_narrow_margin - Static variable in class androidx.core.kotlin.R.dimen
 
notification_media_narrow_margin - Static variable in class net.doo.snap.R.dimen
 
notification_right_icon_size - Static variable in class android.support.compat.R.dimen
 
notification_right_icon_size - Static variable in class android.support.coreui.R.dimen
 
notification_right_icon_size - Static variable in class android.support.coreutils.R.dimen
 
notification_right_icon_size - Static variable in class android.support.fragment.R.dimen
 
notification_right_icon_size - Static variable in class android.support.mediacompat.R.dimen
 
notification_right_icon_size - Static variable in class android.support.v4.R.dimen
 
notification_right_icon_size - Static variable in class androidx.core.kotlin.R.dimen
 
notification_right_icon_size - Static variable in class net.doo.snap.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.compat.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.coreui.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.coreutils.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.fragment.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.mediacompat.R.dimen
 
notification_right_side_padding_top - Static variable in class android.support.v4.R.dimen
 
notification_right_side_padding_top - Static variable in class androidx.core.kotlin.R.dimen
 
notification_right_side_padding_top - Static variable in class net.doo.snap.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.compat.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.coreui.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.coreutils.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.fragment.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.mediacompat.R.dimen
 
notification_small_icon_background_padding - Static variable in class android.support.v4.R.dimen
 
notification_small_icon_background_padding - Static variable in class androidx.core.kotlin.R.dimen
 
notification_small_icon_background_padding - Static variable in class net.doo.snap.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.compat.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.coreui.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.coreutils.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.fragment.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.mediacompat.R.dimen
 
notification_small_icon_size_as_large - Static variable in class android.support.v4.R.dimen
 
notification_small_icon_size_as_large - Static variable in class androidx.core.kotlin.R.dimen
 
notification_small_icon_size_as_large - Static variable in class net.doo.snap.R.dimen
 
notification_subtext_size - Static variable in class android.support.compat.R.dimen
 
notification_subtext_size - Static variable in class android.support.coreui.R.dimen
 
notification_subtext_size - Static variable in class android.support.coreutils.R.dimen
 
notification_subtext_size - Static variable in class android.support.fragment.R.dimen
 
notification_subtext_size - Static variable in class android.support.mediacompat.R.dimen
 
notification_subtext_size - Static variable in class android.support.v4.R.dimen
 
notification_subtext_size - Static variable in class androidx.core.kotlin.R.dimen
 
notification_subtext_size - Static variable in class net.doo.snap.R.dimen
 
notification_template_big_media - Static variable in class android.support.mediacompat.R.layout
 
notification_template_big_media - Static variable in class android.support.v4.R.layout
 
notification_template_big_media - Static variable in class net.doo.snap.R.layout
 
notification_template_big_media_custom - Static variable in class android.support.mediacompat.R.layout
 
notification_template_big_media_custom - Static variable in class android.support.v4.R.layout
 
notification_template_big_media_custom - Static variable in class net.doo.snap.R.layout
 
notification_template_big_media_narrow - Static variable in class android.support.mediacompat.R.layout
 
notification_template_big_media_narrow - Static variable in class android.support.v4.R.layout
 
notification_template_big_media_narrow - Static variable in class net.doo.snap.R.layout
 
notification_template_big_media_narrow_custom - Static variable in class android.support.mediacompat.R.layout
 
notification_template_big_media_narrow_custom - Static variable in class android.support.v4.R.layout
 
notification_template_big_media_narrow_custom - Static variable in class net.doo.snap.R.layout
 
notification_template_custom_big - Static variable in class android.support.compat.R.layout
 
notification_template_custom_big - Static variable in class android.support.coreui.R.layout
 
notification_template_custom_big - Static variable in class android.support.coreutils.R.layout
 
notification_template_custom_big - Static variable in class android.support.fragment.R.layout
 
notification_template_custom_big - Static variable in class android.support.mediacompat.R.layout
 
notification_template_custom_big - Static variable in class android.support.v4.R.layout
 
notification_template_custom_big - Static variable in class androidx.core.kotlin.R.layout
 
notification_template_custom_big - Static variable in class net.doo.snap.R.layout
 
notification_template_icon_bg - Static variable in class android.support.compat.R.drawable
 
notification_template_icon_bg - Static variable in class android.support.coreui.R.drawable
 
notification_template_icon_bg - Static variable in class android.support.coreutils.R.drawable
 
notification_template_icon_bg - Static variable in class android.support.fragment.R.drawable
 
notification_template_icon_bg - Static variable in class android.support.mediacompat.R.drawable
 
notification_template_icon_bg - Static variable in class android.support.v4.R.drawable
 
notification_template_icon_bg - Static variable in class androidx.core.kotlin.R.drawable
 
notification_template_icon_bg - Static variable in class net.doo.snap.R.drawable
 
notification_template_icon_group - Static variable in class android.support.compat.R.layout
 
notification_template_icon_group - Static variable in class android.support.coreui.R.layout
 
notification_template_icon_group - Static variable in class android.support.coreutils.R.layout
 
notification_template_icon_group - Static variable in class android.support.fragment.R.layout
 
notification_template_icon_group - Static variable in class android.support.mediacompat.R.layout
 
notification_template_icon_group - Static variable in class android.support.v4.R.layout
 
notification_template_icon_group - Static variable in class androidx.core.kotlin.R.layout
 
notification_template_icon_group - Static variable in class net.doo.snap.R.layout
 
notification_template_icon_low_bg - Static variable in class android.support.compat.R.drawable
 
notification_template_icon_low_bg - Static variable in class android.support.coreui.R.drawable
 
notification_template_icon_low_bg - Static variable in class android.support.coreutils.R.drawable
 
notification_template_icon_low_bg - Static variable in class android.support.fragment.R.drawable
 
notification_template_icon_low_bg - Static variable in class android.support.mediacompat.R.drawable
 
notification_template_icon_low_bg - Static variable in class android.support.v4.R.drawable
 
notification_template_icon_low_bg - Static variable in class androidx.core.kotlin.R.drawable
 
notification_template_icon_low_bg - Static variable in class net.doo.snap.R.drawable
 
notification_template_lines_media - Static variable in class android.support.mediacompat.R.layout
 
notification_template_lines_media - Static variable in class android.support.v4.R.layout
 
notification_template_lines_media - Static variable in class net.doo.snap.R.layout
 
notification_template_media - Static variable in class android.support.mediacompat.R.layout
 
notification_template_media - Static variable in class android.support.v4.R.layout
 
notification_template_media - Static variable in class net.doo.snap.R.layout
 
notification_template_media_custom - Static variable in class android.support.mediacompat.R.layout
 
notification_template_media_custom - Static variable in class android.support.v4.R.layout
 
notification_template_media_custom - Static variable in class net.doo.snap.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.compat.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.coreui.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.coreutils.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.fragment.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.mediacompat.R.layout
 
notification_template_part_chronometer - Static variable in class android.support.v4.R.layout
 
notification_template_part_chronometer - Static variable in class androidx.core.kotlin.R.layout
 
notification_template_part_chronometer - Static variable in class net.doo.snap.R.layout
 
notification_template_part_time - Static variable in class android.support.compat.R.layout
 
notification_template_part_time - Static variable in class android.support.coreui.R.layout
 
notification_template_part_time - Static variable in class android.support.coreutils.R.layout
 
notification_template_part_time - Static variable in class android.support.fragment.R.layout
 
notification_template_part_time - Static variable in class android.support.mediacompat.R.layout
 
notification_template_part_time - Static variable in class android.support.v4.R.layout
 
notification_template_part_time - Static variable in class androidx.core.kotlin.R.layout
 
notification_template_part_time - Static variable in class net.doo.snap.R.layout
 
notification_tile_bg - Static variable in class android.support.compat.R.drawable
 
notification_tile_bg - Static variable in class android.support.coreui.R.drawable
 
notification_tile_bg - Static variable in class android.support.coreutils.R.drawable
 
notification_tile_bg - Static variable in class android.support.fragment.R.drawable
 
notification_tile_bg - Static variable in class android.support.mediacompat.R.drawable
 
notification_tile_bg - Static variable in class android.support.v4.R.drawable
 
notification_tile_bg - Static variable in class androidx.core.kotlin.R.drawable
 
notification_tile_bg - Static variable in class net.doo.snap.R.drawable
 
notification_top_pad - Static variable in class android.support.compat.R.dimen
 
notification_top_pad - Static variable in class android.support.coreui.R.dimen
 
notification_top_pad - Static variable in class android.support.coreutils.R.dimen
 
notification_top_pad - Static variable in class android.support.fragment.R.dimen
 
notification_top_pad - Static variable in class android.support.mediacompat.R.dimen
 
notification_top_pad - Static variable in class android.support.v4.R.dimen
 
notification_top_pad - Static variable in class androidx.core.kotlin.R.dimen
 
notification_top_pad - Static variable in class net.doo.snap.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.compat.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.coreui.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.coreutils.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.fragment.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.mediacompat.R.dimen
 
notification_top_pad_large_text - Static variable in class android.support.v4.R.dimen
 
notification_top_pad_large_text - Static variable in class androidx.core.kotlin.R.dimen
 
notification_top_pad_large_text - Static variable in class net.doo.snap.R.dimen
 
notify_panel_notification_icon_bg - Static variable in class android.support.compat.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class android.support.coreui.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class android.support.coreutils.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class android.support.fragment.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class android.support.mediacompat.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class android.support.v4.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class androidx.core.kotlin.R.drawable
 
notify_panel_notification_icon_bg - Static variable in class net.doo.snap.R.drawable
 
NULL - Variable in interface net.doo.snap.camera.AutoSnappingController.AutoSnappingCallback
Null-object pattern
NULL - Variable in interface net.doo.snap.camera.CameraOpenCallback
Null-object pattern
NULL - Variable in interface net.doo.snap.camera.PictureCallback
Null-object pattern

O

OCR_BLOBS_PATH - Variable in interface net.doo.snap.BlobsConstants
 
ocrBlobPath() - Method in class net.doo.snap.connectivity.RemoteStorage
 
ocrBlobsPath() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Set Scanbot SDK OCR blobs path
ocrBlobsPath() - Method in class net.doo.snap.ScanbotSDKInitializer
Set Scanbot SDK OCR blobs path
OcrComposer - Class in net.doo.snap.process.compose
Composes sandwiched document if all binaries are available and document language can be detected, or falls back to default PDF writing otherwise.
OcrComposer() - Constructor for class net.doo.snap.process.compose.OcrComposer
 
OcrComposer_Factory - Class in net.doo.snap.process.compose
 
OcrComposer_Factory() - Constructor for class net.doo.snap.process.compose.OcrComposer_Factory
 
ocrLanguageBlobs() - Method in class net.doo.snap.blob.BlobFactory
 
OcrPdfRenderer - Class in net.doo.snap.intelligence
Saves Document with given Pages into PDF sandwiched with results of OCR. Perform OCR during this process.
OcrPdfRenderer() - Constructor for class net.doo.snap.intelligence.OcrPdfRenderer
 
OcrPdfRenderer.RenderIterator - Interface in net.doo.snap.intelligence
Controls render process. OCR performed as iterator advances. RenderIterator must be recycled after usage:
OcrPdfRenderer_Factory - Class in net.doo.snap.intelligence
 
OcrPdfRenderer_Factory() - Constructor for class net.doo.snap.intelligence.OcrPdfRenderer_Factory
 
OcrPerformer - Interface in net.doo.snap.process
Performs Ocr
OcrResult - Class in net.doo.snap.process
Represents result of OCR-performing. Contains recognized text as a String and optional sandwiched pdf file
OcrResult() - Constructor for class net.doo.snap.process.OcrResult
 
OcrResultBlock - Class in net.doo.snap.process
Part of the optical character recognitions result. Each block represents a text paragraph, a text line or a word and contains information about it, like the found text, the bounding box, where in the image the paragraph/line/word can be found, the confidence value and the type.
OcrResultBlock() - Constructor for class net.doo.snap.process.OcrResultBlock
 
OcrResultBlock.OcrResultBlockType - Enum in net.doo.snap.process
Represents block types for a text paragraph, a text line or a word.
OcrStatus - Enum in net.doo.snap.entity
Status of document OCR operation
omnibox_title_section - Static variable in class com.google.android.gms.R.id
 
omnibox_title_section - Static variable in class net.doo.snap.R.id
 
omnibox_url_section - Static variable in class com.google.android.gms.R.id
 
omnibox_url_section - Static variable in class net.doo.snap.R.id
 
onAccuracyChanged() - Method in class net.doo.snap.camera.sensor.SignificantMoveCatcher
 
onAnimationCancel() - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationEnd() - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationEnded() - Method in interface net.doo.snap.ui.EditPolygonImageView.EditPolygonAnimationEndListener
 
onAnimationFinished() - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
Implement this method instead of ViewUtils.DefaultAnimationListener.onAnimationEnd
onAnimationFinished() - Method in class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
 
onAnimationRepeat() - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationStart() - Method in class io.scanbot.sdk.utils.ViewUtils.DefaultAnimationListener
 
onAnimationStart() - Method in class io.scanbot.sdk.utils.ViewUtils.HardwareLayerAnimationListener
 
onAttachedToWindow() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onAttachedToWindow() - Method in class net.doo.snap.ui.MagnifierView
 
onAutoSnapping() - Method in interface net.doo.snap.camera.AutoSnappingController.AutoSnappingCallback
Called right before auto-snapping routine takes picture. Might intercept and cancel the shooting.
onCameraOpened() - Method in interface net.doo.snap.camera.CameraOpenCallback
Called when camera is opened and ready for shooting
onDetachedFromWindow() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onDetachedFromWindow() - Method in class net.doo.snap.ui.MagnifierView
 
onForceLoad() - Method in class net.doo.snap.util.loading.SingleThreadLoader
 
onLayout() - Method in class net.doo.snap.camera.ScanbotCameraView
 
onLayout() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onLayout() - Method in class net.doo.snap.ui.MagnifierView
 
onMeasure() - Method in class net.doo.snap.camera.ScanbotCameraView
 
onMeasure() - Method in class net.doo.snap.ui.EditPolygonImageView
 
onPause() - Method in class net.doo.snap.camera.ScanbotCameraView
Notifies view that enclosing android.app.Activity or android.app.Fragment was paused and therefore camera must be closed.
onPictureTaken() - Method in interface net.doo.snap.camera.PictureCallback
Invoked when picture is taken
onProcessed() - Method in class net.doo.snap.process.DocumentProcessorMonitor
 
onProcessed() - Method in class net.doo.snap.process.PageProcessorMonitor
 
onProcessed() - Method in interface net.doo.snap.process.ProcessorMonitor
 
onReset() - Method in class net.doo.snap.util.loading.SingleThreadLoader
 
onResume() - Method in class net.doo.snap.camera.ScanbotCameraView
Notifies view that enclosing android.app.Activity or android.app.Fragment was resumed and therefore camera can be started.
onSensorChanged() - Method in class net.doo.snap.camera.sensor.SignificantMoveCatcher
 
onSignificantMove() - Method in interface net.doo.snap.camera.sensor.SignificantMoveListener
Implement this to get notified about significant move
onSizeChanged() - Method in class net.doo.snap.ui.PolygonView
 
onStartLoading() - Method in class net.doo.snap.util.loading.SingleThreadLoader
 
onTouchEvent() - Method in class net.doo.snap.ui.EditPolygonImageView
 
OptimizationType - Enum in net.doo.snap.entity
Page optimization types supported by native part
optimizeImage() - Method in class net.doo.snap.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.
optimizeImage() - Method in class net.doo.snap.util.bitmap.ImageQualityOptimizer
Scales image to desirable quality.
orderBestPatterns() - Static method in class io.scanbot.sdk.barcode.entity.ResultPoint
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.
oss_license_title - Static variable in class com.google.android.gms.R.string
 
oss_license_title - Static variable in class net.doo.snap.R.string
 

P

P2ComposerFactory - Class in net.doo.snap.process.compose
Provides implementation of Composer
P2ComposerFactory() - Constructor for class net.doo.snap.process.compose.P2ComposerFactory
 
P2ComposerFactory_Factory - Class in net.doo.snap.process.compose
 
P2ComposerFactory_Factory() - Constructor for class net.doo.snap.process.compose.P2ComposerFactory_Factory
 
Page - Class in io.scanbot.sdk.persistence
Object which represents snapped document
Page(pageId, polygon, detectionStatus) - Constructor for class io.scanbot.sdk.persistence.Page
Object which represents snapped document
Page() - Constructor for class io.scanbot.sdk.persistence.Page
Object which represents snapped document
Page - Class in net.doo.snap.entity
Model for representing snapped instance and associated meta info.
Page() - Constructor for class net.doo.snap.entity.Page
 
Page() - Constructor for class net.doo.snap.entity.Page
 
page - Variable in class net.doo.snap.persistence.PageFactory.Result
Newly created Page with unique id
Page.ImageType - Enum in net.doo.snap.entity
Types of images to be saved on disk
PageComposer - Interface in net.doo.snap.process.compose
Composes page Bitmap with overlays, signatures, etc.
PageComposerFactory - Interface in net.doo.snap.process.compose
Creates PageComposers
PageComposerFactoryImpl - Class in net.doo.snap.process.compose
Creates PageComposers
PageComposerFactoryImpl() - Constructor for class net.doo.snap.process.compose.PageComposerFactoryImpl
 
PageComposerFactoryImpl_Factory - Class in net.doo.snap.process.compose
 
PageComposerFactoryImpl_Factory() - Constructor for class net.doo.snap.process.compose.PageComposerFactoryImpl_Factory
 
PageComposerImpl - Class in net.doo.snap.process.compose
Basic PageComposer. Creates optimized bitmap, preview, draws overlays. Can execute additional sub composers for additional operation with page bitmap.
PageComposerImpl() - Constructor for class net.doo.snap.process.compose.PageComposerImpl
 
pageFactory() - Method in class io.scanbot.sdk.ScanbotSDK
Provides PageFactory.
pageFactory() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
pageFactory() - Method in interface net.doo.snap.injection.SdkComponent
 
PageFactory - Class in net.doo.snap.persistence
Creates Pages and saves their content in file system
PageFactory() - Constructor for class net.doo.snap.persistence.PageFactory
 
pageFactory() - Method in class net.doo.snap.ScanbotSDK
Provides PageFactory.
PageFactory.Result - Class in net.doo.snap.persistence
Result of Page creation.
PageFactory_Factory - Class in net.doo.snap.persistence
 
PageFactory_Factory() - Constructor for class net.doo.snap.persistence.PageFactory_Factory
 
PageFileStorage - Class in io.scanbot.sdk.persistence
Interactor class which could operate with Page files
PageFileStorage(pageProcessorInteractor, pageStorage) - Constructor for class io.scanbot.sdk.persistence.PageFileStorage
Interactor class which could operate with Page files
PageFileStorage.PageFileType - Enum in io.scanbot.sdk.persistence
Type of the page file ORIGINAL state for the original war picture DOCUMENT state for the picture after processing
PageFileStorage_Factory - Class in io.scanbot.sdk.persistence
 
PageFileStorage_Factory() - Constructor for class io.scanbot.sdk.persistence.PageFileStorage_Factory
 
PageFileType() - Constructor for enum io.scanbot.sdk.persistence.PageFileStorage.PageFileType
Type of the page file ORIGINAL state for the original war picture DOCUMENT state for the picture after processing
PageProcessor - Class in net.doo.snap.process
Performs page processing such as drawing signatures, overlay on page bitmap.
PageProcessor() - Constructor for class net.doo.snap.process.PageProcessor
 
PageProcessor_Factory - Class in net.doo.snap.process
 
PageProcessor_Factory() - Constructor for class net.doo.snap.process.PageProcessor_Factory
 
PageProcessorInteractor - Class in io.scanbot.sdk.persistence
Class that creates all inner structure for new page
PageProcessorInteractor(pageStorage, pageStorageSettings) - Constructor for class io.scanbot.sdk.persistence.PageProcessorInteractor
Class that creates all inner structure for new page
PageProcessorInteractor_Factory - Class in io.scanbot.sdk.persistence
 
PageProcessorInteractor_Factory() - Constructor for class io.scanbot.sdk.persistence.PageProcessorInteractor_Factory
 
PageProcessorMonitor - Class in net.doo.snap.process
Reacts on Page processing finished
PageStorage - Interface in io.scanbot.sdk.persistence
Interface providing easy methods to work with Page image objects
PageStorage.ImageType - Enum in io.scanbot.sdk.persistence
Types of images to be saved on disk
PageStorageBase - Class in io.scanbot.sdk.persistence
Provides File directories for saving class Pages
PageStorageBase(context) - Constructor for class io.scanbot.sdk.persistence.PageStorageBase
Provides File directories for saving class Pages
PageStorageSettings - Class in io.scanbot.sdk.persistence
Class collecting all params needed to save images on device
PageStorageSettings.Builder - Class in io.scanbot.sdk.persistence
 
PageStoreStrategy - Class in net.doo.snap.persistence
Provides File directories for saving Pages
PageStoreStrategy() - Constructor for class net.doo.snap.persistence.PageStoreStrategy
 
PageStoreStrategy_Factory - Class in net.doo.snap.persistence
 
PageStoreStrategy_Factory() - Constructor for class net.doo.snap.persistence.PageStoreStrategy_Factory
 
paragraphs - Variable in class net.doo.snap.process.OcrResult
The List of OcrResultBlock objects containing all blocks of type OcrResultBlock.OcrResultBlockType#PARAGRAPH.
paramName - Static variable in class com.google.android.gms.R.attr
 
paramName - Static variable in class net.doo.snap.R.attr
 
paramValue - Static variable in class com.google.android.gms.R.attr
 
paramValue - Static variable in class net.doo.snap.R.attr
 
payFormScanner() - Method in class io.scanbot.sdk.ScanbotSDK
Provides net.doo.snap.payformscanner.PayFormScanner.
payFormScanner() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
payFormScanner() - Method in interface net.doo.snap.injection.SdkComponent
 
PayFormScanner - Interface in net.doo.snap.payformscanner
Performs detection and recognition of pay forms
payFormScanner() - Method in class net.doo.snap.ScanbotSDK
Provides net.doo.snap.payformscanner.PayFormScanner.
PayFormScannerFrameHandler - Class in net.doo.snap.payformscanner
Performs pay form detection on camera preview frames. Outputs results via PayFormScannerFrameHandler.ResultHandler (PayFormScannerFrameHandler.addResultHandler). Preview frame considered intercepted if at least one PayFormScannerFrameHandler.ResultHandler returns true from PayFormScannerFrameHandler.ResultHandler.handleResult
PayFormScannerFrameHandler() - Constructor for class net.doo.snap.payformscanner.PayFormScannerFrameHandler
 
PayFormScannerFrameHandler.ResultHandler - Interface in net.doo.snap.payformscanner
Continuously notified about pay form detection results.
PDFProcessor - Interface in net.doo.snap.process
Applies eligible Document and Page properties to PDF document. Currently supports: - PDF annotations
PdfUtils - Class in net.doo.snap.util.pdf
Helper methods for working with PDF
perAccountTemplate - Static variable in class com.google.android.gms.R.attr
 
perAccountTemplate - Static variable in class net.doo.snap.R.attr
 
PictureCallback - Interface in net.doo.snap.camera
Invoked when picture is taken
PictureProcessor - Class in net.doo.snap.persistence
Processes raw input (like bytes) using native libraries, saves result and generates new Page
PictureProcessor() - Constructor for class net.doo.snap.persistence.PictureProcessor
 
PictureProcessor_Factory - Class in net.doo.snap.persistence
 
PictureProcessor_Factory() - Constructor for class net.doo.snap.persistence.PictureProcessor_Factory
 
place_autocomplete_button_padding - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_button_padding - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_clear_button - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_clear_button - Static variable in class com.google.android.gms.R.string
 
place_autocomplete_clear_button - Static variable in class net.doo.snap.R.id
 
place_autocomplete_clear_button - Static variable in class net.doo.snap.R.string
 
place_autocomplete_fragment - Static variable in class com.google.android.gms.R.layout
 
place_autocomplete_fragment - Static variable in class net.doo.snap.R.layout
 
place_autocomplete_item_powered_by_google - Static variable in class com.google.android.gms.R.layout
 
place_autocomplete_item_powered_by_google - Static variable in class net.doo.snap.R.layout
 
place_autocomplete_item_prediction - Static variable in class com.google.android.gms.R.layout
 
place_autocomplete_item_prediction - Static variable in class net.doo.snap.R.layout
 
place_autocomplete_powered_by_google - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_powered_by_google - Static variable in class net.doo.snap.R.id
 
place_autocomplete_powered_by_google_height - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_powered_by_google_height - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_powered_by_google_start - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_powered_by_google_start - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_prediction_height - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_prediction_height - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_prediction_horizontal_margin - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_prediction_horizontal_margin - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_prediction_primary_text - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_prediction_primary_text - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_prediction_primary_text - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_prediction_primary_text - Static variable in class net.doo.snap.R.color
 
place_autocomplete_prediction_primary_text - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_prediction_primary_text - Static variable in class net.doo.snap.R.id
 
place_autocomplete_prediction_primary_text_highlight - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_prediction_primary_text_highlight - Static variable in class net.doo.snap.R.color
 
place_autocomplete_prediction_secondary_text - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_prediction_secondary_text - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_prediction_secondary_text - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_prediction_secondary_text - Static variable in class net.doo.snap.R.color
 
place_autocomplete_prediction_secondary_text - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_prediction_secondary_text - Static variable in class net.doo.snap.R.id
 
place_autocomplete_progress - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_progress - Static variable in class com.google.android.gms.R.layout
 
place_autocomplete_progress - Static variable in class net.doo.snap.R.id
 
place_autocomplete_progress - Static variable in class net.doo.snap.R.layout
 
place_autocomplete_progress_horizontal_margin - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_progress_horizontal_margin - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_progress_size - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_progress_size - Static variable in class net.doo.snap.R.dimen
 
place_autocomplete_search_button - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_search_button - Static variable in class net.doo.snap.R.id
 
place_autocomplete_search_hint - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_search_hint - Static variable in class com.google.android.gms.R.string
 
place_autocomplete_search_hint - Static variable in class net.doo.snap.R.color
 
place_autocomplete_search_hint - Static variable in class net.doo.snap.R.string
 
place_autocomplete_search_input - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_search_input - Static variable in class net.doo.snap.R.id
 
place_autocomplete_search_text - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_search_text - Static variable in class net.doo.snap.R.color
 
place_autocomplete_separator - Static variable in class com.google.android.gms.R.color
 
place_autocomplete_separator - Static variable in class com.google.android.gms.R.id
 
place_autocomplete_separator - Static variable in class net.doo.snap.R.color
 
place_autocomplete_separator - Static variable in class net.doo.snap.R.id
 
place_autocomplete_separator_start - Static variable in class com.google.android.gms.R.dimen
 
place_autocomplete_separator_start - Static variable in class net.doo.snap.R.dimen
 
places_ic_clear - Static variable in class com.google.android.gms.R.drawable
 
places_ic_clear - Static variable in class net.doo.snap.R.drawable
 
places_ic_search - Static variable in class com.google.android.gms.R.drawable
 
places_ic_search - Static variable in class net.doo.snap.R.drawable
 
plain - Static variable in class com.google.android.gms.R.id
 
plain - Static variable in class net.doo.snap.R.id
 
polygon - Variable in class net.doo.snap.camera.ContourDetectorFrameHandler.DetectedFrame
Detected polygon. If no polygon was detected - empty list. Points of polygon are normalized values between 0 and 1 relatively to the size of the frame. For instance, point.x = 0.5f means that point is centered horizontally in the frame. point.y = 1.0f means that point is at the bottom of the frame and so on. Note, that points are not rotated by #frameOrientation.
polygon_stroke_width - Static variable in class net.doo.snap.R.dimen
 
polygonFillColor - Static variable in class net.doo.snap.R.attr
 
polygonFillColorOK - Static variable in class net.doo.snap.R.attr
 
PolygonHelper - Class in io.scanbot.sdk.persistence
Helper methods for Polygons
PolygonHelper() - Constructor for class io.scanbot.sdk.persistence.PolygonHelper
Helper methods for Polygons
PolygonHelper - Class in net.doo.snap.util.snap
Helper to make it easier to draw polygon on view
PolygonHelper.Companion - Class in io.scanbot.sdk.persistence
 
polygonStrokeColor - Static variable in class net.doo.snap.R.attr
 
polygonStrokeColorOK - Static variable in class net.doo.snap.R.attr
 
polygonStrokeWidth - Static variable in class net.doo.snap.R.attr
 
polygonToPoints() - Method in class net.doo.snap.util.snap.PolygonHelper
Calculates lines points from polygon multiplying 0..1 values by view dimensions and applying rotation matrix. Usually used on preview as it has camera rotation
PolygonView - Static variable in class net.doo.snap.R.styleable
 
PolygonView - Class in net.doo.snap.ui
Draws polygon
PolygonView() - Constructor for class net.doo.snap.ui.PolygonView
 
PolygonView() - Constructor for class net.doo.snap.ui.PolygonView
 
PolygonView_polygonFillColor - Static variable in class net.doo.snap.R.styleable
 
PolygonView_polygonFillColorOK - Static variable in class net.doo.snap.R.styleable
 
PolygonView_polygonStrokeColor - Static variable in class net.doo.snap.R.styleable
 
PolygonView_polygonStrokeColorOK - Static variable in class net.doo.snap.R.styleable
 
PolygonView_polygonStrokeWidth - Static variable in class net.doo.snap.R.styleable
 
postOnPreDraw() - Static method in class io.scanbot.sdk.utils.ViewUtils
Executes Runnable right before global draw event, which is convenient if you want to be sure that provided View correctly calculated it's size.
powered_by_google_dark - Static variable in class com.google.android.gms.R.drawable
 
powered_by_google_dark - Static variable in class net.doo.snap.R.drawable
 
powered_by_google_light - Static variable in class com.google.android.gms.R.drawable
 
powered_by_google_light - Static variable in class net.doo.snap.R.drawable
 
preferences_license_summary - Static variable in class com.google.android.gms.R.string
 
preferences_license_summary - Static variable in class net.doo.snap.R.string
 
PreferencesConstants - Interface in net.doo.snap
Provides all preferences constants, extras keys
preVerifyForm() - Method in class net.doo.snap.payformscanner.DefaultPayFormScanner
 
preVerifyForm() - Method in interface net.doo.snap.payformscanner.PayFormScanner
Performs pay form preverifying on the NV21 format image
preVerifyForm() - Method in class net.doo.snap.payformscanner.StubPayFormScanner
 
preVerifyFormBGR() - Method in class net.doo.snap.payformscanner.DefaultPayFormScanner
 
preVerifyFormBGR() - Method in interface net.doo.snap.payformscanner.PayFormScanner
Performs pay form preverifying on the BGR format image
preVerifyFormBGR() - Method in class net.doo.snap.payformscanner.StubPayFormScanner
 
preview - Variable in class net.doo.snap.persistence.PageFactory.Result
Preview-size Bitmap for Page
PreviewBuffer - Interface in net.doo.snap.camera
Manages access to preview buffer of the Camera
PreviewBuffer.FrameHandler - Interface in net.doo.snap.camera
Handles camera preview frames
previewTargetMax(previewTargetMax) - Method in class io.scanbot.sdk.persistence.PageStorageSettings.Builder
Sets preview image target max dimension. Image will be scaled down with the maximum dimension equals previewTargetMax
primary_text_default_material_dark - Static variable in class android.support.mediacompat.R.color
 
primary_text_default_material_dark - Static variable in class android.support.v4.R.color
 
primary_text_default_material_dark - Static variable in class net.doo.snap.R.color
 
processBytes() - Method in class net.doo.snap.persistence.PictureProcessor
Processes byte array using native libraries, saves result and generates new Page
processDocument() - Method in class net.doo.snap.process.DocumentProcessor
Creates files for given DocumentDraft.
ProcessingInfoProvider - Interface in net.doo.snap.process
Provides net.doo.snap.entity.Document and Page that should be processed or are already processed. Results are wrapped into DocumentDraft
ProcessorMonitor<T> - Interface in net.doo.snap.process
Reacts on T processing finished
processPage() - Method in class net.doo.snap.process.PageProcessor
Creates combined page (if not exists) and creates preview
processPDF() - Method in interface net.doo.snap.process.PDFProcessor
Adds PDF objects (such as annotations) to existing PDF document.
processPDF() - Method in class net.doo.snap.process.StubPDFProcessor
 
production - Static variable in class com.google.android.gms.R.id
 
production - Static variable in class net.doo.snap.R.id
 
progressBar - Static variable in class com.google.android.gms.R.id
 
progressBar - Static variable in class net.doo.snap.R.id
 
provideContext() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
provideContext() - Method in interface net.doo.snap.injection.SdkComponent
 
providePageFileStorage(pageProcessorInteractor, pageStorage) - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providePageFileStorage() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
providePageFileStorage() - Method in interface net.doo.snap.injection.SdkComponent
 
providePageStorage() - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providePageStorage() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
providePageStorage() - Method in interface net.doo.snap.injection.SdkComponent
 
providePageStorageSettings() - Method in class io.scanbot.sdk.di.SdkStorageModule
 
providePageStorageSettings() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
providePageStorageSettings() - Method in interface net.doo.snap.injection.SdkComponent
 
providesActivityManager() - Method in class net.doo.snap.injection.AndroidModule
 
providesApplication() - Method in class net.doo.snap.injection.AndroidModule
 
providesAssetManager() - Method in class net.doo.snap.injection.AndroidModule
 
providesComposerFactory() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesContext() - Method in class net.doo.snap.injection.AndroidModule
 
providesContourDetector() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDCScanner() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDocumentClassifier() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDocumentDraftExtractor() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDocumentProcessor() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDocumentProcessorMonitor() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesDownloadManager() - Method in class net.doo.snap.injection.AndroidModule
 
providesLanguageProvider() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesMRZScanner() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesPackageManager() - Method in class net.doo.snap.injection.AndroidModule
 
providesPageComposerFactory() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesPageProcessorMonitor() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesPayFormScanner() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesPDFProcessor() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesProcessingInfoProvider() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesResources() - Method in class net.doo.snap.injection.AndroidModule
 
providesSapManager() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesSharedPreferences() - Method in class net.doo.snap.injection.AndroidModule
 
providesTextBasedLanguageDetector() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesTextRecognition() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesTiffWriter() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
providesUnreferencedSourcesProvider() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
proxyProvidePageFileStorage() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageFileStorageFactory
 
proxyProvidePageStorage() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageFactory
 
proxyProvidePageStorageSettings() - Static method in class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageSettingsFactory
 
proxyProvidesActivityManager() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesActivityManagerFactory
 
proxyProvidesApplication() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesApplicationFactory
 
proxyProvidesAssetManager() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesAssetManagerFactory
 
proxyProvidesComposerFactory() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesComposerFactoryFactory
 
proxyProvidesContext() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesContextFactory
 
proxyProvidesContourDetector() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesContourDetectorFactory
 
proxyProvidesDCScanner() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDCScannerFactory
 
proxyProvidesDocumentClassifier() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentClassifierFactory
 
proxyProvidesDocumentDraftExtractor() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory
 
proxyProvidesDocumentProcessor() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorFactory
 
proxyProvidesDocumentProcessorMonitor() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory
 
proxyProvidesDownloadManager() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesDownloadManagerFactory
 
proxyProvidesLanguageProvider() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesLanguageProviderFactory
 
proxyProvidesMRZScanner() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesMRZScannerFactory
 
proxyProvidesPackageManager() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesPackageManagerFactory
 
proxyProvidesPageComposerFactory() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageComposerFactoryFactory
 
proxyProvidesPageProcessorMonitor() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageProcessorMonitorFactory
 
proxyProvidesPayFormScanner() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPayFormScannerFactory
 
proxyProvidesPDFProcessor() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesPDFProcessorFactory
 
proxyProvidesProcessingInfoProvider() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesProcessingInfoProviderFactory
 
proxyProvidesResources() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesResourcesFactory
 
proxyProvidesSapManager() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesSapManagerFactory
 
proxyProvidesSharedPreferences() - Static method in class net.doo.snap.injection.AndroidModule_ProvidesSharedPreferencesFactory
 
proxyProvidesTextBasedLanguageDetector() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory
 
proxyProvidesTextRecognition() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextRecognitionFactory
 
proxyProvidesTiffWriter() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesTiffWriterFactory
 
proxyProvidesUnreferencedSourcesProvider() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory
 
proxyScanbotBarcodeDetector() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorFactory
 
proxyScanbotBarcodeDetectorDeprecated() - Static method in class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory
 

Q

quantum_ic_art_track_grey600_48 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_art_track_grey600_48 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_bigtop_updates_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_bigtop_updates_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_cast_connected_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_cast_connected_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_cast_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_cast_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_clear_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_clear_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_closed_caption_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_closed_caption_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_closed_caption_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_closed_caption_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_forward_10_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_forward_10_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_forward_30_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_forward_30_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_forward_30_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_forward_30_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_forward_30_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_forward_30_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_keyboard_arrow_down_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_keyboard_arrow_down_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_pause_circle_filled_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_pause_circle_filled_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_pause_circle_filled_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_pause_circle_filled_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_pause_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_pause_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_pause_grey600_48 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_pause_grey600_48 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_pause_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_pause_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_play_arrow_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_play_arrow_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_play_arrow_grey600_48 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_play_arrow_grey600_48 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_play_arrow_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_play_arrow_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_play_circle_filled_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_play_circle_filled_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_play_circle_filled_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_play_circle_filled_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_refresh_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_refresh_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_replay_10_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_replay_10_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_replay_30_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_replay_30_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_replay_30_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_replay_30_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_replay_30_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_replay_30_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_replay_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_replay_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_next_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_next_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_next_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_next_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_next_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_next_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_previous_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_previous_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_previous_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_previous_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_skip_previous_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_skip_previous_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_stop_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_stop_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_stop_grey600_48 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_stop_grey600_48 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_stop_white_24 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_stop_white_24 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_volume_off_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_volume_off_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_volume_off_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_volume_off_white_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_volume_up_grey600_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_volume_up_grey600_36 - Static variable in class net.doo.snap.R.drawable
 
quantum_ic_volume_up_white_36 - Static variable in class com.google.android.gms.R.drawable
 
quantum_ic_volume_up_white_36 - Static variable in class net.doo.snap.R.drawable
 

R

R - Class in android.arch.lifecycle
 
R - Class in android.support.compat
 
R - Class in android.support.coreui
 
R - Class in android.support.coreutils
 
R - Class in android.support.fragment
 
R - Class in android.support.mediacompat
 
R - Class in android.support.v4
 
R - Class in androidx.core.kotlin
 
R - Class in com.commonsware.cwac.camera
 
R - Class in com.google.android.gms.base.license
 
R - Class in com.google.android.gms.base
 
R - Class in com.google.android.gms.common.license
 
R - Class in com.google.android.gms
 
R - Class in com.google.android.gms.tasks.license
 
R - Class in com.google.android.gms.tasks
 
R - Class in com.google.android.gms.vision.common.license
 
R - Class in com.google.android.gms.vision.license
 
R - Class in com.google.android.gms.vision
 
R - Class in com.google.android.gms.vision_common
 
R - Class in com.googlecode.tesseract.android
 
R - Class in net.doo.snap.core
 
R - Class in net.doo.snap
 
R.array - Class in com.google.android.gms
 
R.array - Class in net.doo.snap
 
R.attr - Class in android.support.compat
 
R.attr - Class in android.support.coreui
 
R.attr - Class in android.support.coreutils
 
R.attr - Class in android.support.fragment
 
R.attr - Class in android.support.mediacompat
 
R.attr - Class in android.support.v4
 
R.attr - Class in androidx.core.kotlin
 
R.attr - Class in com.google.android.gms
 
R.attr - Class in net.doo.snap
 
R.bool - Class in android.support.compat
 
R.bool - Class in android.support.coreui
 
R.bool - Class in android.support.coreutils
 
R.bool - Class in android.support.fragment
 
R.bool - Class in android.support.mediacompat
 
R.bool - Class in android.support.v4
 
R.bool - Class in androidx.core.kotlin
 
R.bool - Class in net.doo.snap
 
R.color - Class in android.support.compat
 
R.color - Class in android.support.coreui
 
R.color - Class in android.support.coreutils
 
R.color - Class in android.support.fragment
 
R.color - Class in android.support.mediacompat
 
R.color - Class in android.support.v4
 
R.color - Class in androidx.core.kotlin
 
R.color - Class in com.google.android.gms
 
R.color - Class in net.doo.snap
 
R.dimen - Class in android.support.compat
 
R.dimen - Class in android.support.coreui
 
R.dimen - Class in android.support.coreutils
 
R.dimen - Class in android.support.fragment
 
R.dimen - Class in android.support.mediacompat
 
R.dimen - Class in android.support.v4
 
R.dimen - Class in androidx.core.kotlin
 
R.dimen - Class in com.google.android.gms
 
R.dimen - Class in net.doo.snap
 
R.drawable - Class in android.support.compat
 
R.drawable - Class in android.support.coreui
 
R.drawable - Class in android.support.coreutils
 
R.drawable - Class in android.support.fragment
 
R.drawable - Class in android.support.mediacompat
 
R.drawable - Class in android.support.v4
 
R.drawable - Class in androidx.core.kotlin
 
R.drawable - Class in com.google.android.gms
 
R.drawable - Class in net.doo.snap
 
R.id - Class in android.support.compat
 
R.id - Class in android.support.coreui
 
R.id - Class in android.support.coreutils
 
R.id - Class in android.support.fragment
 
R.id - Class in android.support.mediacompat
 
R.id - Class in android.support.v4
 
R.id - Class in androidx.core.kotlin
 
R.id - Class in com.google.android.gms
 
R.id - Class in net.doo.snap
 
R.integer - Class in android.support.compat
 
R.integer - Class in android.support.coreui
 
R.integer - Class in android.support.coreutils
 
R.integer - Class in android.support.fragment
 
R.integer - Class in android.support.mediacompat
 
R.integer - Class in android.support.v4
 
R.integer - Class in androidx.core.kotlin
 
R.integer - Class in com.google.android.gms
 
R.integer - Class in net.doo.snap
 
R.layout - Class in android.support.compat
 
R.layout - Class in android.support.coreui
 
R.layout - Class in android.support.coreutils
 
R.layout - Class in android.support.fragment
 
R.layout - Class in android.support.mediacompat
 
R.layout - Class in android.support.v4
 
R.layout - Class in androidx.core.kotlin
 
R.layout - Class in com.google.android.gms
 
R.layout - Class in net.doo.snap
 
R.raw - Class in com.google.android.gms
 
R.raw - Class in net.doo.snap
 
R.string - Class in android.support.compat
 
R.string - Class in android.support.coreui
 
R.string - Class in android.support.coreutils
 
R.string - Class in android.support.fragment
 
R.string - Class in android.support.mediacompat
 
R.string - Class in android.support.v4
 
R.string - Class in androidx.core.kotlin
 
R.string - Class in com.google.android.gms
 
R.string - Class in net.doo.snap
 
R.style - Class in android.support.compat
 
R.style - Class in android.support.coreui
 
R.style - Class in android.support.coreutils
 
R.style - Class in android.support.fragment
 
R.style - Class in android.support.mediacompat
 
R.style - Class in android.support.v4
 
R.style - Class in androidx.core.kotlin
 
R.style - Class in com.google.android.gms
 
R.style - Class in net.doo.snap
 
R.styleable - Class in android.support.compat
 
R.styleable - Class in android.support.coreui
 
R.styleable - Class in android.support.coreutils
 
R.styleable - Class in android.support.fragment
 
R.styleable - Class in android.support.mediacompat
 
R.styleable - Class in android.support.v4
 
R.styleable - Class in androidx.core.kotlin
 
R.styleable - Class in com.google.android.gms
 
R.styleable - Class in net.doo.snap
 
R.xml - Class in com.commonsware.cwac.camera
 
R.xml - Class in net.doo.snap
 
radio - Static variable in class com.google.android.gms.R.id
 
radio - Static variable in class net.doo.snap.R.id
 
recognize() - Method in class net.doo.snap.intelligence.SandwichingPdfOcrPerformer
 
recognize() - Method in class net.doo.snap.intelligence.SimpleOcrPerformer
 
recognize() - Method in class net.doo.snap.intelligence.StubOcrPerformer
 
recognize() - Method in interface net.doo.snap.process.OcrPerformer
 
recognize() - Method in class net.doo.snap.process.TextRecognizer
Performs text recognition using OcrPerformer
recognizeDC() - Method in interface net.doo.snap.dcscanner.DCScanner
Performs DC data recognition on the NV21 format image
recognizeDC() - Method in class net.doo.snap.dcscanner.DefaultDCScanner
 
recognizeDC() - Method in class net.doo.snap.dcscanner.StubDCScanner
 
recognizeDCBGR() - Method in interface net.doo.snap.dcscanner.DCScanner
Performs DC data recognition on the BGR format image
recognizeDCBGR() - Method in class net.doo.snap.dcscanner.DefaultDCScanner
 
recognizeDCBGR() - Method in class net.doo.snap.dcscanner.StubDCScanner
 
recognizeDCBitmap() - Method in interface net.doo.snap.dcscanner.DCScanner
Performs DC data recognition on the Bitmap
recognizeDCBitmap() - Method in class net.doo.snap.dcscanner.DefaultDCScanner
 
recognizeDCBitmap() - Method in class net.doo.snap.dcscanner.StubDCScanner
 
recognizeDCJPEG() - Method in interface net.doo.snap.dcscanner.DCScanner
Performs DC data recognition on the JPEG image
recognizeDCJPEG() - Method in class net.doo.snap.dcscanner.DefaultDCScanner
 
recognizeDCJPEG() - Method in class net.doo.snap.dcscanner.StubDCScanner
 
recognizedText - Variable in class net.doo.snap.process.OcrResult
Recognized text as a String
recognizeForm() - Method in class net.doo.snap.payformscanner.DefaultPayFormScanner
 
recognizeForm() - Method in interface net.doo.snap.payformscanner.PayFormScanner
Performs pay form recognition on the NV21 format image
recognizeForm() - Method in class net.doo.snap.payformscanner.StubPayFormScanner
 
recognizeFormBGR() - Method in class net.doo.snap.payformscanner.DefaultPayFormScanner
 
recognizeFormBGR() - Method in interface net.doo.snap.payformscanner.PayFormScanner
Performs pay form recognition on the BGR format image
recognizeFormBGR() - Method in class net.doo.snap.payformscanner.StubPayFormScanner
 
recognizeMRZ() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner
 
recognizeMRZ() - Method in interface net.doo.snap.mrzscanner.MRZScanner
Performs MRZ data recognition on the NV21 format image
recognizeMRZ() - Method in class net.doo.snap.mrzscanner.StubMRZScanner
 
recognizeMRZBGR() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner
 
recognizeMRZBGR() - Method in interface net.doo.snap.mrzscanner.MRZScanner
Performs MRZ data recognition on the BGR format image
recognizeMRZBGR() - Method in class net.doo.snap.mrzscanner.StubMRZScanner
 
recognizeMRZBitmap() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner
 
recognizeMRZBitmap() - Method in interface net.doo.snap.mrzscanner.MRZScanner
Performs MRZ data recognition on the Bitmap
recognizeMRZBitmap() - Method in class net.doo.snap.mrzscanner.StubMRZScanner
 
recognizeMRZJPEG() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner
 
recognizeMRZJPEG() - Method in interface net.doo.snap.mrzscanner.MRZScanner
Performs MRZ data recognition on the JPEG image
recognizeMRZJPEG() - Method in class net.doo.snap.mrzscanner.StubMRZScanner
 
recognizeMRZWithFinderOverlay() - Method in class net.doo.snap.mrzscanner.DefaultMRZScanner
 
recognizeMRZWithFinderOverlay() - Method in interface net.doo.snap.mrzscanner.MRZScanner
Performs MRZ data recognition on the NV21 format image in specified finder overlay rect
recognizeMRZWithFinderOverlay() - Method in class net.doo.snap.mrzscanner.StubMRZScanner
 
recycle() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
Frees resources held by RenderIterator
registerSignificantMoveListener() - Method in class net.doo.snap.camera.sensor.SignificantMoveCatcher
Registers SignificantMoveListener to notify about significant moves
RemoteStorage - Class in net.doo.snap.connectivity
Provides path to remote storage files
RemoteStorage() - Constructor for class net.doo.snap.connectivity.RemoteStorage
 
RemoteStorage_Factory - Class in net.doo.snap.connectivity
 
RemoteStorage_Factory() - Constructor for class net.doo.snap.connectivity.RemoteStorage_Factory
 
remove(pageId) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Removes all files for pageId
removeAll() - Method in class io.scanbot.sdk.persistence.PageFileStorage
Removes all files
removeAllExcept(pageIds) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Removes all files, except list of provided pages
removeFrameHandler() - Method in interface net.doo.snap.camera.PreviewBuffer
Unregisters net.doo.snap.camera.PreviewBuffer.FrameHandler.
removePictureCallback() - Method in class net.doo.snap.camera.ScanbotCameraView
Removes callback, so it won't receive any further notifications.
removeResultHandler() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Unregisters handler.
removeResultHandler() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
Unregisters handler.
removeResultHandler() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
Unregisters handler.
removeResultHandler() - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
Unregisters handler.
removeResultHandler() - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
Unregisters handler.
removeResultHandler() - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
Unregisters handler.
renameDocument() - Method in class net.doo.snap.persistence.DocumentStoreStrategy
Renames document. Use from BG thread only
renderNextPage() - Method in interface net.doo.snap.intelligence.OcrPdfRenderer.RenderIterator
Performs OCR of next page if available.
replacePage() - Method in class net.doo.snap.entity.SnappingDraft
Replaces page at given position with new page
restoreViewTransformation() - Static method in class io.scanbot.sdk.utils.ViewUtils
Restores transformation values.
Result() - Constructor for class net.doo.snap.persistence.PageFactory.Result
 
ResultPoint - Class in io.scanbot.sdk.barcode.entity
Encapsulates a point of interest in an image containing a barcode. Typically, this would be the location of a finder pattern or the corner of the barcode, for example.
ResultPoint() - Constructor for class io.scanbot.sdk.barcode.entity.ResultPoint
 
ResultPoint() - Constructor for class io.scanbot.sdk.barcode.entity.ResultPoint
 
rfc822 - Static variable in class com.google.android.gms.R.id
 
rfc822 - Static variable in class net.doo.snap.R.id
 
right_icon - Static variable in class android.support.compat.R.id
 
right_icon - Static variable in class android.support.coreui.R.id
 
right_icon - Static variable in class android.support.coreutils.R.id
 
right_icon - Static variable in class android.support.fragment.R.id
 
right_icon - Static variable in class android.support.mediacompat.R.id
 
right_icon - Static variable in class android.support.v4.R.id
 
right_icon - Static variable in class androidx.core.kotlin.R.id
 
right_icon - Static variable in class net.doo.snap.R.id
 
right_side - Static variable in class android.support.compat.R.id
 
right_side - Static variable in class android.support.coreui.R.id
 
right_side - Static variable in class android.support.coreutils.R.id
 
right_side - Static variable in class android.support.fragment.R.id
 
right_side - Static variable in class android.support.mediacompat.R.id
 
right_side - Static variable in class android.support.v4.R.id
 
right_side - Static variable in class androidx.core.kotlin.R.id
 
right_side - Static variable in class net.doo.snap.R.id
 
ripple_material_light - Static variable in class android.support.compat.R.color
 
ripple_material_light - Static variable in class android.support.coreui.R.color
 
ripple_material_light - Static variable in class android.support.coreutils.R.color
 
ripple_material_light - Static variable in class android.support.fragment.R.color
 
ripple_material_light - Static variable in class android.support.mediacompat.R.color
 
ripple_material_light - Static variable in class android.support.v4.R.color
 
ripple_material_light - Static variable in class androidx.core.kotlin.R.color
 
ripple_material_light - Static variable in class net.doo.snap.R.color
 
rotateClockwise() - Static method in enum net.doo.snap.entity.RotationType
 
rotateClockwise() - Method in class net.doo.snap.ui.EditPolygonImageView
Rotates view clockwise
rotateCounterClockwise() - Method in class net.doo.snap.ui.EditPolygonImageView
Rotates view counterclockwise
rotatePolygon(polygon, rotation) - Method in class io.scanbot.sdk.persistence.PolygonHelper.Companion
Rotate polygon
rotatePolygon(polygon, rotation) - Static method in class io.scanbot.sdk.persistence.PolygonHelper
Rotate polygon
rotateYUV21Image() - Static method in class net.doo.snap.util.YUVUtil
Rotates YUV21 image
RotationType - Enum in net.doo.snap.entity
Supported rotation degrees for image editing
runOnUIThread() - Static method in class net.doo.snap.util.thread.ExecutionUtils
Executes runnable on the UI thread

S

s1 - Static variable in class com.google.android.gms.R.string
 
s1 - Static variable in class net.doo.snap.R.string
 
s2 - Static variable in class com.google.android.gms.R.string
 
s2 - Static variable in class net.doo.snap.R.string
 
s3 - Static variable in class com.google.android.gms.R.string
 
s3 - Static variable in class net.doo.snap.R.string
 
s4 - Static variable in class com.google.android.gms.R.string
 
s4 - Static variable in class net.doo.snap.R.string
 
s5 - Static variable in class com.google.android.gms.R.string
 
s5 - Static variable in class net.doo.snap.R.string
 
s6 - Static variable in class com.google.android.gms.R.string
 
s6 - Static variable in class net.doo.snap.R.string
 
s7 - Static variable in class com.google.android.gms.R.string
 
s7 - Static variable in class net.doo.snap.R.string
 
sandbox - Static variable in class com.google.android.gms.R.id
 
sandbox - Static variable in class net.doo.snap.R.id
 
sandwichedPdfDocument - Variable in class net.doo.snap.process.OcrResult
Optional sandwiched pdf Document (can be null)
sandwichedPdfDocumentFile - Variable in class net.doo.snap.process.OcrResult
Optional sandwiched pdf Document file (can be null)
SandwichingPdfOcrPerformer - Class in net.doo.snap.intelligence
Performs OCR and returns recognized text and sandwiched pdf as a result.
SandwichingPdfOcrPerformer() - Constructor for class net.doo.snap.intelligence.SandwichingPdfOcrPerformer
Performs OCR and makes sandwiched PDF
sapManager() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
sapManager() - Method in interface net.doo.snap.injection.SdkComponent
 
SapProvider - Class in net.doo.snap.security
Provides instance of SapManager
SapProvider() - Constructor for class net.doo.snap.security.SapProvider
 
SapProvider_Factory - Class in net.doo.snap.security
 
SapProvider_Factory() - Constructor for class net.doo.snap.security.SapProvider_Factory
 
SapSingleton - Class in net.doo.snap.security
Provides instance of SapManager across the application
satellite - Static variable in class com.google.android.gms.R.id
 
satellite - Static variable in class net.doo.snap.R.id
 
SAVE_SINGLE_AS_JPEG - Variable in interface net.doo.snap.PreferencesConstants
true if single page documents should be saved as JPEG, false otherwise
saveBitmapTo(file, bitmap) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Saves bitmap to file
saveBitmapTo(file, bitmap) - Method in class io.scanbot.sdk.persistence.PageProcessorInteractor
Saves bitmap to file
SAVED_ON_SD_CARD - Variable in interface net.doo.snap.PreferencesConstants
Contains true if pdf files have to be saved on sd card, false - otherwise
saveViewTransformation() - Static method in class io.scanbot.sdk.utils.ViewUtils
Saves View transformation parameters (translation, scale, rotation, alpha), so they can later be restored with ViewUtils.restoreViewTransformation. Note, that this implementation uses View#setTag(Object) method to save parameters, so any existing tags will be overwritten.
SCALE_DEFAULT - Static variable in class io.scanbot.sdk.utils.ViewUtils
 
scaleLines() - Method in class net.doo.snap.util.snap.PolygonHelper
Performs scaling from 0..1 values to image pixel values
ScanbotBarcodeDetector - Interface in io.scanbot.sdk.barcode
Detects bar codes and QR codes
ScanbotBarcodeDetector - Interface in net.doo.snap.camera.barcode
Detects bar codes and QR codes
scanbotBarcodeDetector() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
ScanbotBarcodeDetector.BarcodeDetectorType - Enum in io.scanbot.sdk.barcode
Supported barcode detector libraries
ScanbotBarcodeDetector.BarcodeDetectorType - Enum in net.doo.snap.camera.barcode
Supported barcode detector libraries
scanbotBarcodeDetectorDeprecated() - Method in class net.doo.snap.injection.ScanbotSdkModule
 
ScanbotCameraView - Class in net.doo.snap.camera
Provides interface to native Camera and displays camera stream. Use this class if you want to fine-tune camera behavior. It is required to pass android.app.Activity (or android.app.Fragment) lifecycle events to this view: ScanbotCameraView.onResume, ScanbotCameraView.onPause. They are used to automatically start and stop camera. It is possible to include other views inside of ScanbotCameraView. In such case they will be drawn on top of camera preview with size matching the camera frame. You can use this fact to draw overlays on top of camera. In particular, you can use net.doo.snap.ui.PolygonView. Preview frames are provided via PreviewBuffer: ScanbotCameraView.getPreviewBuffer.
ScanbotCameraView() - Constructor for class net.doo.snap.camera.ScanbotCameraView
 
ScanbotCameraView() - Constructor for class net.doo.snap.camera.ScanbotCameraView
 
ScanbotSDK - Class in io.scanbot.sdk
Provider for Scanbot SDK features. Typical use case is to create this object in Activity#onCreate(Bundle) or Service#onCreate(), but it's allowed to create it during any other point of lifecycle before onDestroy. Note that each instance stores reference to given context, so it should not be cached statically. All necessary caching is already done by ScanbotSDK itself - some methods might return same instance repeatedly. Some insight - Scanbot uses Dependency Injection internally, but we do not want to expose it to users of the library to ensure that changes in DI implementation won't affect users of the library.
ScanbotSDK() - Constructor for class io.scanbot.sdk.ScanbotSDK
 
ScanbotSDK() - Constructor for class io.scanbot.sdk.ScanbotSDK
 
ScanbotSDK() - Constructor for class io.scanbot.sdk.ScanbotSDK
 
ScanbotSDK() - Constructor for class io.scanbot.sdk.ScanbotSDK
 
ScanbotSDK - Class in net.doo.snap
 
ScanbotSDK() - Constructor for class net.doo.snap.ScanbotSDK
 
ScanbotSDK() - Constructor for class net.doo.snap.ScanbotSDK
 
ScanbotSDK() - Constructor for class net.doo.snap.ScanbotSDK
 
ScanbotSDK() - Constructor for class net.doo.snap.ScanbotSDK
 
ScanbotSDKInitializer - Class in io.scanbot.sdk
Initializes Scanbot SDK library. Use it to set up desired components and then call ScanbotSDKInitializer.initialize. Can be initialized only once.
ScanbotSDKInitializer - Class in net.doo.snap
 
scanbotSdkModule() - Method in class net.doo.snap.injection.DaggerSdkComponent.Builder
 
ScanbotSdkModule - Class in net.doo.snap.injection
Contains Scanbot SDK related dependencies.
ScanbotSdkModule_ProvidesComposerFactoryFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesComposerFactoryFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesComposerFactoryFactory
 
ScanbotSdkModule_ProvidesContourDetectorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesContourDetectorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesContourDetectorFactory
 
ScanbotSdkModule_ProvidesDCScannerFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesDCScannerFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesDCScannerFactory
 
ScanbotSdkModule_ProvidesDocumentClassifierFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesDocumentClassifierFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentClassifierFactory
 
ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentDraftExtractorFactory
 
ScanbotSdkModule_ProvidesDocumentProcessorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesDocumentProcessorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorFactory
 
ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesDocumentProcessorMonitorFactory
 
ScanbotSdkModule_ProvidesLanguageProviderFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesLanguageProviderFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesLanguageProviderFactory
 
ScanbotSdkModule_ProvidesMRZScannerFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesMRZScannerFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesMRZScannerFactory
 
ScanbotSdkModule_ProvidesPageComposerFactoryFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesPageComposerFactoryFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageComposerFactoryFactory
 
ScanbotSdkModule_ProvidesPageProcessorMonitorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesPageProcessorMonitorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesPageProcessorMonitorFactory
 
ScanbotSdkModule_ProvidesPayFormScannerFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesPayFormScannerFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesPayFormScannerFactory
 
ScanbotSdkModule_ProvidesPDFProcessorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesPDFProcessorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesPDFProcessorFactory
 
ScanbotSdkModule_ProvidesProcessingInfoProviderFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesProcessingInfoProviderFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesProcessingInfoProviderFactory
 
ScanbotSdkModule_ProvidesSapManagerFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesSapManagerFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesSapManagerFactory
 
ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextBasedLanguageDetectorFactory
 
ScanbotSdkModule_ProvidesTextRecognitionFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesTextRecognitionFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesTextRecognitionFactory
 
ScanbotSdkModule_ProvidesTiffWriterFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesTiffWriterFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesTiffWriterFactory
 
ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ProvidesUnreferencedSourcesProviderFactory
 
ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorDeprecatedFactory
 
ScanbotSdkModule_ScanbotBarcodeDetectorFactory - Class in net.doo.snap.injection
 
ScanbotSdkModule_ScanbotBarcodeDetectorFactory() - Constructor for class net.doo.snap.injection.ScanbotSdkModule_ScanbotBarcodeDetectorFactory
 
schemaOrgProperty - Static variable in class com.google.android.gms.R.attr
 
schemaOrgProperty - Static variable in class net.doo.snap.R.attr
 
schemaOrgType - Static variable in class com.google.android.gms.R.attr
 
schemaOrgType - Static variable in class net.doo.snap.R.attr
 
scopeUris - Static variable in class com.google.android.gms.R.attr
 
scopeUris - Static variable in class net.doo.snap.R.attr
 
sdkComponent - Static variable in class io.scanbot.sdk.ScanbotSDK
 
SdkComponent - Interface in net.doo.snap.injection
Dagger component for Scanbot SDK specific instances.
sdkComponent - Static variable in class net.doo.snap.ScanbotSDK
 
SDKFeatures - Interface in net.doo.snap
Features for SDK which should be checked with io.scanbot.sap.SapManager
SdkStorageModule - Class in io.scanbot.sdk.di
Dagger module that provides objects which will live during the application lifecycle.
SdkStorageModule(application) - Constructor for class io.scanbot.sdk.di.SdkStorageModule
Dagger module that provides objects which will live during the application lifecycle.
sdkStorageModule() - Method in class net.doo.snap.injection.DaggerSdkComponent.Builder
 
SdkStorageModule.Companion - Class in io.scanbot.sdk.di
 
SdkStorageModule_ProvidePageFileStorageFactory - Class in io.scanbot.sdk.di
 
SdkStorageModule_ProvidePageFileStorageFactory() - Constructor for class io.scanbot.sdk.di.SdkStorageModule_ProvidePageFileStorageFactory
 
SdkStorageModule_ProvidePageStorageFactory - Class in io.scanbot.sdk.di
 
SdkStorageModule_ProvidePageStorageFactory() - Constructor for class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageFactory
 
SdkStorageModule_ProvidePageStorageSettingsFactory - Class in io.scanbot.sdk.di
 
SdkStorageModule_ProvidePageStorageSettingsFactory() - Constructor for class io.scanbot.sdk.di.SdkStorageModule_ProvidePageStorageSettingsFactory
 
searchEnabled - Static variable in class com.google.android.gms.R.attr
 
searchEnabled - Static variable in class net.doo.snap.R.attr
 
searchLabel - Static variable in class com.google.android.gms.R.attr
 
searchLabel - Static variable in class net.doo.snap.R.attr
 
secondary_text_default_material_dark - Static variable in class android.support.mediacompat.R.color
 
secondary_text_default_material_dark - Static variable in class android.support.v4.R.color
 
secondary_text_default_material_dark - Static variable in class net.doo.snap.R.color
 
secondary_text_default_material_light - Static variable in class android.support.compat.R.color
 
secondary_text_default_material_light - Static variable in class android.support.coreui.R.color
 
secondary_text_default_material_light - Static variable in class android.support.coreutils.R.color
 
secondary_text_default_material_light - Static variable in class android.support.fragment.R.color
 
secondary_text_default_material_light - Static variable in class android.support.mediacompat.R.color
 
secondary_text_default_material_light - Static variable in class android.support.v4.R.color
 
secondary_text_default_material_light - Static variable in class androidx.core.kotlin.R.color
 
secondary_text_default_material_light - Static variable in class net.doo.snap.R.color
 
Section - Static variable in class com.google.android.gms.R.styleable
 
Section - Static variable in class net.doo.snap.R.styleable
 
Section_indexPrefixes - Static variable in class com.google.android.gms.R.styleable
 
Section_indexPrefixes - Static variable in class net.doo.snap.R.styleable
 
Section_noIndex - Static variable in class com.google.android.gms.R.styleable
 
Section_noIndex - Static variable in class net.doo.snap.R.styleable
 
Section_schemaOrgProperty - Static variable in class com.google.android.gms.R.styleable
 
Section_schemaOrgProperty - Static variable in class net.doo.snap.R.styleable
 
Section_sectionFormat - Static variable in class com.google.android.gms.R.styleable
 
Section_sectionFormat - Static variable in class net.doo.snap.R.styleable
 
Section_sectionId - Static variable in class com.google.android.gms.R.styleable
 
Section_sectionId - Static variable in class net.doo.snap.R.styleable
 
Section_sectionWeight - Static variable in class com.google.android.gms.R.styleable
 
Section_sectionWeight - Static variable in class net.doo.snap.R.styleable
 
Section_subsectionSeparator - Static variable in class com.google.android.gms.R.styleable
 
Section_subsectionSeparator - Static variable in class net.doo.snap.R.styleable
 
sectionContent - Static variable in class com.google.android.gms.R.attr
 
sectionContent - Static variable in class net.doo.snap.R.attr
 
SectionFeature - Static variable in class com.google.android.gms.R.styleable
 
SectionFeature - Static variable in class net.doo.snap.R.styleable
 
SectionFeature_featureType - Static variable in class com.google.android.gms.R.styleable
 
SectionFeature_featureType - Static variable in class net.doo.snap.R.styleable
 
sectionFormat - Static variable in class com.google.android.gms.R.attr
 
sectionFormat - Static variable in class net.doo.snap.R.attr
 
sectionId - Static variable in class com.google.android.gms.R.attr
 
sectionId - Static variable in class net.doo.snap.R.attr
 
sectionType - Static variable in class com.google.android.gms.R.attr
 
sectionType - Static variable in class net.doo.snap.R.attr
 
sectionWeight - Static variable in class com.google.android.gms.R.attr
 
sectionWeight - Static variable in class net.doo.snap.R.attr
 
seek_bar - Static variable in class com.google.android.gms.R.id
 
seek_bar - Static variable in class net.doo.snap.R.id
 
seek_bar_controls - Static variable in class com.google.android.gms.R.id
 
seek_bar_controls - Static variable in class net.doo.snap.R.id
 
selectionDetails - Static variable in class com.google.android.gms.R.id
 
selectionDetails - Static variable in class net.doo.snap.R.id
 
semanticallySearchable - Static variable in class com.google.android.gms.R.attr
 
semanticallySearchable - Static variable in class net.doo.snap.R.attr
 
setAcceptedAngleScore() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
The minimum score in percent (0 - 100) of the perspective distortion to accept a detected document. Default is 75.0. Set lower values to accept more perspective distortion. Warning: Lower values result in more blurred document images.
setAcceptedSizeScore() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
The minimum size in percent (0 - 100) of the screen size to accept a detected document. It is sufficient that height or width match the score. Default is 80.0. Warning: Lower values result in low resolution document images.
setAutoFocusOnTouch() - Method in class net.doo.snap.camera.ScanbotCameraView
 
setAutoFocusSound() - Method in class net.doo.snap.camera.ScanbotCameraView
Set camera auto focus sound state. true if system sound should be played on successful auto focus event, false - otherwise. By default, the camera plays the system-defined camera auto focus sound when autoFocus() is called.
setAutoSnappingCallback() - Method in class net.doo.snap.camera.AutoSnappingController
 
setBarcodeFormatsFilter() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Sets List BarcodeFormat to scan
setBarcodeFormatsFilter() - Method in class io.scanbot.sdk.barcode.GoogleVisionBarcodeDetector
 
setBarcodeFormatsFilter() - Method in interface io.scanbot.sdk.barcode.ScanbotBarcodeDetector
Sets list of BarcodeFormat to scan
setBarcodeFormatsFilter() - Method in class io.scanbot.sdk.barcode.ZXingBarcodeDetector
 
setCameraOpenCallback() - Method in class net.doo.snap.camera.ScanbotCameraView
Callback which will be invoked when camera will be opened
setCombined() - Method in class net.doo.snap.entity.SnappingDraft
 
setDate() - Method in class net.doo.snap.entity.Document
 
setDetectionInterval() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
Set barcode detection interval in milliseconds
setDetectionInterval() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
Set barcode detection interval in milliseconds
setDocumentName() - Method in class net.doo.snap.entity.SnappingDraft
 
setDocumentType() - Method in class net.doo.snap.entity.Document
 
setEdgeColor() - Method in class net.doo.snap.ui.EditPolygonImageView
Sets edge color
setEdgeColorOnLine() - Method in class net.doo.snap.ui.EditPolygonImageView
Sets edge color on line
setEdgeWidth() - Method in class net.doo.snap.ui.EditPolygonImageView
Sets edge width in pixels
setEditPolygonAnimationEndListener() - Method in class net.doo.snap.ui.EditPolygonImageView
sets listener which will be invoked when animation will be finished
setEnableBounding() - Method in class net.doo.snap.ui.MagnifierView
Enables Bounding of magnifier view
setEnabled() - Method in class io.scanbot.sdk.barcode.BarcodeDetectorFrameHandler
 
setEnabled() - Method in class net.doo.snap.camera.AutoSnappingController
 
setEnabled() - Method in class net.doo.snap.camera.BarcodeDetectorFrameHandler
 
setEnabled() - Method in class net.doo.snap.camera.ContourDetectorFrameHandler
 
setEnabled() - Method in class net.doo.snap.dcscanner.DCScannerFrameHandler
 
setEnabled() - Method in class net.doo.snap.mrzscanner.MRZScannerFrameHandler
 
setEnabled() - Method in class net.doo.snap.payformscanner.PayFormScannerFrameHandler
 
setFillColor() - Method in class net.doo.snap.ui.PolygonView
Changes fill color of the polygon
setFillColorOK() - Method in class net.doo.snap.ui.PolygonView
Changes fill color of the polygon when result is OK
setId() - Method in class net.doo.snap.entity.Document
 
setIgnoreBadAspectRatio() - Method in class net.doo.snap.camera.AutoSnappingController
Sets flag which enables/disables BadAspectRatio detection ignorance. By default - false
setImageForId(image, existingPageId, type) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Replace images for type, for existingPageId
setImageForId(image, existingPageId, type) - Method in class io.scanbot.sdk.persistence.PageFileStorage
Replace images for type, for existingPageId
setImageFormat(p) - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
setImageQuality(p) - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
setImageRotation() - Method in class net.doo.snap.ui.MagnifierView
Sets rotation for the image preview when it is magnified
setImageScale(p) - Method in class io.scanbot.sdk.persistence.PageStorageSettings
 
setImageSize() - Method in class net.doo.snap.entity.Page
Saves information about image size for particular ImageType
setImageSize() - Method in class net.doo.snap.util.snap.PolygonHelper
Set scaled image size that will be drawn on screen
setLanguage() - Method in class net.doo.snap.entity.Document
 
setLayout() - Method in class net.doo.snap.util.snap.PolygonHelper
Sets layout of surface inside parent to compensate differences between viewport and preview sizes and draw polygon correctly
setLines() - Method in class net.doo.snap.ui.EditPolygonImageView
Sets detected horizontal and vertical lines
setLogger() - Static method in class net.doo.snap.util.log.LoggerProvider
 
setName() - Method in class net.doo.snap.entity.Document
 
setOcrStatus() - Method in class net.doo.snap.entity.Document
 
setOcrText() - Method in class net.doo.snap.entity.Document
 
setOptimizationType() - Method in class net.doo.snap.entity.Page
 
setOrientationHardLock() - Method in class net.doo.snap.camera.ScanbotCameraView
Sets orientation hard lock mode.
setPagesCount() - Method in class net.doo.snap.entity.Document
 
setPageStorageSettings(pageStorageSettings) - Method in class io.scanbot.sdk.di.SdkStorageModule.Companion
 
setPageStorageSettings(pageStorageSettings) - Static method in class io.scanbot.sdk.di.SdkStorageModule
 
setPictureSize() - Method in class net.doo.snap.camera.ScanbotCameraView
Set camera picture size
setPolygon() - Method in class net.doo.snap.entity.Page
Sets polygon which crops page preview from original image. null and polygons with the number of points different from 4 are also ignored
setPolygon() - Method in class net.doo.snap.ui.EditPolygonImageView
Sets polygon containing document coordinates
setPreviewMode() - Method in class net.doo.snap.camera.ScanbotCameraView
Set the camera preview mode. By default - CameraPreviewMode#FILL_IN.
setPreviewSize() - Method in class net.doo.snap.camera.ScanbotCameraView
Set camera preview size
setProcessed() - Method in class net.doo.snap.entity.Page
 
setRotation() - Method in class net.doo.snap.util.snap.PolygonHelper
Set rotation in degrees for polygon
setRotationType() - Method in class net.doo.snap.entity.Page
 
setSensitivity() - Method in class net.doo.snap.camera.AutoSnappingController
Changes sensitivity of auto-snapping. That is: the more sensitive it is the faster it shoots. Sensitivity must be within [0..1] range. A value of 1.0 triggers automatic capturing immediately, a value of 0.0 delays the automatic by 3 seconds. The default value is 0.66 (1 sec)
setShutterSound() - Method in class net.doo.snap.camera.ScanbotCameraView
Set camera shutter sound state. true if system sound should be played on the take picture event, false - otherwise. By default, the camera plays the system-defined camera shutter sound when takePicture() is called. Note that devices may not always allow disabling the camera shutter sound. If the shutter sound state cannot be set to the desired value, this method will be ignored.
setSize() - Method in class net.doo.snap.entity.Document
 
setStrokeColor() - Method in class net.doo.snap.ui.PolygonView
Changes stroke color of the polygon.
setStrokeColorOK() - Method in class net.doo.snap.ui.PolygonView
Changes stroke color of the polygon when result is OK.
setStrokeWidth() - Method in class net.doo.snap.ui.PolygonView
Changes width of the stroke of the polygon.
setThumbnailUri() - Method in class net.doo.snap.entity.Document
 
settingsDescription - Static variable in class com.google.android.gms.R.attr
 
settingsDescription - Static variable in class net.doo.snap.R.attr
 
setupMagnifier() - Method in class net.doo.snap.ui.MagnifierView
Setup magnifier using given EditPolygonImageView
showToast() - Static method in class net.doo.snap.util.thread.ExecutionUtils
Shows toast. Can be executed from background thread.
SignificantMoveCatcher - Class in net.doo.snap.camera.sensor
Determines device movements
SignificantMoveCatcher() - Constructor for class net.doo.snap.camera.sensor.SignificantMoveCatcher
 
SignificantMoveListener - Interface in net.doo.snap.camera.sensor
Gets notified about move that passed threshold returned by getSignificantMoveThreshold() method
SignInButton - Static variable in class com.google.android.gms.R.styleable
 
SignInButton - Static variable in class net.doo.snap.R.styleable
 
SignInButton_buttonSize - Static variable in class com.google.android.gms.R.styleable
 
SignInButton_buttonSize - Static variable in class net.doo.snap.R.styleable
 
SignInButton_colorScheme - Static variable in class com.google.android.gms.R.styleable
 
SignInButton_colorScheme - Static variable in class net.doo.snap.R.styleable
 
SignInButton_scopeUris - Static variable in class com.google.android.gms.R.styleable
 
SignInButton_scopeUris - Static variable in class net.doo.snap.R.styleable
 
SimpleComposer - Class in net.doo.snap.process.compose
Compose all pages into one pdf document
SimpleComposer() - Constructor for class net.doo.snap.process.compose.SimpleComposer
 
SimpleComposer_Factory - Class in net.doo.snap.process.compose
 
SimpleComposer_Factory() - Constructor for class net.doo.snap.process.compose.SimpleComposer_Factory
 
SimpleOcrPerformer - Class in net.doo.snap.intelligence
Performs OCR and returns recognized text as a result
SimpleOcrPerformer() - Constructor for class net.doo.snap.intelligence.SimpleOcrPerformer
 
SingleThreadLoader<D> - Class in net.doo.snap.util.loading
Loads data in single thread.
SingleThreadLoader() - Constructor for class net.doo.snap.util.loading.SingleThreadLoader
 
size() - Method in class net.doo.snap.entity.SnappingDraft
 
sizeOf() - Method in class net.doo.snap.util.bitmap.BitmapLruCache
 
slide - Static variable in class com.google.android.gms.R.id
 
slide - Static variable in class net.doo.snap.R.id
 
SnappingDraft - Class in net.doo.snap.entity
Contains Pages and naming metadata necessary for document creation
SnappingDraft() - Constructor for class net.doo.snap.entity.SnappingDraft
 
SnappingDraft() - Constructor for class net.doo.snap.entity.SnappingDraft
 
SnappingDraft.NoPageByIndexException - Exception in net.doo.snap.entity
Thrown if page by index does not exist
sourceClass - Static variable in class com.google.android.gms.R.attr
 
sourceClass - Static variable in class net.doo.snap.R.attr
 
standard - Static variable in class com.google.android.gms.R.id
 
standard - Static variable in class net.doo.snap.R.id
 
start_text - Static variable in class com.google.android.gms.R.id
 
start_text - Static variable in class net.doo.snap.R.id
 
STARTED_BLOB_DOWNLOADS - Variable in interface net.doo.snap.PreferencesConstants
 
startPreview() - Method in class net.doo.snap.camera.ScanbotCameraView
Starts/resumes camera preview stream. Usually used after picture was taken. Note, that preview is started by default after ScanbotCameraView.onResume, so there is no need to call it at the start of the app. If view is paused, this call is ignored.
startRender() - Method in class net.doo.snap.intelligence.OcrPdfRenderer
Starts render of document into PDF file. Returns RenderIterator which performs OCR and generates document as it being advanced.
status_bar_latest_event_content - Static variable in class android.support.mediacompat.R.id
 
status_bar_latest_event_content - Static variable in class android.support.v4.R.id
 
status_bar_latest_event_content - Static variable in class net.doo.snap.R.id
 
status_bar_notification_info_maxnum - Static variable in class android.support.compat.R.integer
 
status_bar_notification_info_maxnum - Static variable in class android.support.coreui.R.integer
 
status_bar_notification_info_maxnum - Static variable in class android.support.coreutils.R.integer
 
status_bar_notification_info_maxnum - Static variable in class android.support.fragment.R.integer
 
status_bar_notification_info_maxnum - Static variable in class android.support.mediacompat.R.integer
 
status_bar_notification_info_maxnum - Static variable in class android.support.v4.R.integer
 
status_bar_notification_info_maxnum - Static variable in class androidx.core.kotlin.R.integer
 
status_bar_notification_info_maxnum - Static variable in class net.doo.snap.R.integer
 
status_bar_notification_info_overflow - Static variable in class android.support.compat.R.string
 
status_bar_notification_info_overflow - Static variable in class android.support.coreui.R.string
 
status_bar_notification_info_overflow - Static variable in class android.support.coreutils.R.string
 
status_bar_notification_info_overflow - Static variable in class android.support.fragment.R.string
 
status_bar_notification_info_overflow - Static variable in class android.support.mediacompat.R.string
 
status_bar_notification_info_overflow - Static variable in class android.support.v4.R.string
 
status_bar_notification_info_overflow - Static variable in class androidx.core.kotlin.R.string
 
status_bar_notification_info_overflow - Static variable in class net.doo.snap.R.string
 
status_text - Static variable in class com.google.android.gms.R.id
 
status_text - Static variable in class net.doo.snap.R.id
 
stopPreview() - Method in class net.doo.snap.camera.ScanbotCameraView
Stops camera preview stream.
strict_sandbox - Static variable in class com.google.android.gms.R.id
 
strict_sandbox - Static variable in class net.doo.snap.R.id
 
StubDCScanner - Class in net.doo.snap.dcscanner
Stub for DC data detection and recognition
StubDCScanner() - Constructor for class net.doo.snap.dcscanner.StubDCScanner
 
StubDCScanner_Factory - Class in net.doo.snap.dcscanner
 
StubDocumentClassifier - Class in net.doo.snap.intelligence
Performs classification of documents
StubLanguageProvider - Class in net.doo.snap.intelligence
Dummy realization of LanguageProvider. Part of OCR-feature, which is available only in Scanbot SDK package 2.
StubLogger - Class in net.doo.snap.util.log
Dummy logger impl for log mode off
StubMRZScanner - Class in net.doo.snap.mrzscanner
Stub for MRZ data detection and recognition
StubMRZScanner() - Constructor for class net.doo.snap.mrzscanner.StubMRZScanner
 
StubMRZScanner_Factory - Class in net.doo.snap.mrzscanner
 
StubOcrPerformer - Class in net.doo.snap.intelligence
Dummy realization of OcrPerformer. Part of OCR-feature, which is available only in Scanbot SDK package 2.
StubPayFormScanner - Class in net.doo.snap.payformscanner
Stub for pey forms detection and recognition
StubPayFormScanner() - Constructor for class net.doo.snap.payformscanner.StubPayFormScanner
 
StubPayFormScanner_Factory - Class in net.doo.snap.payformscanner
 
StubPDFProcessor - Class in net.doo.snap.process
Provides methods for PDF processing
StubProcessingInfoProvider - Class in net.doo.snap.process
Stub of ProcessingInfoProvider
StubTextBasedLanguageDetector - Class in net.doo.snap.intelligence
Dummy realization of TextBasedLanguageDetector. Part of OCR-feature, which is available only in Scanbot SDK package 2.
StubTextRecognition - Class in net.doo.snap.intelligence
Dummy realization of TextRecognition. Part of OCR-feature, which is available only in Scanbot SDK package 2.
subsectionSeparator - Static variable in class com.google.android.gms.R.attr
 
subsectionSeparator - Static variable in class net.doo.snap.R.attr
 
subtitle_view - Static variable in class com.google.android.gms.R.id
 
subtitle_view - Static variable in class net.doo.snap.R.id
 
support_email_template - Static variable in class net.doo.snap.R.string
 

T

tab_host - Static variable in class com.google.android.gms.R.id
 
tab_host - Static variable in class net.doo.snap.R.id
 
tag_transition_group - Static variable in class android.support.compat.R.id
 
tag_transition_group - Static variable in class android.support.coreui.R.id
 
tag_transition_group - Static variable in class android.support.coreutils.R.id
 
tag_transition_group - Static variable in class android.support.fragment.R.id
 
tag_transition_group - Static variable in class android.support.mediacompat.R.id
 
tag_transition_group - Static variable in class android.support.v4.R.id
 
tag_transition_group - Static variable in class androidx.core.kotlin.R.id
 
tag_transition_group - Static variable in class net.doo.snap.R.id
 
tagmanager_preview_dialog_button - Static variable in class com.google.android.gms.R.string
 
tagmanager_preview_dialog_button - Static variable in class net.doo.snap.R.string
 
tagmanager_preview_dialog_message - Static variable in class com.google.android.gms.R.string
 
tagmanager_preview_dialog_message - Static variable in class net.doo.snap.R.string
 
tagmanager_preview_dialog_title - Static variable in class com.google.android.gms.R.string
 
tagmanager_preview_dialog_title - Static variable in class net.doo.snap.R.string
 
takePicture() - Method in class net.doo.snap.camera.ScanbotCameraView
Takes picture. This is asynchronous process, so results are reported via PictureCallback added in ScanbotCameraView.addPictureCallback. If snapping process is still going all subsequent calls to ScanbotCameraView.takePicture are ignored. After picture is taken, camera preview is stopped. If you wish it continue, use ScanbotCameraView.startPreview If view is paused, this call is ignored.
TEMP_FILE_PREFIX - Variable in interface net.doo.snap.Constants
 
TEMPORARY_FILE_PREFIX - Static variable in class net.doo.snap.persistence.DocumentStoreStrategy
 
terrain - Static variable in class com.google.android.gms.R.id
 
terrain - Static variable in class net.doo.snap.R.id
 
test - Static variable in class com.google.android.gms.R.id
 
test - Static variable in class net.doo.snap.R.id
 
text - Static variable in class android.support.compat.R.id
 
text - Static variable in class android.support.coreui.R.id
 
text - Static variable in class android.support.coreutils.R.id
 
text - Static variable in class android.support.fragment.R.id
 
text - Static variable in class android.support.mediacompat.R.id
 
text - Static variable in class android.support.v4.R.id
 
text - Static variable in class androidx.core.kotlin.R.id
 
text - Static variable in class com.google.android.gms.R.id
 
text - Variable in class net.doo.snap.process.OcrResultBlock
The recognized text within the receivers bounding box.
text - Static variable in class net.doo.snap.R.id
 
text1 - Static variable in class com.google.android.gms.R.id
 
text1 - Static variable in class net.doo.snap.R.id
 
text2 - Static variable in class android.support.compat.R.id
 
text2 - Static variable in class android.support.coreui.R.id
 
text2 - Static variable in class android.support.coreutils.R.id
 
text2 - Static variable in class android.support.fragment.R.id
 
text2 - Static variable in class android.support.mediacompat.R.id
 
text2 - Static variable in class android.support.v4.R.id
 
text2 - Static variable in class androidx.core.kotlin.R.id
 
text2 - Static variable in class com.google.android.gms.R.id
 
text2 - Static variable in class net.doo.snap.R.id
 
text_list_view - Static variable in class com.google.android.gms.R.id
 
text_list_view - Static variable in class net.doo.snap.R.id
 
TextAppearance_CastIntroOverlay_Button - Static variable in class com.google.android.gms.R.style
 
TextAppearance_CastIntroOverlay_Button - Static variable in class net.doo.snap.R.style
 
TextAppearance_CastIntroOverlay_Title - Static variable in class com.google.android.gms.R.style
 
TextAppearance_CastIntroOverlay_Title - Static variable in class net.doo.snap.R.style
 
TextAppearance_CastMiniController_Subtitle - Static variable in class com.google.android.gms.R.style
 
TextAppearance_CastMiniController_Subtitle - Static variable in class net.doo.snap.R.style
 
TextAppearance_CastMiniController_Title - Static variable in class com.google.android.gms.R.style
 
TextAppearance_CastMiniController_Title - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.compat.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.coreui.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.coreutils.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.fragment.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification - Static variable in class androidx.core.kotlin.R.style
 
TextAppearance_Compat_Notification - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.compat.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.coreui.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.coreutils.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.fragment.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class androidx.core.kotlin.R.style
 
TextAppearance_Compat_Notification_Info - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Info_Media - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Info_Media - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Info_Media - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.compat.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.coreui.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.coreutils.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.fragment.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class androidx.core.kotlin.R.style
 
TextAppearance_Compat_Notification_Line2 - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Line2_Media - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Line2_Media - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Line2_Media - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Media - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Media - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Media - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.compat.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.coreui.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.coreutils.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.fragment.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class androidx.core.kotlin.R.style
 
TextAppearance_Compat_Notification_Time - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Time_Media - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Time_Media - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Time_Media - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.compat.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.coreui.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.coreutils.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.fragment.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class androidx.core.kotlin.R.style
 
TextAppearance_Compat_Notification_Title - Static variable in class net.doo.snap.R.style
 
TextAppearance_Compat_Notification_Title_Media - Static variable in class android.support.mediacompat.R.style
 
TextAppearance_Compat_Notification_Title_Media - Static variable in class android.support.v4.R.style
 
TextAppearance_Compat_Notification_Title_Media - Static variable in class net.doo.snap.R.style
 
TextBasedLanguageDetector - Interface in net.doo.snap.intelligence
Language detection based on recognized text (post-OCR language detection).
textRecognition() - Method in class io.scanbot.sdk.ScanbotSDK
Provides functionality for recognize text. Should be called for each case of text recognition.
textRecognition() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
textRecognition() - Method in interface net.doo.snap.injection.SdkComponent
 
TextRecognition - Interface in net.doo.snap.process
Text recognition API.
textRecognition() - Method in class net.doo.snap.ScanbotSDK
Provides functionality for recognize text. Should be called for each case of text recognition.
TextRecognizer - Class in net.doo.snap.process
Performs text recognition.
TextRecognizer() - Constructor for class net.doo.snap.process.TextRecognizer
 
TextRecognizerFactory - Class in net.doo.snap.intelligence
Provides appropriate TextRecognizers depending on needed result
TextRecognizerFactory() - Constructor for class net.doo.snap.intelligence.TextRecognizerFactory
 
TextRecognizerFactory_Factory - Class in net.doo.snap.intelligence
 
TextRecognizerFactory_Factory() - Constructor for class net.doo.snap.intelligence.TextRecognizerFactory_Factory
 
textTitle - Static variable in class com.google.android.gms.R.id
 
textTitle - Static variable in class net.doo.snap.R.id
 
Theme_AppInvite_Preview - Static variable in class com.google.android.gms.R.style
 
Theme_AppInvite_Preview - Static variable in class net.doo.snap.R.style
 
Theme_AppInvite_Preview_Base - Static variable in class com.google.android.gms.R.style
 
Theme_AppInvite_Preview_Base - Static variable in class net.doo.snap.R.style
 
Theme_IAPTheme - Static variable in class com.google.android.gms.R.style
 
Theme_IAPTheme - Static variable in class net.doo.snap.R.style
 
thing_proto - Static variable in class com.google.android.gms.R.id
 
thing_proto - Static variable in class net.doo.snap.R.id
 
THRESHOLD_HIGH - Variable in interface net.doo.snap.camera.sensor.SignificantMoveListener
Used to determine shake events
THRESHOLD_LOW - Variable in interface net.doo.snap.camera.sensor.SignificantMoveListener
Used to determine device movement that can make image blurry
THUMBNAIL_FILE_NAME - Static variable in class net.doo.snap.persistence.DocumentStoreStrategy
 
tiffWriter() - Method in class io.scanbot.sdk.ScanbotSDK
Provides io.scanbot.tiffwriter.TIFFWriter.
tiffWriter() - Method in class net.doo.snap.injection.DaggerSdkComponent
 
tiffWriter() - Method in interface net.doo.snap.injection.SdkComponent
 
tiffWriter() - Method in class net.doo.snap.ScanbotSDK
Provides io.scanbot.tiffwriter.TIFFWriter.
time - Static variable in class android.support.compat.R.id
 
time - Static variable in class android.support.coreui.R.id
 
time - Static variable in class android.support.coreutils.R.id
 
time - Static variable in class android.support.fragment.R.id
 
time - Static variable in class android.support.mediacompat.R.id
 
time - Static variable in class android.support.v4.R.id
 
time - Static variable in class androidx.core.kotlin.R.id
 
time - Static variable in class net.doo.snap.R.id
 
title - Static variable in class android.support.compat.R.id
 
title - Static variable in class android.support.coreui.R.id
 
title - Static variable in class android.support.coreutils.R.id
 
title - Static variable in class android.support.fragment.R.id
 
title - Static variable in class android.support.mediacompat.R.id
 
title - Static variable in class android.support.v4.R.id
 
title - Static variable in class androidx.core.kotlin.R.id
 
title - Static variable in class net.doo.snap.R.id
 
title_view - Static variable in class com.google.android.gms.R.id
 
title_view - Static variable in class net.doo.snap.R.id
 
toAddressesSection - Static variable in class com.google.android.gms.R.attr
 
toAddressesSection - Static variable in class net.doo.snap.R.attr
 
toolbar - Static variable in class com.google.android.gms.R.id
 
toolbar - Static variable in class net.doo.snap.R.id
 
toolbarTextColorStyle - Static variable in class com.google.android.gms.R.attr
 
toolbarTextColorStyle - Static variable in class net.doo.snap.R.attr
 
toString() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
toString() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
toString() - Method in class net.doo.snap.entity.Blob
 
toString() - Method in class net.doo.snap.entity.Document
 
toString() - Method in class net.doo.snap.util.CameraConfiguration
 
toString() - Method in enum net.doo.snap.util.log.Logger.Level
 
touch_focus_polygon_width - Static variable in class net.doo.snap.R.dimen
 
TRAINEDDATA_EXTENSION - Static variable in class net.doo.snap.persistence.BlobStoreStrategy
 
TRANSLATION_DEFAULT - Static variable in class io.scanbot.sdk.utils.ViewUtils
 
trimmable - Static variable in class com.google.android.gms.R.attr
 
trimmable - Static variable in class net.doo.snap.R.attr
 

U

uiCompass - Static variable in class com.google.android.gms.R.attr
 
uiCompass - Static variable in class net.doo.snap.R.attr
 
uiMapToolbar - Static variable in class com.google.android.gms.R.attr
 
uiMapToolbar - Static variable in class net.doo.snap.R.attr
 
uiRotateGestures - Static variable in class com.google.android.gms.R.attr
 
uiRotateGestures - Static variable in class net.doo.snap.R.attr
 
uiScrollGestures - Static variable in class com.google.android.gms.R.attr
 
uiScrollGestures - Static variable in class net.doo.snap.R.attr
 
uiTiltGestures - Static variable in class com.google.android.gms.R.attr
 
uiTiltGestures - Static variable in class net.doo.snap.R.attr
 
uiZoomControls - Static variable in class com.google.android.gms.R.attr
 
uiZoomControls - Static variable in class net.doo.snap.R.attr
 
uiZoomGestures - Static variable in class com.google.android.gms.R.attr
 
uiZoomGestures - Static variable in class net.doo.snap.R.attr
 
UNIT_SIZE_INCHES - Static variable in class net.doo.snap.util.pdf.PdfUtils
 
unlockOrientation() - Method in class net.doo.snap.camera.ScanbotCameraView
Unlocks camera orientation
unreferencedSourcesProvider() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which files net.doo.snap.persistence.cleanup.Cleaner can safely delete during clean up
unreferencedSourcesProvider - Static variable in class net.doo.snap.injection.ScanbotSdkModule
Customizable instance which will be used for injections.
UnreferencedSourcesProvider - Interface in net.doo.snap.persistence.cleanup
Provides Collection of sources ids, which are not referenced
unreferencedSourcesProvider() - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify which files net.doo.snap.persistence.cleanup.Cleaner can safely delete during clean up
unregisterSignificantMoveListener() - Method in class net.doo.snap.camera.sensor.SignificantMoveCatcher
Unregisters SignificantMoveListener
url - Static variable in class com.google.android.gms.R.id
 
url - Static variable in class net.doo.snap.R.id
 
useBarcodeDetector() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which ScanbotBarcodeDetector should be used. By default - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing
useBarcodeDetector - Static variable in class net.doo.snap.injection.ScanbotSdkModule
Customizable value that shows which ScanbotBarcodeDetector type will be used. ScanbotBarcodeDetector.BarcodeDetectorType#GoogleVision could be used if Android API > 17 and GooglePlayServices are available. Otherwise - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing will be used. By default - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing
useBarcodeDetector() - Method in class net.doo.snap.ScanbotSDKInitializer
Adjust this parameter to specify which ScanbotBarcodeDetector should be used. By default - ScanbotBarcodeDetector.BarcodeDetectorType#ZXing
useBarcodeDetectorDeprecated - Static variable in class net.doo.snap.injection.ScanbotSdkModule
 
useFlash() - Method in class net.doo.snap.camera.ScanbotCameraView
Enables or disables camera flash. If there is no flash on this device, does nothing. If view is paused, this call is ignored.
useLog - Variable in class io.scanbot.sdk.ScanbotSDKInitializer
 
useLog - Variable in class net.doo.snap.ScanbotSDKInitializer
 
usePageStorageSettings() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Adjust this parameter to specify which io.scanbot.sdk.persistence.PageStorageSettings should be used.
userInputSection - Static variable in class com.google.android.gms.R.attr
 
userInputSection - Static variable in class net.doo.snap.R.attr
 
userInputTag - Static variable in class com.google.android.gms.R.attr
 
userInputTag - Static variable in class net.doo.snap.R.attr
 
userInputValue - Static variable in class com.google.android.gms.R.attr
 
userInputValue - Static variable in class net.doo.snap.R.attr
 
UserLanguageProvider - Class in net.doo.snap.intelligence
Detects languages used by device using as much available sources, as possible Currently supports: - Device locale - Geographical location
UserLanguageProvider() - Constructor for class net.doo.snap.intelligence.UserLanguageProvider
 
UserLanguageProvider() - Constructor for class net.doo.snap.intelligence.UserLanguageProvider
 
UserLanguageProvider.LanguageSource - Interface in net.doo.snap.intelligence
Source from which languages might be obtained
UserLanguageProvider_Factory - Class in net.doo.snap.intelligence
 
UserLanguageProvider_Factory() - Constructor for class net.doo.snap.intelligence.UserLanguageProvider_Factory
 
useViewLifecycle - Static variable in class com.google.android.gms.R.attr
 
useViewLifecycle - Static variable in class net.doo.snap.R.attr
 
Utils - Class in net.doo.snap.util.snap
Helper methods to work with Camera

V

VERSION_CODE - Static variable in class net.doo.snap.BuildConfig
 
VERSION_NAME - Static variable in class net.doo.snap.BuildConfig
 
ViewUtils - Class in io.scanbot.sdk.utils
Contains tools for usage in View animations and transformations. Also contains methods to handle major ui bug-fixes.
ViewUtils.DefaultAnimationListener - Class in io.scanbot.sdk.utils
Implementation of Animator.AnimatorListener that does nothing. Used as base class for creating anonymous classes, which doesn't force you to override all the methods. Also, ensures that ViewUtils.DefaultAnimationListener.onAnimationFinished will be invoked not more than once per animation (which, for instance, can be possible on HTC One X).
ViewUtils.HardwareLayerAnimationListener - Class in io.scanbot.sdk.utils
Applies View#LAYER_TYPE_HARDWARE to provided View on animation start and returns in to previous layer on animation finish.

W

w() - Method in class net.doo.snap.util.log.DebugLog
Writes tag and message to the log file and also calls Log.w with given params.
w() - Method in class net.doo.snap.util.log.DebugLog
 
w() - Method in interface net.doo.snap.util.log.Logger
Writes tag and message to the log on Level#Warning
w() - Method in class net.doo.snap.util.log.StubLogger
 
wallet_bright_foreground_disabled_holo_light - Static variable in class com.google.android.gms.R.color
 
wallet_bright_foreground_disabled_holo_light - Static variable in class net.doo.snap.R.color
 
wallet_bright_foreground_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_bright_foreground_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_bright_foreground_holo_light - Static variable in class com.google.android.gms.R.color
 
wallet_bright_foreground_holo_light - Static variable in class net.doo.snap.R.color
 
wallet_buy_button_place_holder - Static variable in class com.google.android.gms.R.string
 
wallet_buy_button_place_holder - Static variable in class net.doo.snap.R.string
 
wallet_dim_foreground_disabled_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_dim_foreground_disabled_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_dim_foreground_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_dim_foreground_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_highlighted_text_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_highlighted_text_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_highlighted_text_holo_light - Static variable in class com.google.android.gms.R.color
 
wallet_highlighted_text_holo_light - Static variable in class net.doo.snap.R.color
 
wallet_hint_foreground_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_hint_foreground_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_hint_foreground_holo_light - Static variable in class com.google.android.gms.R.color
 
wallet_hint_foreground_holo_light - Static variable in class net.doo.snap.R.color
 
wallet_holo_blue_light - Static variable in class com.google.android.gms.R.color
 
wallet_holo_blue_light - Static variable in class net.doo.snap.R.color
 
wallet_link_text_light - Static variable in class com.google.android.gms.R.color
 
wallet_link_text_light - Static variable in class net.doo.snap.R.color
 
wallet_primary_text_holo_light - Static variable in class com.google.android.gms.R.color
 
wallet_primary_text_holo_light - Static variable in class net.doo.snap.R.color
 
wallet_secondary_text_holo_dark - Static variable in class com.google.android.gms.R.color
 
wallet_secondary_text_holo_dark - Static variable in class net.doo.snap.R.color
 
wallet_test_layout - Static variable in class com.google.android.gms.R.layout
 
wallet_test_layout - Static variable in class net.doo.snap.R.layout
 
WalletFragmentDefaultButtonTextAppearance - Static variable in class com.google.android.gms.R.style
 
WalletFragmentDefaultButtonTextAppearance - Static variable in class net.doo.snap.R.style
 
WalletFragmentDefaultDetailsHeaderTextAppearance - Static variable in class com.google.android.gms.R.style
 
WalletFragmentDefaultDetailsHeaderTextAppearance - Static variable in class net.doo.snap.R.style
 
WalletFragmentDefaultDetailsTextAppearance - Static variable in class com.google.android.gms.R.style
 
WalletFragmentDefaultDetailsTextAppearance - Static variable in class net.doo.snap.R.style
 
WalletFragmentDefaultStyle - Static variable in class com.google.android.gms.R.style
 
WalletFragmentDefaultStyle - Static variable in class net.doo.snap.R.style
 
WalletFragmentOptions - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentOptions - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentOptions_appTheme - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentOptions_appTheme - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentOptions_environment - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentOptions_environment - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentOptions_fragmentMode - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentOptions_fragmentMode - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentOptions_fragmentStyle - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentOptions_fragmentStyle - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_buyButtonAppearance - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_buyButtonAppearance - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_buyButtonHeight - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_buyButtonHeight - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_buyButtonText - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_buyButtonText - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_buyButtonWidth - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_buyButtonWidth - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsBackground - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsBackground - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsButtonBackground - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsButtonBackground - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsButtonTextAppearance - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsHeaderTextAppearance - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsLogoImageType - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsLogoImageType - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsLogoTextColor - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsLogoTextColor - Static variable in class net.doo.snap.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsTextAppearance - Static variable in class com.google.android.gms.R.styleable
 
WalletFragmentStyle_maskedWalletDetailsTextAppearance - Static variable in class net.doo.snap.R.styleable
 
wide - Static variable in class com.google.android.gms.R.id
 
wide - Static variable in class net.doo.snap.R.id
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.compat.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.coreui.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.coreutils.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.fragment.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.mediacompat.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class android.support.v4.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class androidx.core.kotlin.R.style
 
Widget_Compat_NotificationActionContainer - Static variable in class net.doo.snap.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.compat.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.coreui.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.coreutils.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.fragment.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.mediacompat.R.style
 
Widget_Compat_NotificationActionText - Static variable in class android.support.v4.R.style
 
Widget_Compat_NotificationActionText - Static variable in class androidx.core.kotlin.R.style
 
Widget_Compat_NotificationActionText - Static variable in class net.doo.snap.R.style
 
widthInches - Variable in enum net.doo.snap.util.bitmap.ImageQualityOptimizer.PaperFormat
 
windowTransitionStyle - Static variable in class com.google.android.gms.R.attr
 
windowTransitionStyle - Static variable in class net.doo.snap.R.attr
 
withLogging() - Method in class io.scanbot.sdk.ScanbotSDKInitializer
Enables or disables logs in Scanbot SDK. Logs are printed into LogCat as well as saved on the device. You can find them in Environment#getExternalStorageDirectory()/debug_logs/[package_name]. Usually it is /sdcard/debug_logs/[package_name] By default all logs are disabled. If you're using logging, consider switching it off for production builds for security and performance reasons. This method must be called before ScanbotSDKInitializer.initialize, so it is possible to change logging settings before initializing the SDK.
withLogging() - Method in class net.doo.snap.ScanbotSDKInitializer
Enables or disables logs in Scanbot SDK. Logs are printed into LogCat as well as saved on the device. You can find them in Environment#getExternalStorageDirectory()/debug_logs/[package_name]. Usually it is /sdcard/debug_logs/[package_name] By default all logs are disabled. If you're using logging, consider switching it off for production builds for security and performance reasons. This method must be called before ScanbotSDKInitializer.initialize, so it is possible to change logging settings before initializing the SDK.
withoutPDF() - Method in class net.doo.snap.intelligence.StubTextRecognition
 
withoutPDF() - Method in class net.doo.snap.intelligence.StubTextRecognition
 
withoutPDF() - Method in class net.doo.snap.intelligence.TextRecognizerFactory
 
withoutPDF() - Method in class net.doo.snap.intelligence.TextRecognizerFactory
 
withoutPDF() - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used to recognize text.
withoutPDF() - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used to recognize text.
withPDF() - Method in class net.doo.snap.intelligence.StubTextRecognition
 
withPDF() - Method in class net.doo.snap.intelligence.StubTextRecognition
 
withPDF() - Method in class net.doo.snap.intelligence.TextRecognizerFactory
 
withPDF() - Method in class net.doo.snap.intelligence.TextRecognizerFactory
 
withPDF() - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used for creating PDF with embedded text recognition result.
withPDF() - Method in interface net.doo.snap.process.TextRecognition
Provides TextRecognizer which can be used for creating PDF with embedded text recognition result.
words - Variable in class net.doo.snap.process.OcrResult
The List of OcrResultBlock objects containing all blocks of type OcrResultBlock.OcrResultBlockType#WORD.
wrap_content - Static variable in class com.google.android.gms.R.id
 
wrap_content - Static variable in class net.doo.snap.R.id
 
writeToParcel() - Method in class io.scanbot.sdk.barcode.entity.BarcodeScanningResult
 
writeToParcel() - Method in class io.scanbot.sdk.barcode.entity.ResultPoint
 
writeToParcel() - Method in class net.doo.snap.entity.Document
 
writeToParcel() - Method in class net.doo.snap.entity.Page
 
writeToParcel() - Method in class net.doo.snap.entity.SnappingDraft
 
writeToParcel() - Method in class net.doo.snap.process.util.DocumentDraft
 

Y

YUVUtil - Class in net.doo.snap.util
Provides operation with

Z

zOrderOnTop - Static variable in class com.google.android.gms.R.attr
 
zOrderOnTop - Static variable in class net.doo.snap.R.attr
 
ZXingBarcodeDetector - Class in io.scanbot.sdk.barcode
Manages barcode detection operations and detector initialization
ZXingBarcodeDetector() - Constructor for class io.scanbot.sdk.barcode.ZXingBarcodeDetector
 
ZXingBarcodeDetector - Class in net.doo.snap.camera.barcode
Manages barcode detection operations and detector initialization
ZXingBarcodeDetector() - Constructor for class net.doo.snap.camera.barcode.ZXingBarcodeDetector
 
ZXingBarcodeDetector_Factory - Class in io.scanbot.sdk.barcode
 
ZXingBarcodeDetector_Factory() - Constructor for class io.scanbot.sdk.barcode.ZXingBarcodeDetector_Factory
 
ZXingBarcodeDetector_Factory - Class in net.doo.snap.camera.barcode
 
ZXingBarcodeDetector_Factory() - Constructor for class net.doo.snap.camera.barcode.ZXingBarcodeDetector_Factory
 
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 
Skip navigation links