Table of contents

DetectedQuadResultItem

The DetectedQuadResultItem interface extends the CapturedResultItem interface and represents a detected quadrilateral result item.

interface DetectedQuadResultItem extends CapturedResultItem {
    location: Quadrilateral;
    confidenceAsDocumentBoundary: number;
    crossVerificationStatus: EnumCrossVerificationStatus;
}

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.

crossVerificationStatus

Indicates whether the DetectedQuadResultItem has passed cross verification.

See Also

CapturedResultItem

Quadrilateral

EnumCrossVerificationStatus

Is this page helpful?

YesYes NoNo

In this article: