DetectedQuadResultItem Class
The DetectedQuadResultItem class stores a captured result whose type is detected quad.
Definition
Package: com.dynamsoft.ddn
public class DetectedQuadResultItem extends 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.
public Quadrilateral getLocation()
Return Value
The location of current object.
See Also
getConfidenceAsDocumentBoundary
Gets the confidence of current object as a document boundary.
public 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.
public @EnumCrossVerificationStatus int getCrossVerificationStatus()
Return Value
The status of current object as a verified document boundary.
See Also