Web-based responsive document annotation tool
activeannoservice / api.annotate.dto / AnnotateProject
data class AnnotateProject
View data class - all properties relevant to annotate / curate a project in the frontend
| Name | Summary |
|---|---|
| <init> | View data class - all properties relevant to annotate / curate a project in the frontendAnnotateProject(id: String, name: String, description: String, priority: Int, layout: Layout, selection: DocumentSelectionWithOptions = DocumentSelectionWithOptions(), allowManualEscalationToCurator: Boolean, generatedAnnotationResultHandlingPolicy: HandlingPolicy) |
| Name | Summary |
|---|---|
| allowManualEscalationToCurator | val allowManualEscalationToCurator: Boolean |
| description | val description: String |
| generatedAnnotationResultHandlingPolicy | val generatedAnnotationResultHandlingPolicy: HandlingPolicy |
| id | val id: String |
| layout | val layout: Layout |
| name | val name: String |
| priority | val priority: Int |
| selection | val selection: DocumentSelectionWithOptions |