Property TargetLanguage
- Namespace
- LMKit.TextGeneration
- Assembly
- LM-Kit.NET.dll
TargetLanguage
Specifies the preferred language for generated summaries. When set to Undefined (default), the engine attempts to auto-detect the input content language (note: auto-detection may affect performance) and generate the summary accordingly. If explicitly set, the engine makes a best-effort attempt to interpret content and generate the summary in the specified language.
public Language TargetLanguage { get; set; }