IMEI One Barcode

Defined under the namespace Scandit.Datacapture.Label

ImeiOneBarcode
class ImeiOneBarcode : BarcodeField

Added in version 7.2.0

A specialized barcode field for capturing the first IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for recognizing IMEI barcodes typically found on mobile device packaging and labels.

Use the builder pattern with ImeiOneBarcodeBuilder for convenient configuration, or create instances directly using the various factory methods.

name
get name(): string

Added in version 7.2.0

The name of the field.

patterns
get patterns(): string[]

Added in version 7.2.0

The regex patterns that identify the target string in the scanned content.

isOptional
get isOptional(): boolean

Added in version 7.2.0

Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.

symbologies
get symbologies(): SymbologySettings[]

Added in version 7.2.0

The symbologies for the field.