Property ResolvedVisionModel
- Namespace
- LMKit.Document.Conversion
- Assembly
- LM-Kit.NET.dll
ResolvedVisionModel
Gets the vision-language model currently in use by this converter, or null
if no vision-based strategy has been run yet. After the first call that requires
a vision model, this returns either the user-supplied model or the lazily loaded
default (DefaultVisionModelId).
public LM ResolvedVisionModel { get; }