Class Section
Represents a section of a DataSource repository, encapsulating a unique segment that contains text 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.
- TextPartitions
Gets a read-only list of TextPartition objects contained within this section.
Each TextPartition represents a distinct segment of text, potentially formatted or divided according to specific criteria.