Symbology Description
Defined in library scandit_datacapture_barcode
- Range
class Range
Added in version 6.7.0
- 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.