Class SearchHit<TMeta>
Inheritance
SearchHit<TMeta>
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Graph.dll
Syntax
public sealed class SearchHit<TMeta>
Type Parameters
Properties
|
Edit this page
View Source
ChunkId
Declaration
public string ChunkId { get; set; }
Property Value
|
Edit this page
View Source
ChunkIndex
Declaration
public int ChunkIndex { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public TMeta Meta { get; set; }
Property Value
|
Edit this page
View Source
Score
Declaration
public float Score { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Extension Methods