AiSegmentationModelType
AI segmentation model families supported by the scripting API. Available values: - TotalSegmentator: Whole-body anatomical segmentation for CT and MR studies. - NnUnet: General medical image segmentation using nnU-Net models. - Monai: MONAI-based segmentation bundles and workflows. - Cellpose: General-purpose 2D and 3D object segmentation using Cellpose-SAM.
Import
import ScriptingApi as api
# Access the class
# AiSegmentationModelType is available via api.AiSegmentationModelType
Enumeration Values
Enumeration Type from AiSegmentationModelType
| Value | Description |
|---|---|
AiSegmentationModelType.TotalSegmentator | TotalSegmentator option |
AiSegmentationModelType.NnUnet | NnUnet option |
AiSegmentationModelType.Monai | Monai option |
AiSegmentationModelType.Cellpose | Cellpose option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.AiSegmentationModelType.TotalSegmentator