IntermediateResultExtraInfo
The IntermediateResultExtraInfo class represents the extra information for generating an intermediate result unit.
Definition
class IntermediateResultExtraInfo
Attributes Summary
| Attribute | Type |
|---|---|
targetROIDefName |
string |
taskName |
string |
isSectionLevelResult |
bool |
sectionType |
EnumSectionType |
targetROIDefName
Specifies the name of the TargetROIDef object that generates the intermediate result.
string targetROIDefName
taskName
Specifies the name of the task that generates the intermediate result.
string taskName
isSectionLevelResult
Specifies whether the intermediate result is section-level result.
bool isSectionLevelResult
sectionType
Specifies the SectionType that generates the intermediate result.
EnumSectionType sectionType
See Also