Class FilePathAnnotation
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class FilePathAnnotation : Annotation, IAnnotationChunk
Properties
| Edit this page View SourceFileId
The ID of the file.
Declaration
[JsonProperty("file_id")]
public string FileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Index
The index of the file in the list of files.
Declaration
[JsonProperty("index")]
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Type
The type of the citation.
Declaration
[JsonProperty("type")]
public override AnnotationType Type { get; }
Property Value
| Type | Description |
|---|---|
| AnnotationType |