Package io.scanbot.sdk.configuration
Class ScanbotSdkConfigurationKt
-
- All Implemented Interfaces:
public final class ScanbotSdkConfigurationKt
-
-
Method Summary
Modifier and Type Method Description final static ScanbotSDKInitializerfromJson(ScanbotSDKInitializer $self, Application application, String input)final static CameraImageFormattoSdk(JsonStorageImageFormat $self)Converts JSON-compatible object to SDK object final static DocumentScannerEngineModetoSdk(JsonDocumentScannerEngineMode $self)Converts JSON-compatible object to SDK object final static AESEncryptedFileIOProcessor.AESEncrypterModetoSdk(JsonFileEncryptionMode $self)Converts JSON-compatible object to SDK object -
-
Method Detail
-
fromJson
final static ScanbotSDKInitializer fromJson(ScanbotSDKInitializer $self, Application application, String input)
-
toSdk
final static CameraImageFormat toSdk(JsonStorageImageFormat $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static DocumentScannerEngineMode toSdk(JsonDocumentScannerEngineMode $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static AESEncryptedFileIOProcessor.AESEncrypterMode toSdk(JsonFileEncryptionMode $self)
Converts JSON-compatible object to SDK object
-
-
-
-