Class ContainerFileCitation
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ContainerFileCitation : FileCitation, IAnnotationChunk
Properties
| Edit this page View SourceContainerId
The ID of the container file.
Declaration
[JsonProperty("container_id")]
public string ContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndIndex
The index of the last character of the container file citation in the message.
Declaration
[JsonProperty("end_index")]
public int EndIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StartIndex
The index of the first character of the container file citation in the message.
Declaration
[JsonProperty("start_index")]
public int StartIndex { 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 |