Contains a markdown document. This markdown document class supports original markdown,...
async Task< string > GeneratePlainText()
Generates Plain Text from the markdown text.
static Task< MarkdownDocument > CreateAsync(string MarkdownText, params Type[] TransparentExceptionTypes)
Contains a markdown document. This markdown document class supports original markdown,...
Task Tokenize(object Value, TokenizationProcess Process)
Tokenizes an object.
Contains information about a tokenization process.
static async Task Tokenize(HumanReadableText HumanReadableText, Contract Contract, TokenizationProcess Process)
Tokenizes a set of strings.
Grade Supports(Type Type)
How well the tokenizer can tokenize objects of type Type .
HumanReadableTextTokenizer()
Tokenizes a human readable text.
async Task Tokenize(object Value, TokenizationProcess Process)
Tokenizes an object.
Class representing human-readable text.
override void ToMarkdown(MarkdownOutput Markdown, Contract Contract, int Level, int Indentation)
Exports the human-readable text to Markdown.
Interface for full-text-search tokenizers