Property VisionModel
- Namespace
- LMKit.Integrations.Tesseract
- Assembly
- LM-Kit.NET.dll
VisionModel
Gets or sets the vision-capable LM model used for automatic language detection.
public LM VisionModel { get; set; }
Property Value
Remarks
This model is required when EnableLanguageDetection is true.
The model must support vision capabilities (HasVision must be true)
to perform language detection on image content.
If a non-vision model is provided, language detection will fall back to the DefaultLanguage with a warning logged.