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
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
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
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
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
CameraProgressOverlayTitle
The cropping progress overlay title. Default is "Please wait..."
public string CameraProgressOverlayTitle { get; set; }
Property Value
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
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
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
CroppingScreenTitle
The cropping screen title, located in the top bar. Default is "Crop"
public string CroppingScreenTitle { get; set; }
Property Value
CroppingTopBarCancelButtonTitle
The 'cancel' button title, located in the top bar of the cropping screen. Default is "Cancel"
public string CroppingTopBarCancelButtonTitle { get; set; }
Property Value
CroppingTopBarConfirmButtonTitle
The 'confirm' button title, located in the top bar of the cropping screen. Default is "Done"
public string CroppingTopBarConfirmButtonTitle { get; set; }
Property Value
Methods
FromJson(string)
public static CroppingTextLocalization FromJson(string rawJson)
Parameters
rawJson
string