Property IsVisionRequired
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
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.