DetectedQuadResultItem Class
The DetectedQuadResultItem class stores a captured result whose type is detected quad.
Definition
Namespace: Dynamsoft.DDN
public class DetectedQuadResultItem : CapturedResultItem
Inheritance: CapturedResultItem -> DetectedQuadResultItem
Methods
| Method | Description |
|---|---|
GetLocation |
Gets the location of current object. |
GetConfidenceAsDocumentBoundary |
Gets the confidence of current object as a document boundary. |
GetCrossVerificationStatus |
Gets the status of current object as a verified document boundary. |
GetLocation
Gets the location of current object.
Quadrilateral GetLocation()
Return Value
The location of current object.
See Also
GetConfidenceAsDocumentBoundary
Gets the confidence of current object as a document boundary.
int GetConfidenceAsDocumentBoundary()
Return Value
The confidence as document boundary of the detected quad result.
GetCrossVerificationStatus
Gets the status of current object as a verified document boundary.
EnumCrossVerificationStatus GetCrossVerificationStatus()
Return Value
A value from EnumCrossVerificationStatus representing the status of the detected quad result.
See Also