Property ElementType
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
ElementType
Gets the data type of the extraction element.
public ElementType ElementType { get; }Property Value
- ElementType
- One of the values of the ElementType enumeration, indicating the type of data this element represents. 
Examples
var el = new TextExtractionElement("Amount", ElementType.Decimal);
Console.WriteLine(el.ElementType); // Decimal