Resource Base
Table of contents

DetectedQuadResultItem Class

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

Definition

Module: dynamsoft_document_normalizer

class DetectedQuadResultItem(dynamsoft_core.CapturedResultItem)

Inheritance: CapturedResultItem -> DetectedQuadResultItem

Methods

Method Description
get_location Gets the location of current object.
get_confidence_as_document_boundary Gets the confidence of current object as a document boundary.

get_location

Gets the location of current object.

def get_location(self) -> Quadrilateral:

Return Value

The location of current object.

See Also

Quadrilateral

get_confidence_as_document_boundary

Gets the confidence of current object as a document boundary.

def get_confidence_as_document_boundary(self) -> int:

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:

latest version

    • Latest version(2.4.10)
    • Version 2.x
      • Version 2.2.0
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    • Version 1.x
      • Version 1.0.20
      • Version 1.0.10
      • Version 1.0.0
      • Version 1.0.20
      • Version 1.0.10
      • Version 1.0.0
    • Documentation Homepage
    Change +