Property Value
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
Value
Gets the extracted value.
public object Value { get; }
Property Value
- object
The extracted value of this element, which can be of various types such as string, int, DateTime, or arrays of objects.
Examples
var v = resultElement.Value;
Console.WriteLine(v);
Remarks
The type of the value depends on the extraction configuration specified in the TextExtractionElement.