Label Capture Enumerations

Defined in package com.scandit.datacapture.label.data

Enumerations used by the label capture module.

LabelFieldState

Added in version 6.0.0

An enumeration of possible states a label field can be in.

CAPTURED

Added in version 6.0.0

The field has been captured, e.g. the barcode or text has been read and its location is known.

PREDICTED

Added in version 6.0.0

The field has not been captured yet, but its location has been predicted.

UNKNOWN

Added in version 6.0.0

The field data as well as its location are unknown.

LabelFieldType

Added in version 6.0.0

An enumeration of possible field types of a captured field. The type of the field is given by the currently active label capture settings.

BARCODE

Added in version 6.0.0

The type of the captured field is barcode. For fields that have been captured, the data encoded in the field is available through the LabelField.barcode property.

TEXT

Added in version 6.0.0

The type of the captured field is text. For fields that have been captured, the data encoded in the field is available through the LabelField.text property.

UNKNOWN

Added in version 6.0.0

The type of the captured field is unknown.

LabelDateComponentFormat

Added in version 7.1.0

An enumeration of possible date formats to expect when parsing a date in a suitable LabelField.

DMY

Added in version 7.1.0

Marks the date to follow a date format with day, month and year, in that order.

MDY

Added in version 7.1.0

Marks the date to follow a date format with month, day and year, in that order.

YMD

Added in version 7.1.0

Marks the date to follow a date format with year, month and day, in that order.