Table of Contents

Class CodeSearchHit

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll
public sealed class CodeSearchHit
Inheritance
CodeSearchHit
Inherited Members

Properties

Location

public CodeLocation Location { get; set; }

Property Value

CodeLocation

MatchExplanation

public string? MatchExplanation { get; set; }

Property Value

string

MatchType

public CodeMatchType MatchType { get; set; }

Property Value

CodeMatchType

Provenance

public CodeProvenance? Provenance { get; set; }

Property Value

CodeProvenance

Score

public double Score { get; set; }

Property Value

double

SnippetText

public string SnippetText { get; set; }

Property Value

string

Symbol

public string? Symbol { get; set; }

Property Value

string