RegionObjectElement
The RegionObjectElement
class represents an element of a region object in 2D space, which provides the interface for region object elements.
Definition
Namespace: com.dynamsoft.core.intermediate_results
Assembly: DynamsoftCore.aar
class RegionObjectElement
Method
Method | Description |
---|---|
getLocation |
Gets the location info of the element that defined in Quadrilateral. |
getReferencedElement |
Gets the referenced element that supports the capturing of this element. |
getRegionObjectElementType |
Gets the type of the element. |
getLocation
Gets the location info of the element that defined in Quadrilateral.
Quadrilateral getLocation();
Return Value
The location info of the element that defined in Quadrilateral.
getReferencedElement
Gets the referenced element that supports the capturing of this element.
RegionObjectElement getReferencedElement();
Return Value
The referenced element that supports the capturing of this element.
getRegionObjectElementType
Gets the type of the element.
EnumRegionObjectElementType getType();
Return Value
The EnumRegionObjectElementType
of the element.