Table of Contents

Class Section

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

Represents a section of a DataSource repository, encapsulating a unique segment that contains text or image partitions and associated metadata.

public sealed class Section
Inheritance
Section
Inherited Members

Remarks

In LMKit, the hierarchy of data structures is organized as follows: a DataSource contains a collection of Section objects, each of which can hold a collection of TextPartition instances.

Properties

Identifier

Gets the unique identifier for this section.

Metadata

Gets the collection of metadata associated with this section.

Owner

Gets the DataSource object to which this section belongs.

Partitions

Gets a read-only list of Partition objects contained within this section.
Each Partition represents a distinct segment of data (text or image), potentially formatted or divided according to specific criteria.