Table of Contents

Class CroppingTextLocalization

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of all the strings for the standalone cropping screen.

public class CroppingTextLocalization
Inheritance
CroppingTextLocalization
Inherited Members

Properties

AccessibilityDescriptionCroppingDetectButton

The accessibility hint for the 'detect document' button, located in the bottom bar of the cropping screen. Default is "Tap to detect document on the image"

public string AccessibilityDescriptionCroppingDetectButton { get; set; }

Property Value

string

AccessibilityDescriptionCroppingResetButton

The accessibility hint for the 'reset detection' button, located in the bottom bar of the cropping screen. Default is "Tap to reset document contour to whole image"

public string AccessibilityDescriptionCroppingResetButton { get; set; }

Property Value

string

AccessibilityDescriptionCroppingRotateButton

The accessibility hint for the 'rotate page' button, located in the bottom bar of the cropping screen. Default is "Tap to rotate document"

public string AccessibilityDescriptionCroppingRotateButton { get; set; }

Property Value

string

AccessibilityDescriptionCroppingTopBarCancelButton

The accessibility hint for the 'cancel' button, located in the top bar of the cropping screen. Default is "Tap to close screen without applying changes"

public string AccessibilityDescriptionCroppingTopBarCancelButton { get; set; }

Property Value

string

AccessibilityDescriptionCroppingTopBarConfirmButton

The accessibility hint for the 'confirm' button, located in the top bar of the cropping screen. Default is "Tap to apply changes"

public string AccessibilityDescriptionCroppingTopBarConfirmButton { get; set; }

Property Value

string

CameraProgressOverlayTitle

The cropping progress overlay title. Default is "Please wait..."

public string CameraProgressOverlayTitle { get; set; }

Property Value

string

CroppingDetectButtonTitle

The 'detect document' button title, located in the bottom bar of the cropping screen. Default is "Detect"

public string CroppingDetectButtonTitle { get; set; }

Property Value

string

CroppingResetButtonTitle

The 'reset detection' button title, located in the bottom bar of the cropping screen. Default is "Reset"

public string CroppingResetButtonTitle { get; set; }

Property Value

string

CroppingRotateButtonTitle

The 'rotate page' button title, located in the bottom bar of the cropping screen. Default is "Rotate"

public string CroppingRotateButtonTitle { get; set; }

Property Value

string

CroppingScreenTitle

The cropping screen title, located in the top bar. Default is "Crop"

public string CroppingScreenTitle { get; set; }

Property Value

string

CroppingTopBarCancelButtonTitle

The 'cancel' button title, located in the top bar of the cropping screen. Default is "Cancel"

public string CroppingTopBarCancelButtonTitle { get; set; }

Property Value

string

CroppingTopBarConfirmButtonTitle

The 'confirm' button title, located in the top bar of the cropping screen. Default is "Done"

public string CroppingTopBarConfirmButtonTitle { get; set; }

Property Value

string

Methods

FromJson(string)

public static CroppingTextLocalization FromJson(string rawJson)

Parameters

rawJson string

Returns

CroppingTextLocalization