Class AnnotationEnvelope
Non-flattened wrapper for different types of annotations.
Inheritance
AnnotationEnvelope
Assembly: Glitch9.AIDevKit.dll
Syntax
public class AnnotationEnvelope
Properties
|
Edit this page
View Source
ContainerFileCitation
Declaration
[JsonProperty("container_file_citation")]
public ContainerFileCitation ContainerFileCitation { get; set; }
Property Value
|
Edit this page
View Source
FileCitation
Declaration
[JsonProperty("file_citation")]
public FileCitation FileCitation { get; set; }
Property Value
|
Edit this page
View Source
FilePath
Declaration
[JsonProperty("file_path")]
public FilePathAnnotation FilePath { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public AnnotationType Type { get; set; }
Property Value
|
Edit this page
View Source
UrlCitation
Declaration
[JsonProperty("url_citation")]
public UrlCitation UrlCitation { get; set; }
Property Value
Extension Methods