Class FileCitation
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class FileCitation : FilePathAnnotation, IAnnotationChunk
Properties
| Edit this page View SourceFilename
The filename of the file cited.
Declaration
[JsonProperty("filename")]
public string Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the citation.
Declaration
[JsonProperty("type")]
public override AnnotationType Type { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationType |