ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate.dto / AnnotateProject

AnnotateProject

data class AnnotateProject

View data class - all properties relevant to annotate / curate a project in the frontend

Constructors

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)

Properties

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