Table of contents

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

Quadrilateral

source

public @EnumLayoutElementSource int source = EnumLayoutElementSource.LES_NONE;

See Also

EnumLayoutElementSource

This page is compatible for: