Interface NamedEntityRedactionProgressCallback
-
public interface NamedEntityRedactionProgressCallback
Provides progress status callback functionality forNamedEntityUtility
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
progressUpdated(int current, int total, NamedEntityRedactionResults currentResults)
-
-
-
Method Detail
-
progressUpdated
void progressUpdated(int current, int total, NamedEntityRedactionResults currentResults)
-
-