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