Table of Contents

Class CodeCorpusDocument

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll

A code document that may be searched or used for clone detection.

public sealed class CodeCorpusDocument
Inheritance
CodeCorpusDocument
Inherited Members

Properties

Content

public string Content { get; set; }

Property Value

string

DocumentId

public string DocumentId { get; set; }

Property Value

string

FilePath

public string? FilePath { get; set; }

Property Value

string

Language

public ProgramLanguage Language { get; set; }

Property Value

ProgramLanguage