Table of Contents

Class UrlCitation

Namespace
Glitch9.AIDevKit
public class UrlCitation : Annotation
Inheritance
object
UrlCitation
Inherited Members

Properties

EndIndex

The index of the last character of the URL citation in the message.

public int EndIndex { get; set; }

Property Value

int

StartIndex

The index of the first character of the URL citation in the message.

public int StartIndex { get; set; }

Property Value

int

Title

The title of the web resource.

public string Title { get; set; }

Property Value

string

Url

The URL of the web resource.

public string Url { get; set; }

Property Value

string