ScanbotSdkConfig constructor

ScanbotSdkConfig({
  1. String? licenseKey,
  2. int? imageQuality,
  3. ImageFormat? imageFormat,
  4. bool? loggingEnabled,
  5. String? storageBaseDirectory,
  6. dynamic licenseErrorHandler(
    1. Status,
    2. SdkFeature?,
    3. String
    )?,
  7. EncryptionParameters? encryptionParameters,
  8. DocumentDetectorMode? documentDetectorMode,
  9. bool? useCameraX,
  10. bool? allowGpuAcceleration,
  11. 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});