IntermediateResultExtraInfo
The IntermediateResultExtraInfo
class represents the extra information associated with an intermediate result. It includes properties such as the target ROI definition name, task name, section level result indicator, and section type.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class IntermediateResultExtraInfo
Attributes
Attributes | Type | Description |
---|---|---|
targetROIDefName |
String | The property indicates the name of the TargetROIDef object that generates the intermediate result. |
taskName |
String | The property indicates the name of the processing task to which this result belongs. |
isSectionLevelResult |
boolean | The property indicates whether the result is at the section level. |
sectionType |
EnumSectionType | The property indicates the type of section that generates the result, if applicable, as defined by the enumeration EnumSectionType . |
targetROIDefName
The name of the TargetROIDef
object that generates the intermediate result.
String targetROIDefName;
taskName
The name of the processing task to which this result belongs.
String taskName;
isSectionLevelResult
The property indicates whether the result is at the section level.
boolean isSectionLevelResult;
sectionType
The type of section that generates the result, if applicable, as defined by the enumeration EnumSectionType
.
EnumSectionType sectionType;