Package io.scanbot.sdk.configuration
Class ScanbotSdkConfigurationKt
-
- All Implemented Interfaces:
public final class ScanbotSdkConfigurationKt
-
-
Method Summary
Modifier and Type Method Description final static ScanbotSDKInitializer
fromJson(ScanbotSDKInitializer $self, Application application, String input)
final static CameraImageFormat
toSdk(JsonStorageImageFormat $self)
Converts JSON-compatible object to SDK object final static ContourDetector.Type
toSdk(JsonDocumentDetectorMode $self)
Converts JSON-compatible object to SDK object final static AESEncryptedFileIOProcessor.AESEncrypterMode
toSdk(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 ContourDetector.Type toSdk(JsonDocumentDetectorMode $self)
Converts JSON-compatible object to SDK object
-
toSdk
final static AESEncryptedFileIOProcessor.AESEncrypterMode toSdk(JsonFileEncryptionMode $self)
Converts JSON-compatible object to SDK object
-
-
-
-