Table of contents

DetectedQuadElement Class

The DetectedQuadElement class stores an intermediate result whose type is detected quad.

Definition

Package: com.dynamsoft.ddn.intermediate_results

public class DetectedQuadElement extends RegionObjectElement

Inheritance: RegionObjectElement -> DetectedQuadElement

Methods

Method Description
DetectedQuadElement Initializes a new instance of the DetectedQuadElement class.
getConfidenceAsDocumentBoundary Gets the confidence as document boundary of current object.
setLocation Sets the location of the detected quad element.

DetectedQuadElement

Initializes a new instance of the DetectedQuadElement class.

public DetectedQuadElement()

getConfidenceAsDocumentBoundary

Gets the confidence as document boundary of current object.

public int getConfidenceAsDocumentBoundary()

Return Value

The confidence as document boundary of current object.

setLocation

Sets the location of the detected quad element.

public void setLocation(Quadrilateral location) throws DocumentNormalizerException

Parameters

location The location of the detected quad element.

Exceptions

DocumentNormalizerException

See Also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: