ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project.inputmapping / MetaData

MetaData

data class MetaData

Constructors

Name Summary
<init> MetaData(id: String, key: String, index: CreateIndex? = null)

Properties

Name Summary
id ID to reference this metadata in the layout etc.val id: String
index val index: CreateIndex?
key key inside the originalDocument Syntax separated with dots for inner objects (“document.metadata.key”)val key: String