ScanbotSdkConfig constructor
ScanbotSdkConfig({
- String licenseKey = "",
- int? storageImageQuality,
- ImageFormat? storageImageFormat,
- bool? loggingEnabled,
- bool? enableNativeLogging,
- String? storageBaseDirectory,
- dynamic licenseErrorHandler()?,
- DocumentDetectorMode? documentDetectorMode,
- String? fileEncryptionPassword,
- FileEncryptionMode? fileEncryptionMode,
- bool? useCameraX,
- bool? allowGpuAcceleration,
- bool? allowXnnpackAcceleration,
Implementation
ScanbotSdkConfig(
{this.licenseKey = "",
this.storageImageQuality,
this.storageImageFormat,
this.loggingEnabled,
this.enableNativeLogging,
this.storageBaseDirectory,
this.licenseErrorHandler,
this.documentDetectorMode,
this.fileEncryptionPassword,
this.fileEncryptionMode,
this.useCameraX,
this.allowGpuAcceleration,
this.allowXnnpackAcceleration});