Class DocItem
Base type for any element that carries content (can be a leaf node). Follows the docling DocItem convention.
public class DocItem : NodeItem
- Inheritance
-
DocItem
- Derived
- Inherited Members
Properties
Label
The semantic label of this content item.
public DocItemLabel Label { get; set; }