Property Elements
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
Elements
Gets a read-only list of the extracted text elements.
public IReadOnlyList<TextExtractionResultElement> Elements { get; }
Property Value
Remarks
Each TextExtractionResultElement represents a distinct piece of extracted data, including its name, type, and value.