ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project / UsedAnnotateProject

UsedAnnotateProject

data class UsedAnnotateProject

Data class used to store the AnnotateProject used in the annotation process. For example, the selection is not part of this, because it can be very big and is generally unnecessary to store.

Constructors

Name Summary
<init> Data class used to store the AnnotateProject used in the annotation process. For example, the selection is not part of this, because it can be very big and is generally unnecessary to store.UsedAnnotateProject(id: ProjectID, name: String, description: String, priority: Int, layout: Layout, allowManualEscalationToCurator: Boolean, generatedAnnotationResultHandlingPolicy: HandlingPolicy? = null)

Properties

Name Summary
allowManualEscalationToCurator val allowManualEscalationToCurator: Boolean
description val description: String
generatedAnnotationResultHandlingPolicy val generatedAnnotationResultHandlingPolicy: HandlingPolicy?
id val id: ProjectID
layout val layout: Layout
name val name: String
priority val priority: Int