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