Class ContentValidationCallback
- Namespace
- ScanbotSDK.MAUI.Core.TextPattern
- Assembly
- DocumentSDK.MAUI.dll
public abstract class ContentValidationCallback
- Inheritance
-
ContentValidationCallback
- Inherited Members
Constructors
ContentValidationCallback()
protected ContentValidationCallback()
Methods
CleanImpl(string)
public abstract string CleanImpl(string RawText)
Parameters
RawTextstring
Returns
ValidateImpl(string)
public abstract bool ValidateImpl(string Text)
Parameters
Textstring