ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate / AnnotationDocument

AnnotationDocument

data class AnnotationDocument

Model for annotating a document for the frontend

Constructors

Name Summary
<init> Model for annotating a document for the frontendAnnotationDocument(documentID: DocumentID, projectID: ProjectID, documentData: Map<String, Any>, annotations: AnnotationMap, annotationConditions: List<AnnotationEnableConditionResult>)

Properties

Name Summary
annotationConditions val annotationConditions: List<AnnotationEnableConditionResult>
annotations For potential preselection, these values are already sent to the frontendval annotations: AnnotationMap
documentData val documentData: Map<String, Any>
documentID val documentID: DocumentID
projectID val projectID: ProjectID