Table of Contents

Property Guidance

Namespace
LMKit.TextAnalysis
Assembly
LM-Kit.NET.dll

Guidance

Gets or sets optional guidance text that can influence the extraction process. This can be used to steer the model towards certain themes or constraints.

public string Guidance { get; set; }

Property Value

string

Examples

extractor.Guidance = "Focus on technology-related keywords.";
Console.WriteLine("Guidance: " + extractor.Guidance);