ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.annotationschema / OriginalDocumentKey

OriginalDocumentKey

data class OriginalDocumentKey : AnnotationStepKey

Get some data from the originalDocument of a Document

Constructors

Name Summary
<init> Get some data from the originalDocument of a DocumentOriginalDocumentKey(key: String)

Properties

Name Summary
key The key inside the Document.originalDocumentval key: String

Functions

Name Summary
getValue fun getValue(document: Document, annotations: AnnotationMap): Any?