Property MaxContextLength
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
MaxContextLength
Gets or sets the maximum context length (in tokens) used during PII extraction.
public int MaxContextLength { get; set; }
Property Value
Remarks
This value is automatically clamped between the model’s own maximum context size and the library’s minimum allowed size.
When the total content exceeds this limit, the extractor will split the work into multiple passes so that all content is processed in full.