TextZonesUnit
The TextZonesUnit
class represents a unit that contains text zones, which is derived from IntermediateResultUnit
class.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class TextZonesUnit extends IntermediateResultUnit
Methods
Methods | Description |
---|---|
getTextZones |
Gets the array of Quadrilaterals as text zones. |
getTextZones
Gets the array of Quadrilaterals
as text zones.
Quadrilateral[] getTextZones()
Return Value
The array of Quadrilaterals
as text zones.