ScanbotSdkConfig constructor
ScanbotSdkConfig({
- String? licenseKey,
- int? imageQuality,
- ImageFormat? imageFormat,
- bool? loggingEnabled,
- String? storageBaseDirectory,
- dynamic licenseErrorHandler()?,
- EncryptionParameters? encryptionParameters,
- DocumentDetectorMode? documentDetectorMode,
- bool? useCameraX,
- bool? allowGpuAcceleration,
- bool? allowXnnpackAcceleration,
Implementation
ScanbotSdkConfig(
{this.licenseKey,
this.imageQuality,
this.imageFormat,
this.loggingEnabled,
this.storageBaseDirectory,
this.licenseErrorHandler,
this.encryptionParameters,
this.documentDetectorMode,
this.useCameraX,
this.allowGpuAcceleration,
this.allowXnnpackAcceleration});