Dev Center
Swift
Objective-C
Table of contents

LocalizedBarcodeElement Class

LocalizedBarcodeElement extends the RegionObjectElement class and represents a localized barcode element detected in an image.

Definition

Assembly: DynamsoftBarcodeReader.aar

Namespace: com.dynamsoft.dbr.intermediate_results

class LocalizedBarcodeElement extends RegionObjectElement

Methods

Method Description
getAngle Returns the orientation angle of the localized barcode.
getConfidence Returns the confidence score of the localized barcode.
getPossibleFormats Returns the possible formats of the localized barcode.
setPossibleFormats Sets the possible format of the localized barcode.
getPossibleFormatsString Returns the possible formats of the localized barcode as a string.
getModuleSize Returns the module size of the localized barcode.

The following methods are inherited from class RegionObjectElement.

Method Description
getLocation Returns the location info of the element.
setLocation Sets the location info of the element.
getReferencedElement Returns the referenced element that supports the capturing of this element.
getRegionObjectElementType Returns the type of the element.

getAngle

Returns the orientation angle of the localized barcode element, indicating how the element is positioned or rotated within the barcode.

int getAngle();

Return value

An integer representing the orientation angle of the localized barcode.

getConfidence

Returns the confidence/reliability score of the localization of the barcode element.

int getConfidence();

Return value

An integer representing the confidence score of the localized barcode element, which represents the confidence that the positioning area is a barcode.

getPossibleFormats

Returns the possible formats of the localized barcode since the barcode has not been decoded yet, so the exact format is not yet determined.

long getPossibleFormats();

Return value

Returns the possible format(s) of the localized barcode.

See Also

EnumBarcodeFormat

setPossibleFormats

Set the possibleformat of the barcode.

void setPossibleFormats(long possibleFormats);

Parameters

possibleFormats: The format of the barcode.

getPossibleFormatsString

Returns the possible format(s) of the localized barcode as a string, with each format split by a comma (“,”). Since the barcode has not been decoded yet, the exact format is not yet determined.

String getPossibleFormatsString();

Return value

A string representing all the possible formats of the localized barcode.

getModuleSize

Returns the size of the individual modules within the localized barcode element.

int getModuleSize();

Return value

An integer representing the module size of the localized barcode.

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 +