Table of contents

This documentation is deprecated. It applies only to legacy version 2.x of Capture Vision and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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

RegionObjectElement

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: