public interface Processor<T extends Document>
Processor interface represents component that is responsible for quality improvement after machine-learning.| Modifier and Type | Method and Description |
|---|---|
void |
process(T document)
Applies custom logic upon document.
|
void process(T document)
document - document to be processedCopyright © 2020. All rights reserved.