Web-based responsive document annotation tool
activeannoservice / api.annotate.dto / AnnotationResultStoreResponse
data class AnnotationResultStoreResponse
Return model for storing endpoints, letting the frontend know the data was stored successfully. If not, will return validationErrors
| 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>) |
| Name | Summary |
|---|---|
| documentID | val documentID: DocumentID |
| projectID | val projectID: ProjectID |
| success | val success: Boolean |
| validationErrors | val validationErrors: List<ValidationError> |