PredetectedRegionElement
The PredetectedRegionElement class represents a region element that has been pre-detected in an image. It is a subclass of the RegionObjectElement.
Definition
Namespace: com.dynamsoft.core.intermediate_results
public class PredetectedRegionElement extends RegionObjectElement
Methods
| Method | Description |
|---|---|
PredetectedRegionElement |
Initializes a new instance of the PredetectedRegionElement class. |
getModeName |
Gets the name of the detection mode used to detect this region element. |
setLocation |
Sets the location of the region object element. |
getLabelId |
Gets the label id of the region object element. |
getLabelName |
Gets the label name of the region object element. |
PredetectedRegionElement
Initializes a new instance of the PredetectedRegionElement class.
PredetectedRegionElement()
getModeName
Gets the name of the detection mode used to detect this region element.
String getModeName()
Return value
Returns the name of the detection mode used to detect this region element.
setLocation
Set the location of the region object element.
void setLocation(Quadrilateral location) throws CoreException
Parameters
location The location of the region object element.
Exception
See Also
getLabelId
Gets the label id of the predetected region element.
int getLabelId()
Return value
Returns the label id of the predetected region element.
getLabelName
Gets the label name of the predetected region element.
String getLabelName()
Return value
Returns the label name of the predetected region element.