Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IFileTokenizer.cs
1using System.Threading.Tasks;
4
6{
10 public interface IFileTokenizer : IProcessingSupport<string>
11 {
17 Task Tokenize(FileReference Reference, TokenizationProcess Process);
18 }
19}
Contains a reference to an indexed file.
Contains information about a tokenization process.
Interface for file tokenizers. Best tokenizer is selected
Task Tokenize(FileReference Reference, TokenizationProcess Process)
Tokenizes an object.
Interface for detecting interfaces supporting objects with predefined features.