9 lines
181 B
C#
9 lines
181 B
C#
|
|
using PiiRedaction.Core.Detection;
|
||
|
|
|
||
|
|
namespace PiiRedaction.TestHarness.Wpf.Services;
|
||
|
|
|
||
|
|
public interface IScriptAnalysisService
|
||
|
|
{
|
||
|
|
ScriptComposition GetComposition(string text);
|
||
|
|
}
|