Resource Base
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

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

CapturedResultItem

Quadrilateral

Is this page helpful?

YesYes NoNo

In this article:

Version 2.2.10

    • version 2.2.10
    • Version 2.x
      • Version 2.0.21
      • Version 2.0.20
      • Version 2.0.11
    • Version 1.x
      • Version 1.0.12
      • Version 1.0.11
      • Version 1.0.10
      • Version 1.0.0
    Change +