IntermediateResultExtraInfo
The IntermediateResultExtraInfo
structure represents the extra information for generating an intermediate result unit.
Definition
Module: dynamsoft_core
class IntermediateResultExtraInfo
Properties
Attribute | Type | Description |
---|---|---|
__init__ |
Initializes a new instance of the IntermediateResultExtraInfo class. |
|
target_roi_def_name |
str | Specifies the name of the TargetROIDef object that generates the intermediate result. |
task_name |
str | Specifies the name of the task that generates the intermediate result. |
is_section_level_result |
bool | Specifies whether the intermediate result is section-level result. |
section_type |
int | Specifies the section_type that generates the intermediate result. This is one of the values of the EnumSectionType enumeration. |
Methods
Method | Description |
---|---|
__init__ |
Initializes a new instance of the IntermediateResultExtraInfo class. |
__init__
Initializes a new instance of the IntermediateResultExtraInfo
class.
def __init__(self):