Class CitationSource
A single citation source.
Inheritance
object
CitationSource
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class CitationSource
Properties
EndIndex
Declaration
public int? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
License
Declaration
public string License { get; set; }
Property Value
Type | Description |
---|---|
string |
StartIndex
Declaration
public int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Uri
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |