LayoutElement
The LayoutElement class represents an element in a layout analysis.
Definition
Namespace: com.dynamsoft.utility
Assembly: DynamsoftCaptureVisionBundle.aar
class LayoutElement
Attributes
| Attribute | Type | Description |
|---|---|---|
quad |
Quadrilateral | Geometric coordinates of the element. |
source |
int | Origin of the element. |
quad
Geometric coordinates of the element.
Quadrilateral quad;
source
Origin of the element.
@EnumLayoutElementSource
int source;