Table of Contents

Property Category

Namespace
LMKit.Document.Layout
Assembly
LM-Kit.NET.dll

Category

Semantic layout role of this paragraph (title, caption, header, ...) as reported by the extraction source, or Unknown when the source does not classify regions.

public LayoutElementCategory Category { get; }

Property Value

LayoutElementCategory

Remarks

Derived from the constituent words rather than stored separately, so there is one source of truth for a region's role: layout-aware sources stamp Category on the words, and every consumer reads the same value here. The dominant non-unknown category wins, weighted by word count, which keeps a stray misclassified glyph from relabelling a whole paragraph.

Share