Label Capture Enumerations

Defined in framework ScanditLabelCapture

Enumerations used by the label capture module.

SDCLabelFieldState

Added in version 6.0.0

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

SDCLabelFieldStateCaptured

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.

SDCLabelFieldStatePredicted

Added in version 6.0.0

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

SDCLabelFieldStateUnknown

Added in version 6.0.0

The field data as well as its location are unknown.

SDCLabelFieldType

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.

SDCLabelFieldTypeBarcode

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 SDCLabelField.barcode property.

SDCLabelFieldTypeText

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 SDCLabelField.text property.

SDCLabelFieldTypeUnknown

Added in version 6.0.0

The type of the captured field is unknown.