Table of Contents

Class CheckUserGuidanceStrings

Namespace
ScanbotSDK.MAUI.Check
Assembly
DocumentSDK.MAUI.dll

Configuration that helps to override default hint values.

public class CheckUserGuidanceStrings
Inheritance
CheckUserGuidanceStrings
Inherited Members

Properties

Capturing

Text that is shown when the camera snaps the image (Android only).

public string Capturing { get; set; }

Property Value

string

Processing

Text that is shown when the detector tries to detect the document from the snapped image (Android only).

public string Processing { get; set; }

Property Value

string

Scanning

Text text that is shown when the camera is seeking for the document on the visible area, shown after the first result from the detector.

public string Scanning { get; set; }

Property Value

string

StartScanning

Text that is shown on camera open.

public string StartScanning { get; set; }

Property Value

string