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 Class

The DetectedQuadResultItem class stores a captured result whose type is detected quad.

Definition

Namespace: Dynamsoft.DDN

Assembly: Dynamsoft.DocumentNormalizer.dll

public class DetectedQuadResultItem: CapturedResultItem

Inheritance: CapturedResultItem -> DetectedQuadResultItem

Methods

Method Description
GetLocation Gets the location of current object.
GetConfidenceAsDocumentBoundary Gets the confidence of current object as a document boundary.

GetLocation

Gets the location of current object.

Quadrilateral GetLocation() 

Return Value

The location of current object.

See Also

GetConfidenceAsDocumentBoundary

Gets the confidence of current object as a document boundary.

int GetConfidenceAsDocumentBoundary() 

Return Value

The confidence as document boundary of the detected quad result.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: