Unit Price Text

Defined in framework ScanditLabelCapture

UnitPriceText
open class UnitPriceText : TextField

Added in version 6.21.0

A specialized text field for capturing unit price information from labels. This predefined field type is optimized for recognizing individual item prices on retail labels.

init
init(name: String)

Added in version 6.21.0

field
open class func field(withName name: String) -> Self

Added in version 6.21.0

anchorRegexes
open var anchorRegexes: Array<String>? { get, set }

Added in version 8.0.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).