Web-based responsive document annotation tool
activeannoservice / api.annotate / AnnotationDocument
data class AnnotationDocument
Model for annotating a document for the frontend
| Name | Summary |
|---|---|
| <init> | Model for annotating a document for the frontendAnnotationDocument(documentID: DocumentID, projectID: ProjectID, documentData: Map<String, Any>, annotations: AnnotationMap, annotationConditions: List<AnnotationEnableConditionResult>) |
| 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 |