Class DocumentChunk
Inheritance
DocumentChunk
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class DocumentChunk
Properties
|
Edit this page
View Source
ChunkId
Declaration
public string ChunkId { get; set; }
Property Value
|
Edit this page
View Source
Citation
Declaration
public ChunkCitation Citation { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
public string FileId { get; set; }
Property Value
|
Edit this page
View Source
Index
Declaration
public int Index { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Extension Methods