Web-based responsive document annotation tool
activeannoservice / project.annotationschema / OriginalDocumentKey
data class OriginalDocumentKey : AnnotationStepKey
Get some data from the originalDocument of a Document
| Name | Summary |
|---|---|
| <init> | Get some data from the originalDocument of a DocumentOriginalDocumentKey(key: String) |
| Name | Summary |
|---|---|
| key | The key inside the Document.originalDocumentval key: String |
| Name | Summary |
|---|---|
| getValue | fun getValue(document: Document, annotations: AnnotationMap): Any? |