Resource Base
Table of contents

CapturedResultItem

The CapturedResultItem class represents an item in a captured result. It is an abstract base class with multiple subclasses, each representing a different type of captured item such as barcode, text line, detected quad, normalized image, raw image, parsed item, etc.

Definition

Module: dynamsoft_core

class CapturedResultItem(object)

Methods

Method Description
get_type Gets the type of the captured result item.
get_reference_item Gets a pointer to the referenced item in the captured result.
get_target_roi_def_name Gets the name of the target ROI definition.
get_task_name Gets the name of the task.

get_type

Gets the type of the captured result item.

def get_type(self) -> int:

Return Value

Returns the type of the captured result item.

See Also

EnumCapturedResultItemType

get_reference_item

Gets the referenced item in the captured result item.

def get_reference_item(self) -> "CapturedResultItem":

Return Value

Returns a referenced item in the captured result item.

See Also

CapturedResultItem

get_target_roi_def_name

Gets the name of the target ROI definition.

def get_target_roi_def_name(self) -> str:

Return Value

Returns the name of the target ROI definition.

get_task_name

Gets the name of the task.

def get_task_name(self) -> str:

Return Value

Returns the name of the task.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +