Inheritance
ExtractionChunk
Assembly: Glitch9.VectorStore.dll
public sealed class ExtractionChunk
Properties
|
Edit this page
View Source
Declaration
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int Index { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int Length { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public int Start { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Text { get; set; }
Property Value
Extension Methods