DetectedQuadResultItem
The DetectedQuadResultItem
interface extends the CapturedResultItem
interface and represents a detected quadrilateral result item.
interface DetectedQuadResultItem extends CapturedResultItem {
location: Quadrilateral;
confidenceAsDocumentBoundary: number;
}
location
The location of the detected quadrilateral within the original image, represented as a quadrilateral shape.
confidenceAsDocumentBoundary
A confidence score measuring the certainty that the detected quadrilateral represents the boundary of a document.
See Also