ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / AnnotationSchema

AnnotationSchema

data class AnnotationSchema

Annotation schema as defined in the database (with ID references to AnnotationDefinitions and AnnotationGenerators.

Constructors

Name Summary
<init> Annotation schema as defined in the database (with ID references to AnnotationDefinitions and AnnotationGenerators.AnnotationSchema(elements: List<AnnotationSchemaElement>, generatedAnnotationResultHandling: GeneratedAnnotationResultHandling = GeneratedAnnotationResultHandling())

Properties

Name Summary
elements val elements: List<AnnotationSchemaElement>
generatedAnnotationResultHandling val generatedAnnotationResultHandling: GeneratedAnnotationResultHandling

Extension Functions

Name Summary
denormalize suspend fun AnnotationSchema.denormalize(): DenormalizedAnnotationSchema