Table of Contents

Property IsVisionRequired

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

IsVisionRequired

Gets a value indicating whether vision processing (e.g., image analysis or OCR) is required to interpret the attachment.

public bool IsVisionRequired { get; }

Property Value

bool

Remarks

Returns true when the attachment lacks extractable text or is explicitly marked to require vision processing. This is useful when selecting a language model or pipeline that supports image inputs.