Property Confidence
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Confidence
Gets the confidence score of the last keyword extraction operation. This score is influenced by how the model terminated and how well the generation followed the requested schema.
public float Confidence { get; }
Property Value
Examples
// After extracting keywords
Console.WriteLine("Last Extraction Confidence: " + extractor.Confidence);