ScanbotSdkConfig constructor

ScanbotSdkConfig({
  1. String licenseKey = "",
  2. int? storageImageQuality,
  3. ImageFormat? storageImageFormat,
  4. bool? loggingEnabled,
  5. bool? enableNativeLogging,
  6. String? storageBaseDirectory,
  7. dynamic licenseErrorHandler(
    1. Status,
    2. SdkFeature?,
    3. String
    )?,
  8. DocumentDetectorMode? documentDetectorMode,
  9. String? fileEncryptionPassword,
  10. FileEncryptionMode? fileEncryptionMode,
  11. bool? useCameraX,
  12. bool? allowGpuAcceleration,
  13. 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});