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.

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

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: