IntermediateResultExtraInfo
The IntermediateResultExtraInfo class represents the extra information for generating an intermediate result unit.
Definition
Namespace: com.dynamsoft.core
public class IntermediateResultExtraInfo
Attributes
| Attribute | Type | Description |
|---|---|---|
targetROIDefName |
String | Specifies the name of the TargetROIDef object that generates the intermediate result. |
taskName |
String | Specifies the name of the task that generates the intermediate result. |
isSectionLevelResult |
boolean | Specifies whether the intermediate result is section-level result. |
sectionType |
int | Specifies the section type that generates the intermediate result. This is one of the values of the EnumSectionType enumeration. |
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.
boolean isSectionLevelResult
sectionType
Specifies the section type that generates the intermediate result.
@EnumSectionType int sectionType
See Also