LayoutElement
The LayoutElement class represents an element in a layout result. It combines the element’s geometry with its origin information.
Definition
Package: com.dynamsoft.utility
class LayoutElement
Attributes
| Attribute | Type | Description |
|---|---|---|
quad |
Quadrilateral | Geometric coordinates of the element. |
source |
int | Origin of this element (Input / Inferred / None). |
quad
public Quadrilateral quad = new Quadrilateral();
See Also
source
public @EnumLayoutElementSource int source = EnumLayoutElementSource.LES_NONE;
See Also