Weight Text
Defined under the namespace Scandit.Datacapture.Label
- WeightText
class WeightText : TextField
Added in version 7.2.0
A specialized text field for capturing weight information from labels. This predefined field type is optimized for recognizing weight values typically found on product packaging, shipping labels, and inventory tags.
Use the builder pattern with WeightTextBuilder for convenient configuration.
- name
get name(): string
Added in version 7.2.0
The name of this field definition, used to identify it within the label definition.
- patterns
get patterns(): string[]
Added in version 7.2.0
The regex patterns that identify the target string in the scanned content.
- isOptional
get isOptional(): boolean
Added in version 7.2.0
Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.
- dataTypePatterns
get dataTypePatterns(): string[]
Added in version 7.4.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 pattern (e.g., when both packaging and expiry dates are present).