DetectedQuadElement Class
The DetectedQuadElement class stores an intermediate result whose type is detected quad.
Definition
Namespace: Dynamsoft.DDN.intermediate_results
class DetectedQuadElement : RegionObjectElement
Inheritance: RegionObjectElement -> DetectedQuadElement
Methods
| Method | Description |
|---|---|
GetConfidenceAsDocumentBoundary |
Gets the confidence as document boundary of current object. |
SetLocation |
Sets the location of the detected quad element. |
GetConfidenceAsDocumentBoundary
Gets the confidence as document boundary of current object.
int GetConfidenceAsDocumentBoundary()
Return Value
The confidence as document boundary of current object.
SetLocation
Sets the location of the detected quad element.
int SetLocation(Quadrilateral location)
Parameters
location The location of the detected quad element.
Return Value
Returns 0 if success, otherwise an error code.
See Also