Property HasVision
HasVision
Indicates whether the model includes vision capabilities, enabling it to process visual content in addition to text.
public bool HasVision { get; }
Property Value
- bool
true
if the model supports vision-related functionalities; otherwise,false
.
Remarks
Vision-enabled models can handle multimodal inputs, allowing for tasks that involve both text and image data. This property checks if the underlying vision weights are initialized, thereby determining the model's ability to handle visual information.