Property WhitelistedValues
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
WhitelistedValues
Gets or sets a list of acceptable or permitted values for text extraction when the element type is a string or string array.
public List<string> WhitelistedValues { get; set; }
Property Value
- List<string>
A list of string values that define acceptable values for the extracted text. When assigned, these values will act as a whitelist to restrict the possible extracted values.
Remarks
This property is applicable only when the element type is set to String or StringArray.
If ElementType is not ElementType.String
or ElementType.StringArray
, assigning a value to this property will have no effect.