Symbology Description

Defined in library scandit_datacapture_barcode

Range
class Range

Added in version 6.7.0

Range(minimum, maximum, step)
 Range(int minimum,
        int maximum,
        int step)

Added in version 6.7.0

Creates a new range object.

minimum
int get minimum

Added in version 6.7.0

Minimum of the range.

maximum
int get maximum

Added in version 6.7.0

Maximum of the range.

step
int get step

Added in version 6.7.0

Step of the range.

SymbologyDescription
class SymbologyDescription

Added in version 6.7.0

Description specific to a particular barcode symbology.

SymbologyDescription.forSymbology(symbology)
factory SymbologyDescription.forSymbology(
        Symbology symbology)

Added in version 6.7.0

Creates a new symbology description for a given barcode symbology.

forIdentifier(identifier)
static SymbologyDescription? forIdentifier(
        String identifier)

Added in version 6.7.0

Gets the symbology description for a given identifier.

identifier
String get identifier

Added in version 6.7.0

Identifier of the symbology associated with this description.

readableName
String get readableName

Added in version 6.7.0

The human readable name of the symbology associated with this description.

isAvailable
bool get isAvailable

Added in version 6.7.0

Determines whether the symbology associated with this description is available.

isColorInvertible
bool get isColorInvertible

Added in version 6.7.0

Determines whether decoding of color-inverted (bright on dark) codes for the symbology associated with this description is available.

activeSymbolCountRange
Range get activeSymbolCountRange

Added in version 6.7.0

The supported active symbol count range for the symbology associated with this description.

defaultSymbolCountRange
Range get defaultSymbolCountRange

Added in version 6.7.0

The default symbol count range for the symbology associated with this description.

supportedExtensions
Set<String> get supportedExtensions

Added in version 6.7.0

A list of extensions supported by the symbology associated with this description.

symbology
Symbology get symbology

Added in version 6.7.0

The symbology associated with this description.