Table of contents

PredetectedRegionElement

The PredetectedRegionElement class represents a region element that has been pre-detected in an image. It is a subclass of the RegionObjectElement.

Definition

Module: dynamsoft_core

class PredetectedRegionElement(RegionObjectElement)

Methods

Method Description
__init__ Initializes a new instance of the PredetectedRegionElement class.
get_mode_name Gets the name of the detection mode used to detect this region element.

__init__

Initializes a new instance of the PredetectedRegionElement class.

def __init__(self):

get_mode_name

Gets the name of the detection mode used to detect this region element.

def get_mode_name(self) -> str:

Return value

Returns the name of the detection mode used to detect this region element.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: