Table of Contents

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

RawText string

Returns

string

ValidateImpl(string)

public abstract bool ValidateImpl(string Text)

Parameters

Text string

Returns

bool