ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate.dto / AnnotationResultStoreResponse

AnnotationResultStoreResponse

data class AnnotationResultStoreResponse

Return model for storing endpoints, letting the frontend know the data was stored successfully. If not, will return validationErrors

Constructors

Name Summary
<init> Return model for storing endpoints, letting the frontend know the data was stored successfully. If not, will return validationErrorsAnnotationResultStoreResponse(projectID: ProjectID, documentID: DocumentID, success: Boolean, validationErrors: List<ValidationError>)

Properties

Name Summary
documentID val documentID: DocumentID
projectID val projectID: ProjectID
success val success: Boolean
validationErrors val validationErrors: List<ValidationError>