Text Field
Defined in namespace Scandit.DataCapture.Label
- TextField
abstract class TextField : LabelFieldDefinition
Added in version 8.1.0
Abstract base class for text field definitions used in label capture. This class provides the common functionality for all text field types, including regex validation and text recognition settings.
- AnchorRegexes
IList<
string> AnchorRegexes { get; }Added in version 8.1.0
Used to specify keywords or phrases that help identify the context of the field. This is particularly useful when the label contains multiple fields that could match the same regex (e.g., when both packaging and expiry dates are present).