Web-based responsive document annotation tool
activeannoservice / project.export / ExportDocument
data class ExportDocument
| Name | Summary |
|---|---|
| <init> | ExportDocument(id: String, projectID: String, originalDocument: ObjectNode?, annotations: List<AnnotationResult>, finalizedAnnotationResult: FinalizedAnnotationResult) |
| Name | Summary |
|---|---|
| annotations | val annotations: List<AnnotationResult> |
| finalizedAnnotationResult | val finalizedAnnotationResult: FinalizedAnnotationResult |
| id | val id: String |
| originalDocument | val originalDocument: ObjectNode? |
| projectID | val projectID: String |