Table of contents

DetectedQuadElement

The DetectedQuadElement class represents a detected quadrilateral element, which is an intermediate result in the document scanning process. It is a subclass of RegionObjectElement.

Definition

Namespace: com.dynamsoft.ddn.intermediate_results

Assembly: DynamsoftDocumentNormalizer.aar

class DetectedQuadElement extends RegionObjectElement

Methods

Methods Description
getConfidenceAsDocumentBoundary Returns the confidence score of the detected quadrilateral’s boundary, measuring the certainty that the detected quadrilateral represents the boundary of a document.

The following methods are inherited from class RegionObjectElement.

Method Description
getLocation Returns the location info of the element.
setLocation Sets the location info of the element.
getReferencedElement Returns the referenced element that supports the capturing of this element.
getRegionObjectElementType Returns the type of the element.

getConfidenceAsDocumentBoundary

Returns the confidence score of the detected quadrilateral’s boundary, measuring the certainty that the detected quadrilateral represents the boundary of a document.

int getConfidenceAsDocumentBoundary();

Return Value

The confidence as document boundary of current object.

Is this page helpful?

YesYes NoNo

In this article: