PredetectedRegionsUnit
The PredetectedRegionsUnit
class represents a unit that contains a collection of pre-detected regions.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class PredetectedRegionsUnit extends IntermediateResultUnit
Methods
Method | Description |
---|---|
getPredetectedRegions |
Get the array of PredetectedRegionElement objects. |
getPredetectedRegions
Get the array of PredetectedRegionElement
objects.
PredetectedRegionElement[] getPredetectedRegions();
Return Value
The array of PredetectedRegionElement
objects.