Enum Summarizer.SummarizationIntent
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Defines the type of summarization intent to apply when processing a given input.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Summarizer.SummarizationIntent
Fields
Classification = 0
Classify the nature or category of the input content without attempting to interpret or summarize it. Typically used to describe format, domain, tone, or structural features (e.g., "This is a legal contract").
Abstraction = 1
Generate a high-level summary that captures the semantic meaning of the input content. Intended to provide a condensed version of the text, highlighting core ideas or messages.