Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
DetectedQuadElement
The DetectedQuadElement
interface extends the RegionObjectElement
interface and represents a detected quadrilateral element.
interface DetectedQuadElement extends RegionObjectElement {
confidenceAsDocumentBoundary: number;
}
confidenceAsDocumentBoundary
A confidence score measuring the certainty that the detected quadrilateral represents the boundary of a document.
See Also