Table of Contents

Interface ISBSDKContentValidationCallback

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public interface ISBSDKContentValidationCallback : INativeObject, IDisposable
Inherited Members

Methods

CleanWithRawText(string)

string CleanWithRawText(string rawText)

Parameters

rawText string

Returns

string

ValidateWithText(string)

bool ValidateWithText(string text)

Parameters

text string

Returns

bool