Table of contents

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

Is this page helpful?

YesYes NoNo

In this article: