DSIntermediateResult
The IntermediateResult class represents the collection of all intermediate result units produced during image processing.
Definition
Assembly: DynamsoftCaptureVisionBundle.xcframework
- Objective-C
- Swift
@interface DSIntermediateResult : NSObjectclass 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
@property (nonatomic, readonly, copy, nullable) NSArray<DSIntermediateResultUnit *> * intermediateResultUnits;var intermediateResultUnits: [IntermediateResultUnit] { get }