Property VisionModel
- Namespace
- LMKit.Document.Conversion
- Assembly
- LM-Kit.NET.dll
VisionModel
Gets the vision-language model supplied by the caller, or null when
the converter was built without one. The default model (see
DefaultVisionModelId) is loaded lazily in that case and is
exposed through ResolvedVisionModel after the first vision call.
public LM VisionModel { get; }