[API][partial]
[Search][no]
[UI][no]
Summarization engines generate a readable summary of a given piece of text.
Engine input
Summarization engines can specify supportedInputFormats in their manifest for mime types they can support natively (e.g. text/plain, application/pdf). In this case, engines are given the entire file as their input and are responsible for outputting the summary of the entire file in their .aion output.
Engine output
See the summary validation contract json-schema.
Example
The simplest example is a single summary of an entire document
{
"validationContracts": ["summary"],
"summary": "textual summary of the entire document goes here"
}