Class CitationSource
A single citation source.
Inheritance
CitationSource
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class CitationSource : Annotation, IAnnotationChunk
Properties
|
Edit this page
View Source
EndIndex
Declaration
[JsonProperty("endIndex")]
public int? EndIndex { get; set; }
Property Value
|
Edit this page
View Source
License
Declaration
[JsonProperty("license")]
public string License { get; set; }
Property Value
|
Edit this page
View Source
StartIndex
Declaration
[JsonProperty("startIndex")]
public int? StartIndex { get; set; }
Property Value
|
Edit this page
View Source
Type
The type of the citation.
Declaration
[JsonIgnore]
public override AnnotationType Type { get; }
Property Value
Overrides
|
Edit this page
View Source
Uri
Declaration
[JsonProperty("uri")]
public string Uri { get; set; }
Property Value
Implements
Extension Methods