AiSegmentationModelType
AI segmentation model types supported by the framework. TotalSegmentator for whole-body CT/MR segmentation. nnU-Net for general medical image segmentation. MONAI framework for medical AI workflows.
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