Web-based responsive document annotation tool
activeannoservice / project.annotationschema / AnnotationSchema
data class AnnotationSchema
Annotation schema as defined in the database (with ID references to AnnotationDefinitions and AnnotationGenerators.
Name | Summary |
---|---|
<init> | Annotation schema as defined in the database (with ID references to AnnotationDefinitions and AnnotationGenerators.AnnotationSchema(elements: List < AnnotationSchemaElement >, generatedAnnotationResultHandling: GeneratedAnnotationResultHandling = GeneratedAnnotationResultHandling()) |
Name | Summary |
---|---|
elements | val elements: List < AnnotationSchemaElement > |
generatedAnnotationResultHandling | val generatedAnnotationResultHandling: GeneratedAnnotationResultHandling |
Name | Summary |
---|---|
denormalize | suspend fun AnnotationSchema .denormalize(): DenormalizedAnnotationSchema |