Web-based responsive document annotation tool
activeannoservice / project / 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.
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) |
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 |