Property InnerElements
- Namespace
- LMKit.Extraction
- Assembly
- LM-Kit.NET.dll
InnerElements
Gets a read-only list of nested TextExtractionElement instances if this element contains inner elements.
public IReadOnlyList<TextExtractionElement> InnerElements { get; }
Property Value
- IReadOnlyList<TextExtractionElement>
A read-only list of child elements representing nested data structures. Returns
null
if the element has no inner elements.
Remarks
This property is populated when the element represents a complex object or an array containing other elements.