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.
-