Resource Base
Table of contents

DSIntermediateResult

The IntermediateResult class represents the collection of all intermediate result units produced during image processing.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSIntermediateResult : NSObject
    
  2. class IntermediateResult : NSObject
    

Attributes

Attributes Type Description
intermediateResultUnits NSArray<DSIntermediateResultUnit>* ** An array of DSIntermediateResultUnit objects, each representing a different type of intermediate result.

intermediateResultUnits

An array of DSIntermediateResultUnit objects, each representing a different type of intermediate result.

  • Objective-C
  • Swift
  1. @property(nonatomic, strong, nonnull, readonly) NSArray<DSIntermediateResultUnit *> * intermediateResultUnits;
    
  2. var intermediateResultUnits: [IntermediateResultUnit] { get }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +