Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.08 KB

File metadata and controls

41 lines (28 loc) · 1.08 KB
layout title description keywords needGenerateH3Content needAutoGenerateSidebar noTitleIndex
default-layout
PredetectedRegionsUnit - Dynamsoft Core Module Android Edition API Reference
The class PredetectedRegionsUnit of Dynamsoft Core Module represents a unit that contains a collection of pre-detected regions.
pre-detected regions, Java, Kotlin
true
true
true

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.