API Reference
Class
ReaderChunkSegment
Exact source-span and token evidence for one output chunk.
Inheritance
- Object
- ReaderChunkSegment
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ReaderChunkHierarchyResult.Segments
Constructors
public ReaderChunkSegment() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ChunkId { get; set; } #Output chunk identifier.
public String SourceChunkId { get; set; } #Source chunk identifier.
public Int32 SegmentIndex { get; set; } #Zero-based segment index within the source chunk.
public Int32 StartCharacter { get; set; } #Inclusive character offset in the selected source representation.
public Int32 EndCharacter { get; set; } #Exclusive character offset in the selected source representation.
public Int32 OverlapCharacterCount { get; set; } #Characters repeated from the previous segment.
public Int32 OverlapTokenCount { get; set; } #Repeated content tokens from the previous segment.
public Int32 ContentTokenCount { get; set; } #Tokens contributed by source content.
public Int32 ContextTokenCount { get; set; } #Tokens contributed by the optional hierarchy prefix.
public Int32 TokenCount { get; set; } #Total tokens in the output chunk.
public String Context { get; set; } #Container and heading breadcrumb available to retrieval hosts.