DetectedQuadElement Class
The DetectedQuadElement
class stores an intermediate result whose type is detected quad.
Definition
Module: dynamsoft_document_normalizer
class DetectedQuadElement(RegionObjectElement)
Inheritance: RegionObjectElement -> DetectedQuadElement
Methods
Method | Description |
---|---|
__init__ |
Initializes a new instance of the DetectedQuadElement class. |
get_confidence_as_document_boundary |
Gets the confidence as document boundary of current object. |
__init__
Initializes a new instance of the DetectedQuadElement
class.
def __init__(self, *args, **kwargs):
get_confidence_as_document_boundary
Gets the confidence as document boundary of current object.
def get_confidence_as_document_boundary(self) -> int:
Return Value
The confidence as document boundary of current object.