Resource Base
Table of contents

IntermediateResultExtraInfo

The IntermediateResultExtraInfo interface 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.

interface IntermediateResultExtraInfo {
    isSectionLevelResult: boolean;
    sectionType: EnumSectionType;
    targetROIDefName: string;
    taskName: string;
};

isSectionLevelResult

Indicates whether the result is at the section level.

sectionType

The type of section, if applicable, as defined by an enumeration.

See Also

EnumSectionType

targetROIDefName

The name of the target Region Of Interest (ROI) definition.

taskName

The name of the processing task to which this result belongs.

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.2.10)
    • Version 2.x
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support