Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.25 KB

File metadata and controls

41 lines (28 loc) · 1.25 KB
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
IntermediateResult - Dynamsoft Core Module Android Edition API Reference
The class IntermediateResult of Dynamsoft Core Module represents a container containing a collection of IntermediateResultUnit objects.
intermediate result, Java, Kotlin
true
true
true

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.