Dev Center
Swift
Objective-C
Table of contents

ExtendedBarcodeResult

The ExtendedBarcodeResult class represents an extended barcode result in a decoded barcode element. It contains information such as the type of extended barcode, deformation, clarity, and a sampling image of the barcode.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr.intermediate_results

class ExtendedBarcodeResult extends DecodedBarcodeElement

Methods

Method Description
getExtendedBarcodeResultType Get the type of the extended barcode result.
getDeformation Get the deformation level of the barcode zone.
getClarity Get the clarity level of the barcode zone.
getSamplingImage Get the sampling image of the barcode zone.

Inherited Methods

The following methods are inherited from class DecodedBarcodeElement.

Method Description
getText Get the text of the decoded barcode.
getBytes Get the raw bytes of the decoded barcode.
isDPM Check whether the barcode is a DPM (Direct Part Marking) barcode (decoded by DPMReadingMode).
isMirrored Check whether the barcode is mirrored (decoded by MirrorMode).
getFormat Get the format of the decoded barcode as a barcode format enumeration.
getFormatString Get the format of the decode barcode as a string.
getAngle The orientation angle of the barcode.
getModuleSize Get the module size of the decoded barcode.
getConfidence Get the confidence score of the barcode recognition result.
getDetails Get the details of the decoded barcode.
getExtendedBarcodeResults Get an array of extended barcode results.

The following methods are inherited from class RegionObjectElement.

Method Description
getLocation Gets the location info of the element that defined in Quadrilateral.
getReferencedElement Gets the referenced element that supports the capturing of this element.
getRegionObjectElementType Gets the type of the element.

getExtendedBarcodeResultType

Get the type of the extended barcode result.

EnumExtendedBarcodeResultType getExtendedBarcodeResultType();

Return Value

The type of the extended barcode result.

getDeformation

Get the deformation level of the barcode zone.

int getDeformation();

Return Value

The deformation level of the barcode zone.

getClarity

Get the clarity level of the barcode zone.

int getClarity();

Return Value

The clarity level of the barcode zone.

getSamplingImage

Get the sampling image of the barcode zone.

ImageData getSamplingImage();

Return Value

An ImageData object as the sampling image of the barcode zone.

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version (10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +