Web-based responsive document annotation tool
activeannoservice / api.annotate.dto / PostAnnotationResult / <init>
PostAnnotationResult(documentID:
DocumentID
, projectID:
ProjectID
, documentData:
Map
<
String
,
Any
>, annotations:
AnnotationMap
, usedProject:
UsedAnnotateProject
, interactionLog:
InteractionLog
, curationRequest:
String
? = null)
Data class for annotation and curation endpoints for receiving annotation results. Will be mapped into other data structures for storing.