Dev Center
Swift
Objective-C
Table of contents

ExtendedBarcodeResult

ExtendedBarcodeResult extends the DecodedBarcodeElement class and represents extended information about a barcode result.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr.intermediate_results

class ExtendedBarcodeResult extends DecodedBarcodeElement

Methods

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

The following methods are inherited from class DecodedBarcodeElement.

Method Description
getText Returns the text of the decoded barcode.
setText Set the text of the decoded barcode.
getBytes Returns the raw bytes of the decoded barcode.
setBytes Set the raw bytes of the decoded barcode.
isDPM Specifies if the decoded barcode is a DPM code or not.
isMirrored Specifies if the decoded barcode is mirrored or not.
getFormat Returns the format of the decoded barcode.
setFormat Set the format of the decoded barcode.
getFormatString Returns the format of the decode barcode as a string.
getAngle Returns the orientation angle of the barcode.
getModuleSize Returns the module size of the decoded barcode.
getConfidence Returns the confidence score of the decoded barcode.
setConfidence Set the confidence score of the barcode recognition result.
getDetails Returns the BarcodeDetails of the decoded barcode.
getExtendedBarcodeResults Returns the extended barcode results of the decoded barcode.

The following methods are inherited from class RegionObjectElement.

Method Description
getLocation Gets the location of the region object, represented as a Quadrilateral.
setLocation Sets the location of the region object, represented as a Quadrilateral.
getReferencedElement Gets the referenced element that supports the capturing of this element.
getRegionObjectElementType The type of the region object element, defined by the enumeration EnumRegionObjectElementType.

getExtendedBarcodeResultType

Returns the type of the extended barcode result as a ExtendedBarcodeResultType enumeration item.

EnumExtendedBarcodeResultType getExtendedBarcodeResultType();

Return Value

A EnumExtendedBarcodeResultType item representing the extended barcode result type.

getDeformation

Returns the degree of deformation or distortion of the decoded barcode.

int getDeformation();

Return Value

An integer representing the deformation level of the barcode zone.

getClarity

Returns the clarity/quality level of the decoded barcode.

int getClarity();

Return Value

An integer representing the clarity/quality level of the barcode zone.

getSamplingImage

Returns the sampling image of the decoded barcode as a ImageData object.

ImageData getSamplingImage();

Return Value

An ImageData object representing 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
  • Version 10.x
    • Version 10.2.10
    • Version 10.0.21
    • Version 10.0.20
    • Version 10.2.10
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
    • Version 9.6.40
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • 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 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
    • Version 7.6.0
    • Version 7.5.0
Change +