Property HasImageSegmentation
HasImageSegmentation
Indicates whether the model supports image segmentation, enabling partitioning of an image into regions or object masks for downstream analysis and understanding.
public bool HasImageSegmentation { get; }
Property Value
- bool
true
if the model supports image segmentation; otherwise,false
.