ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.export / ExportDocument

ExportDocument

data class ExportDocument

Constructors

Name Summary
<init> ExportDocument(id: String, projectID: String, originalDocument: ObjectNode?, annotations: List<AnnotationResult>, finalizedAnnotationResult: FinalizedAnnotationResult)

Properties

Name Summary
annotations val annotations: List<AnnotationResult>
finalizedAnnotationResult val finalizedAnnotationResult: FinalizedAnnotationResult
id val id: String
originalDocument val originalDocument: ObjectNode?
projectID val projectID: String