IntermediateResult
The IntermediateResult interface represents the collection of all intermediate result units produced during image processing.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCaptureVisionBundle.aar
class IntermediateResult
Attributes
| Methods | Description |
|---|---|
getIntermediateResultUnits |
Gets an array of IntermediateResultUnit objects, each representing a different type of intermediate result. |
getIntermediateResultUnits
Gets an array of IntermediateResultUnit objects, each representing a different type of intermediate result.
IntermediateResultUnit[] getIntermediateResultUnits()
Return Value
An array of IntermediateResultUnit objects.