Property Category
Category
Gets the semantic layout category of this element (title, text, table, formula, figure, caption, ...), when the extraction source classifies regions. Sources without layout classification report Unknown.
[JsonPropertyName("Category")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LayoutElementCategory Category { get; }