Class Summarizer.SummarizerResult
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
Represents the result of a summarization operation, including both a title and summarized content.
public sealed class Summarizer.SummarizerResult
- Inheritance
-
Summarizer.SummarizerResult
- Inherited Members
Properties
- Confidence
Gets the confidence score of the summarization operation.
- Summary
The generated summarized content.
- Title
The generated title of the summarized content.