Table of Contents

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

SBSDKEncryption

EngineMode

public DocumentScannerEngineMode EngineMode

Field Value

DocumentScannerEngineMode

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

bool

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

string

StorageImageFormat

public CameraImageFormat StorageImageFormat { get; set; }

Property Value

CameraImageFormat

StorageImageQuality

public int StorageImageQuality { get; set; }

Property Value

int