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
W
- w(java.lang.String) - function in io.scanbot.sdk.util.log.DebugLog
- w(java.lang.String,java.lang.String) - function in io.scanbot.sdk.util.log.DebugLog
- Writes tag and message to the log file and also calls Log.w with given params.
- w(java.lang.String,java.lang.String) - function in io.scanbot.sdk.util.log.Logger
- Writes tag and message to the log on Level.Warning
- Warning - enum entry in io.scanbot.sdk.util.log.Logger.Level
- whiteBlackPointFilter() - function in io.scanbot.sdk.imagefilters.ParametricFilter.Companion
- WhiteBlackPointFilter - class in io.scanbot.sdk.imagefilters
- Maps image value channel so that all the pixels darker than the black point are set to 0, all the pixels brighter than the white point are set to 255, and the pixels in between are linearly scaled.
- WILL - enum entry in io.scanbot.sdk.entity.DocumentType
- withLogging(java.lang.Boolean,java.lang.Boolean) - function in io.scanbot.sdk.ScanbotSDKInitializer
- Enables or disables logs in Scanbot SDK.
- withLogging(java.lang.Boolean,java.lang.Boolean) - function in io.scanbot.sdk.ScanbotSdkInitializerCommonApi
- Enables or disables logs in Scanbot SDK.
- withShadow(.<Error class: unknown class>) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypographyKt
- withShadow(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.ForegroundStyle) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypographyKt
- withShadow(.<Error class: unknown class>,io.scanbot.sdk.ui_v2.common.StyledText) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypographyKt
- withShadow(.<Error class: unknown class>,java.lang.Boolean) - function in io.scanbot.sdk.ui_v2.common.theme.ScanbotTypographyKt
- WORD - enum entry in io.scanbot.ocr.model.OcrResultBlock.OcrResultBlockType
- WordBoxHighlightColor - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerParameter
- WordBoxHighlightEnabled - enum entry in io.scanbot.sdk.ui.view.generictext.configuration.json.TextDataScannerParameter
- WordboxPreviewView - class in io.scanbot.sdk.generictext.ui
- Allows to highlight the words which were recognized by io.scanbot.sdk.generictext.GenericTextRecognizer
- wrap(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.barcodescanner.entity.BarcodeDocumentLibrary
- An extension function for GenericDocument class
- wrap(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.check.entity.CheckDocumentLibrary
- An extension function for GenericDocument class
- wrap(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.genericdocument.entity.GenericDocumentLibrary
- An extension function for GenericDocument class
- wrapperFromGenericDocument(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.barcodescanner.entity.BarcodeDocumentLibrary
- Converts the given generic document to a strongly typed wrapper
- wrapperFromGenericDocument(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.check.entity.CheckDocumentLibrary
- Converts the given generic document to a strongly typed wrapper
- wrapperFromGenericDocument(io.scanbot.genericdocument.entity.GenericDocument) - function in io.scanbot.genericdocument.entity.GenericDocumentLibrary
- Converts the given generic document to a strongly typed wrapper
- write(kotlin.ByteArray,java.io.File) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- Write ByteArray data to the destination File
- write(kotlin.ByteArray,java.io.File) - function in io.scanbot.sdk.persistence.fileio.BaseFileIOProcessor
- Write ByteArray data to the destination File
- write(kotlin.ByteArray,java.io.File) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- Write ByteArray data to the destination File
- write(kotlin.ByteArray,java.io.File) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- Write ByteArray data to the destination File
- writeImage(android.graphics.Bitmap,android.graphics.Bitmap.CompressFormat,java.lang.Integer,java.io.File) - function in io.scanbot.sdk.persistence.fileio.AESEncryptedFileIOProcessor
- Write Bitmap to the destination File
- writeImage(android.graphics.Bitmap,android.graphics.Bitmap.CompressFormat,java.lang.Integer,java.io.File) - function in io.scanbot.sdk.persistence.fileio.DefaultFileIOProcessor
- Write Bitmap to the destination File
- writeImage(android.graphics.Bitmap,android.graphics.Bitmap.CompressFormat,java.lang.Integer,java.io.File) - function in io.scanbot.sdk.persistence.fileio.EncryptedFileIOProcessor
- Write Bitmap to the destination File
- writeImage(android.graphics.Bitmap,android.graphics.Bitmap.CompressFormat,java.lang.Integer,java.io.File) - function in io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor
- Write Bitmap to the destination File
- writeTIFF(io.scanbot.sdk.docprocessing.Document,java.io.File,io.scanbot.sdk.tiff.model.TIFFImageWriterParameters) - function in io.scanbot.sdk.tiff.TIFFWriter
- Write single-page or multi-page TIFF file form Document.
- writeTIFF(kotlin.Array,java.io.File,io.scanbot.sdk.tiff.model.TIFFImageWriterParameters) - function in io.scanbot.sdk.tiff.TIFFWriter
- Write single-page or multi-page TIFF file.
- writeTIFF(kotlin.Array,java.lang.Boolean,java.io.File,io.scanbot.sdk.tiff.model.TIFFImageWriterParameters) - function in io.scanbot.sdk.tiff.TIFFWriter
- Write single-page or multi-page TIFF file.
- writeTIFF(kotlin.Array,java.lang.Boolean,java.io.File,io.scanbot.sdk.tiff.model.TIFFImageWriterParameters) - function in io.scanbot.sdk.tiff.TIFFWriter
- Write single-page or multi-page TIFF file.
- writeTIFFFromFiles(java.util.List,io.scanbot.tiffwriter.model.TIFFWriterParameters) - function in io.scanbot.tiffwriter.NativeTIFFWriter
- Write single-page or multi-page TIFF to the buffer.
- writeTIFFFromFiles(java.util.List,java.io.File,io.scanbot.tiffwriter.model.TIFFWriterParameters) - function in io.scanbot.tiffwriter.NativeTIFFWriter
- Write single-page or multi-page TIFF file.
- writeTIFFFromImages(kotlin.Array,io.scanbot.tiffwriter.model.TIFFWriterParameters) - function in io.scanbot.tiffwriter.NativeTIFFWriter
- Write single-page or multi-page TIFF to the buffer.
- writeTIFFFromImages(kotlin.Array,java.io.File,io.scanbot.tiffwriter.model.TIFFWriterParameters) - function in io.scanbot.tiffwriter.NativeTIFFWriter
- Write single-page or multi-page TIFF file.