ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / AnnotationsKey

AnnotationsKey

data class AnnotationsKey : AnnotationStepKey

Get some data from some annotations

Constructors

Name Summary
<init> Get some data from some annotationsAnnotationsKey(key: String)

Properties

Name Summary
key The annotation IDval key: String

Functions

Name Summary
getValue fun getValue(document: Document, annotations: AnnotationMap): Annotation<*>?