Property Description
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
Description
Gets the descriptive text associated with the extraction element.
public string Description { get; }
Property Value
- string
A string containing additional information or context about the extraction element.
Examples
var el = new TextExtractionElement("IBAN", ElementType.String, "International Bank Account Number");
Console.WriteLine(el.Description);
Remarks
The description aids in understanding the purpose or intended use of the data field.