Class UrlCitation
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class UrlCitation : Annotation, IAnnotationChunk
Properties
| Edit this page View SourceEndIndex
The index of the last character of the URL 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 URL citation in the message.
Declaration
[JsonProperty("start_index")]
public int StartIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Title
The title of the web resource.
Declaration
[JsonProperty("title")]
public string Title { 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 |
Overrides
| Edit this page View SourceUrl
The URL of the web resource.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |