Class SBSDKConfiguration
- Namespace
- ScanbotSDK.MAUI
- Assembly
- DocumentSDK.MAUI.dll
public sealed class SBSDKConfiguration
- Inheritance
-
SBSDKConfiguration
- Inherited Members
Constructors
SBSDKConfiguration()
public SBSDKConfiguration()
Fields
Encryption
public SBSDKEncryption Encryption
Field Value
EngineMode
public DocumentScannerEngineMode EngineMode
Field Value
Properties
AllowGpuAcceleration
Enables GPU acceleration for TensorFlow ML models (Android only). Default is true.
public bool? AllowGpuAcceleration { get; set; }
Property Value
- bool?
AllowXnnpackAcceleration
Allows controlling whether the XNN pack optimizations should be used (Android only). Default is true.
public bool? AllowXnnpackAcceleration { get; set; }
Property Value
- bool?
EnableLogging
public bool EnableLogging { get; set; }
Property Value
PerformanceHintApiEnabled
Enable or disable CPU acceleration. By default, the CPU acceleration is enabled and all detection logic is executed on top CPU cores on supported devices, otherwise it might run on middle or low tier cores of device. It depends on the device architecture and Android version.
public bool? PerformanceHintApiEnabled { get; set; }
Property Value
- bool?
StorageBaseDirectory
public string StorageBaseDirectory { get; set; }
Property Value
StorageImageFormat
public CameraImageFormat StorageImageFormat { get; set; }
Property Value
StorageImageQuality
public int StorageImageQuality { get; set; }